Uses of Class
de.grogra.pf.ui.autocomplete.impl.VariableCompletion
-
Uses of VariableCompletion in de.grogra.pf.ui.autocomplete.impl
Modifier and TypeClassDescriptionclass
A completion choice representing a function.Modifier and TypeMethodDescriptionvoid
ClassCompletion.addFields
(VariableCompletion vc) protected 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.