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 class
FunctionCompletion
A completion choice representing a function.Methods in org.fife.ui.autocomplete that return VariableCompletion Modifier and Type Method Description private VariableCompletion
CompletionXMLParser. createVariableCompletion()
Methods in org.fife.ui.autocomplete with parameters of type VariableCompletion Modifier and Type Method Description protected void
CompletionCellRenderer. 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 void
CompletionCellRenderer. prepareForVariableCompletion(javax.swing.JList<?> list, VariableCompletion vc, int index, boolean selected, boolean hasFocus)
Prepares this renderer to display a variable completion.
-