public class HtmlCellRenderer
extends CompletionCellRenderer
| Constructor and Description |
|---|
HtmlCellRenderer()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
prepareForFunctionCompletion(javax.swing.JList list,
FunctionCompletion fc,
int index,
boolean selected,
boolean hasFocus) |
protected void |
prepareForMarkupTagCompletion(javax.swing.JList list,
MarkupTagCompletion c,
int index,
boolean selected,
boolean hasFocus) |
protected void |
prepareForOtherCompletion(javax.swing.JList list,
Completion c,
int index,
boolean selected,
boolean hasFocus) |
protected void |
prepareForVariableCompletion(javax.swing.JList list,
VariableCompletion vc,
int index,
boolean selected,
boolean hasFocus) |
protected void prepareForFunctionCompletion(javax.swing.JList list,
FunctionCompletion fc,
int index,
boolean selected,
boolean hasFocus)
protected void prepareForMarkupTagCompletion(javax.swing.JList list,
MarkupTagCompletion c,
int index,
boolean selected,
boolean hasFocus)
protected void prepareForOtherCompletion(javax.swing.JList list,
Completion c,
int index,
boolean selected,
boolean hasFocus)
protected void prepareForVariableCompletion(javax.swing.JList list,
VariableCompletion vc,
int index,
boolean selected,
boolean hasFocus)