Uses of Class
de.grogra.pf.ui.autocomplete.impl.VariableCompletion
Packages that use VariableCompletion
-
Uses of VariableCompletion in de.grogra.pf.ui.autocomplete.impl
Subclasses of VariableCompletion in de.grogra.pf.ui.autocomplete.implModifier and TypeClassDescriptionclass
A completion choice representing a function.Methods in de.grogra.pf.ui.autocomplete.impl with parameters of type VariableCompletionModifier 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.Method parameters in de.grogra.pf.ui.autocomplete.impl with type arguments of type VariableCompletion