Uses of Class
de.grogra.pf.ui.autocomplete.impl.VariableCompletion
-
Uses of VariableCompletion in de.grogra.autocompletors
Modifier and TypeMethodDescriptionprotected VariableCompletion
SimpleStaticAutoCompletor.createCompletionFromContentType
(ContentDescriptionField f, CompletionProvider parent) Modifier and TypeMethodDescriptionprotected List<VariableCompletion>
SimpleStaticAutoCompletor.parseRegistryFieldForClass
(ContentDescriptionClass c, CompletionProvider parent) TODO: This should probably be the same as parseRegistryContentType with a Condition as parameter - such as ItemCriterio(). -
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.