Serialized Form
-
Package org.fife.ui.autocomplete
-
Class org.fife.ui.autocomplete.AbstractCompletionProvider.CaseInsensitiveComparator
class CaseInsensitiveComparator extends Object implements Serializable -
Class org.fife.ui.autocomplete.AutoCompletion.AutoCompleteAction
class AutoCompleteAction extends AbstractAction implements Serializable -
Class org.fife.ui.autocomplete.AutoCompletionEvent
class AutoCompletionEvent extends EventObject implements Serializable-
Serialized Fields
-
type
AutoCompletionEvent.Type type
The type of this event.
-
-
-
Class org.fife.ui.autocomplete.CompletionCellRenderer
class CompletionCellRenderer extends DefaultListCellRenderer implements Serializable-
Serialized Fields
-
delegate
DefaultListCellRenderer delegate
An optional delegate renderer (primarily for Substance). -
emptyIcon
Icon emptyIcon
An icon to use when no appropriate icon is found. -
font
Font font
The font to use when rendering items, ornull
if the list's default font should be used. -
paintTextR
Rectangle paintTextR
Used in rendering calculations. -
paramColor
String paramColor
The color to use for function arguments. -
realBG
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). -
selected
boolean selected
During rendering, whether the item being rendered is selected. -
showTypes
boolean showTypes
Whether to display the types of fields and return types of functions in the completion text. -
typeColor
String typeColor
The color to use when rendering types in completion text.
-
-
-
Class org.fife.ui.autocomplete.EmptyIcon
class EmptyIcon extends Object implements Serializable-
Serialized Fields
-
size
int size
-
-
-
Class org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow
class ParameterizedCompletionChoicesWindow extends JWindow implements Serializable-
Serialized Fields
-
ac
AutoCompletion ac
The parent AutoCompletion instance. -
choicesListList
List<List<Completion>> choicesListList
A list of lists of choices for each parameter. -
list
JList<Completion> list
The list of completion choices. -
model
DefaultListModel<Completion> model
The currently displayed completion choices. -
sp
JScrollPane sp
The scroll pane containing the list.
-
-
-
Class org.fife.ui.autocomplete.SortByRelevanceComparator
class SortByRelevanceComparator extends Object implements Serializable
-