|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CompletionPopup.Candidates
Candidates of completion.
Method Summary | |
---|---|
void |
complete(int index)
Do the completion. |
java.awt.Component |
getCellRenderer(javax.swing.JList list,
int index,
boolean isSelected,
boolean cellHasFocus)
Returns a component to render a cell for the index in the popup. |
java.lang.String |
getDescription(int index)
Returns a description text shown when the index is selected in the popup, or null if no description is available. |
int |
getSize()
Returns the number of candidates. |
boolean |
isValid()
Returns whether this completion is still valid. |
Method Detail |
---|
int getSize()
boolean isValid()
void complete(int index)
java.awt.Component getCellRenderer(javax.swing.JList list, int index, boolean isSelected, boolean cellHasFocus)
java.lang.String getDescription(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |