Uses of Class
de.grogra.pf.ui.autocomplete.impl.FunctionCompletion
-
Uses of FunctionCompletion in de.grogra.autocompletors
Modifier and TypeMethodDescriptionprotected FunctionCompletion
SimpleStaticAutoCompletor.createCompletionFromContentType
(ContentDescriptionMethod m, CompletionProvider parent) Modifier and TypeMethodDescriptionprotected List<FunctionCompletion>
SimpleStaticAutoCompletor.parseRegistryConstructorForClass
(ContentDescriptionClass c, CompletionProvider parent) protected List<FunctionCompletion>
SimpleStaticAutoCompletor.parseRegistryMethodForClass
(ContentDescriptionClass c, CompletionProvider parent) -
Uses of FunctionCompletion in de.grogra.pf.ui.autocomplete.impl
Modifier and TypeMethodDescriptionvoid
ClassCompletion.addConstructors
(FunctionCompletion cc) void
ClassCompletion.addMethods
(FunctionCompletion mc) protected void
CompletionCellRenderer.prepareForFunctionCompletion
(JList<?> list, FunctionCompletion fc, int index, boolean selected, boolean hasFocus) Prepares this renderer to display a function completion.Modifier and TypeMethodDescriptionvoid
ClassCompletion.addConstructors
(List<FunctionCompletion> cc) void
ClassCompletion.addMethods
(List<FunctionCompletion> mc)