Serialized Form


Package org.fife.ui.autocomplete

Class org.fife.ui.autocomplete.AbstractCompletionProvider.CaseInsensitiveComparator extends java.lang.Object implements Serializable

Class org.fife.ui.autocomplete.CompletionCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Serialized Fields

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.


typeColor

java.lang.String typeColor
The color to use when rendering types in completion text.


selected

boolean selected
During rendering, whether the item being rendered is selected.


realBG

java.awt.Color realBG
During rendering, this is the "real" background color of the item being rendered (i.e., what its background color is if it isn't selected).


paramColor

java.lang.String paramColor
The color to use for function arguments.


paintTextR

java.awt.Rectangle paintTextR
Used in rendering calculations.


delegate

javax.swing.DefaultListCellRenderer delegate
An optional delegate renderer (primarily for Substance).

Class org.fife.ui.autocomplete.EmptyIcon extends java.lang.Object implements Serializable

Serialized Fields

size

int size

Class org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow extends javax.swing.JWindow implements Serializable

Serialized Fields

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<E> choicesListList
A list of lists of choices for each parameter.


sp

javax.swing.JScrollPane sp
The scroll pane containing the list.