Serialized Form


Package org.fife.ui.autocomplete

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

Serialized Fields

font

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

Color realBG

paintTextR

Rectangle paintTextR

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

Serialized Fields

size

int size

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

Serialized Fields

ac

AutoCompletion ac
The parent AutoCompletion instance.


list

JList list
The list of completion choices.


model

DefaultListModel model
The currently displayed completion choices.


choicesListList

List<E> choicesListList
A list of lists of choices for each parameter.


sp

JScrollPane sp
The scroll pane containing the list.



Copyright © 2003-2011. All Rights Reserved.