Uses of Class
org.fife.ui.autocomplete.VariableCompletion
-
Uses of VariableCompletion in org.fife.ui.autocomplete
Subclasses of VariableCompletion in org.fife.ui.autocompleteModifier and TypeClassDescriptionclass
A completion choice representing a function.Methods in org.fife.ui.autocomplete that return VariableCompletionModifier and TypeMethodDescriptionprivate VariableCompletion
CompletionXMLParser.createVariableCompletion()
Methods in org.fife.ui.autocomplete with parameters of type VariableCompletionModifier and TypeMethodDescriptionprotected void
CompletionCellRenderer.appendTypeIfNecessary
(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
(JList<?> list, VariableCompletion vc, int index, boolean selected, boolean hasFocus) Prepares this renderer to display a variable completion.