Uses of Interface
de.grogra.pf.ui.autocomplete.impl.Completion
Packages that use Completion
-
Uses of Completion in de.grogra.autocompletors
Methods in de.grogra.autocompletors that return types with arguments of type CompletionModifier and TypeMethodDescriptionXLContextCompletionProvider.getCompletionsAt(AutoCompletableTextArea comp, Point p) protected List<Completion> XLContextCompletionProvider.getCompletionsImpl(AutoCompletableTextArea comp) Method parameters in de.grogra.autocompletors with type arguments of type CompletionModifier and TypeMethodDescriptionvoidXLContextCompletionProvider.updateModelClassProviders(List<Completion> newComp) voidXLContextCompletionProvider.updateModelFieldProviders(List<Completion> newComp) voidXLContextCompletionProvider.updateModelMethodProviders(List<Completion> newComp) voidXLContextCompletionProvider.updateModelModuleProviders(List<Completion> newComp) -
Uses of Completion in de.grogra.pf.ui.autocomplete.impl
Subinterfaces of Completion in de.grogra.pf.ui.autocomplete.implModifier and TypeInterfaceDescriptioninterfaceA completion option that takes parameters, such as a function or method.Classes in de.grogra.pf.ui.autocomplete.impl that implement CompletionModifier and TypeClassDescriptionclassBase class for possible completions.classA straightforwardCompletionimplementation.classA completion for classesclassA completion choice representing a function.classA completion representing a tag in markup, such as HTML or XML.classA completion for package names.classA completion where the input text is shorthand for (really, just different from) the actual text to be inserted.classA completion made up of a template with arbitrary parameters that the user can tab through and fill in.classA completion for a variable (or constant) in a programming language.Fields in de.grogra.pf.ui.autocomplete.impl with type parameters of type CompletionModifier and TypeFieldDescriptionprotected List<Completion> AbstractCompletionProvider.completionsThe completions this provider is aware of.protected List<Completion> ClassCompletion.constructorsprotected List<Completion> ClassCompletion.fieldsprotected List<Completion> ClassCompletion.methodsMethods in de.grogra.pf.ui.autocomplete.impl that return CompletionModifier and TypeMethodDescriptionAutoCompletePopupWindow.getSelection()Returns the selected value, ornullif nothing is selected.Methods in de.grogra.pf.ui.autocomplete.impl that return types with arguments of type CompletionModifier and TypeMethodDescriptionAbstractCompletionProvider.getCompletionByInputText(String inputText) Returns a list ofCompletions in this provider with the specified input text.CompletionProvider.getCompletions(AutoCompletableTextArea comp) Gets the possible completions for the text component at the current caret position.CompletionProviderBase.getCompletions(AutoCompletableTextArea comp) ChildrenCompletionProvider.getCompletionsAt(AutoCompletableTextArea comp, Point p) ClassCompletionProvider.getCompletionsAt(AutoCompletableTextArea comp, Point p) CompletionProvider.getCompletionsAt(AutoCompletableTextArea comp, Point p) Returns the completions that have been entered at the specified visual location.DefaultCompletionProvider.getCompletionsAt(AutoCompletableTextArea tc, Point p) protected List<Completion> AbstractCompletionProvider.getCompletionsImpl(AutoCompletableTextArea comp) protected List<Completion> ClassCompletionProvider.getCompletionsImpl(AutoCompletableTextArea comp) protected abstract List<Completion> CompletionProviderBase.getCompletionsImpl(AutoCompletableTextArea comp) Does the dirty work of creating a list of completions.ClassCompletion.getConstructors()ClassCompletion.getFields()ClassCompletion.getMethods()ParameterChoicesProvider.getParameterChoices(AutoCompletableTextArea tc, ParameterizedCompletion.Parameter param) Returns a list of choices for a specific parameter.Methods in de.grogra.pf.ui.autocomplete.impl with parameters of type CompletionModifier and TypeMethodDescriptionvoidAbstractCompletionProvider.addCompletion(Completion c) Adds a single completion to this provider.protected voidAbstractCompletionProvider.checkProviderAndAdd(Completion c) protected voidChildrenCompletionProvider.checkProviderAndAdd(Completion c) intSortByRelevanceComparator.compare(Completion c1, Completion c2) intAbstractCompletion.compareTo(Completion c2) intCompletion.compareTo(Completion other) Compares this completion to another one lexicographically, ignoring case.protected StringAbstractAutoCompletor.getReplacementText(Completion c, AutoCompletableTextArea doc, int start, int len) Returns the text to replace with in the document.protected final voidAbstractAutoCompletor.insertCompletion(Completion c) Inserts a completion.protected voidAbstractAutoCompletor.insertCompletion(Completion c, boolean typedParamListStartChar) Inserts a completion.protected voidCompletionCellRenderer.prepareForOtherCompletion(JList<?> list, Completion c, int index, boolean selected, boolean hasFocus) Prepares this renderer to display a completion not specifically handled elsewhere.booleanAbstractCompletionProvider.removeCompletion(Completion c) Removes the specified completion from this provider.protected voidCompletionCellRenderer.setIconWithDefault(Completion completion) Sets the icon to display based off of a completion, falling back to the empty icon if the completion has no icon.protected voidCompletionCellRenderer.setIconWithDefault(Completion completion, Icon defaultIcon) Sets the icon to display based off of a completion, falling back to a default icon if the completion has no icon.voidDescWindowCallback.showSummaryFor(Completion completion, String anchor) Callback allowing a new code completion's description to be displayed in the description window.voidExternalURLHandler.urlClicked(HyperlinkEvent e, Completion c, DescWindowCallback callback) Called when an external URL is clicked in the description window.Method parameters in de.grogra.pf.ui.autocomplete.impl with type arguments of type CompletionModifier and TypeMethodDescriptionvoidAbstractCompletionProvider.addCompletions(List<Completion> completions) AddsCompletions to this provider.voidAutoCompletePopupWindow.setCompletions(List<Completion> completions) Sets the completions to display in the choices list.