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 TypeClassDescriptionclassA completion choice representing a function.Methods in de.grogra.pf.ui.autocomplete.impl with parameters of type VariableCompletionModifier and TypeMethodDescriptionvoidClassCompletion.addFields(VariableCompletion vc) protected 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.Method parameters in de.grogra.pf.ui.autocomplete.impl with type arguments of type VariableCompletion