Uses of Class
org.fife.ui.autocomplete.VariableCompletion
-
-
Uses of VariableCompletion in org.fife.ui.autocomplete
Subclasses of VariableCompletion in org.fife.ui.autocomplete Modifier and Type Class Description classFunctionCompletionA completion choice representing a function.Methods in org.fife.ui.autocomplete that return VariableCompletion Modifier and Type Method Description private VariableCompletionCompletionXMLParser. createVariableCompletion()Methods in org.fife.ui.autocomplete with parameters of type VariableCompletion Modifier and Type Method Description protected voidCompletionCellRenderer. appendTypeIfNecessary(java.lang.StringBuilder sb, VariableCompletion varOrFunctionCompletion)Utility function that appends a variable or function completion's type to a string buffer ifCompletionCellRenderer.getShowTypes()istrue.protected voidCompletionCellRenderer. prepareForVariableCompletion(javax.swing.JList<?> list, VariableCompletion vc, int index, boolean selected, boolean hasFocus)Prepares this renderer to display a variable completion.
-