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