|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JLabel
javax.swing.DefaultListCellRenderer
org.fife.ui.autocomplete.CompletionCellRenderer
org.fife.rsta.ac.html.HtmlCellRenderer
public class HtmlCellRenderer
The cell renderer used for HTML.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.DefaultListCellRenderer |
|---|
DefaultListCellRenderer.UIResource |
| Nested classes/interfaces inherited from class javax.swing.JLabel |
|---|
JLabel.AccessibleJLabel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.DefaultListCellRenderer |
|---|
noFocusBorder |
| Fields inherited from class javax.swing.JLabel |
|---|
labelFor |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.SwingConstants |
|---|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
HtmlCellRenderer()
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
prepareForFunctionCompletion(JList list,
FunctionCompletion fc,
int index,
boolean selected,
boolean hasFocus)
|
protected void |
prepareForMarkupTagCompletion(JList list,
MarkupTagCompletion c,
int index,
boolean selected,
boolean hasFocus)
|
protected void |
prepareForOtherCompletion(JList list,
Completion c,
int index,
boolean selected,
boolean hasFocus)
|
protected void |
prepareForVariableCompletion(JList list,
VariableCompletion vc,
int index,
boolean selected,
boolean hasFocus)
|
| Methods inherited from class org.fife.ui.autocomplete.CompletionCellRenderer |
|---|
getAlternateBackground, getDisplayFont, getListCellRendererComponent, getShowTypes, paintComponent, setAlternateBackground, setDisplayFont, setShowTypes |
| Methods inherited from class javax.swing.DefaultListCellRenderer |
|---|
firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, invalidate, isOpaque, repaint, repaint, repaint, revalidate, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HtmlCellRenderer()
| Method Detail |
|---|
protected void prepareForFunctionCompletion(JList list,
FunctionCompletion fc,
int index,
boolean selected,
boolean hasFocus)
prepareForFunctionCompletion in class CompletionCellRenderer
protected void prepareForMarkupTagCompletion(JList list,
MarkupTagCompletion c,
int index,
boolean selected,
boolean hasFocus)
prepareForMarkupTagCompletion in class CompletionCellRenderer
protected void prepareForOtherCompletion(JList list,
Completion c,
int index,
boolean selected,
boolean hasFocus)
prepareForOtherCompletion in class CompletionCellRenderer
protected void prepareForVariableCompletion(JList list,
VariableCompletion vc,
int index,
boolean selected,
boolean hasFocus)
prepareForVariableCompletion in class CompletionCellRenderer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||