Serialized Form
|
Package org.fife.ui.autocomplete |
font
java.awt.Font font
- The font to use when rendering items, or
null if the
list's default font should be used.
showTypes
boolean showTypes
- Whether to display the types of fields and return types of functions
in the completion text.
selected
boolean selected
realBG
java.awt.Color realBG
paintTextR
java.awt.Rectangle paintTextR
size
int size
ac
AutoCompletion ac
- The parent AutoCompletion instance.
list
javax.swing.JList list
- The list of completion choices.
model
javax.swing.DefaultListModel model
- The currently displayed completion choices.
choicesListList
java.util.List choicesListList
- A list of lists of choices for each parameter.
sp
javax.swing.JScrollPane sp
- The scroll pane containing the list.