Uses of Interface
de.grogra.pf.ui.autocomplete.AutoCompletableTextArea
Packages that use AutoCompletableTextArea
Package
Description
-
Uses of AutoCompletableTextArea in de.grogra.autocompletors
Methods in de.grogra.autocompletors with parameters of type AutoCompletableTextAreaModifier and TypeMethodDescriptionprotected CompletionContextRoundRobinAutoCompletion.createCompletionContext(AutoCompletableTextArea tc, RegistryContext reg) XLContextCompletionProvider.getAlreadyEnteredText(AutoCompletableTextArea comp) XLContextCompletionProvider.getCompletionsAt(AutoCompletableTextArea comp, Point p) protected List<Completion> XLContextCompletionProvider.getCompletionsImpl(AutoCompletableTextArea comp) XLContextCompletionProvider.getParameterizedCompletions(AutoCompletableTextArea tc) Constructors in de.grogra.autocompletors with parameters of type AutoCompletableTextAreaModifierConstructorDescription -
Uses of AutoCompletableTextArea in de.grogra.ext.jedit
Methods in de.grogra.ext.jedit with parameters of type AutoCompletableTextAreaModifier and TypeMethodDescriptionvoidColorMapper.clear(AutoCompletableTextArea editor) voidHighlightParser.clear(AutoCompletableTextArea editor) voidOverlySimpleHighlighter.install(AutoCompletableTextArea c) voidHighlightParser.parse(AutoCompletableTextArea editor) voidColorMapper.process(HighlightArea h, AutoCompletableTextArea editor) -
Uses of AutoCompletableTextArea in de.grogra.pf.ui.autocomplete
Fields in de.grogra.pf.ui.autocomplete declared as AutoCompletableTextAreaMethods in de.grogra.pf.ui.autocomplete that return AutoCompletableTextAreaModifier and TypeMethodDescriptionTextAreaEvent.getDocument()Origin of the eventTextAreaEvent.getNewFile()TextAreaEvent.getOldFile()When the document changeMethods in de.grogra.pf.ui.autocomplete with parameters of type AutoCompletableTextAreaConstructors in de.grogra.pf.ui.autocomplete with parameters of type AutoCompletableTextArea -
Uses of AutoCompletableTextArea in de.grogra.pf.ui.autocomplete.impl
Methods in de.grogra.pf.ui.autocomplete.impl that return AutoCompletableTextAreaModifier and TypeMethodDescriptionAbstractAutoCompletor.getTextComponent()Returns the text component for which auto-completion is enabled.Methods in de.grogra.pf.ui.autocomplete.impl with parameters of type AutoCompletableTextAreaModifier and TypeMethodDescriptionprotected abstract CompletionContextAbstractAutoCompletor.createCompletionContext(AutoCompletableTextArea tc, RegistryContext reg) protected CompletionContextEmptyAutoCompletor.createCompletionContext(AutoCompletableTextArea tc, RegistryContext reg) AbstractCompletion.getAlreadyEntered(AutoCompletableTextArea comp) Completion.getAlreadyEntered(AutoCompletableTextArea comp) Returns the portion of this completion that has already been entered into the text component.ChildrenCompletionProvider.getAlreadyEnteredText(AutoCompletableTextArea comp) ClassCompletionProvider.getAlreadyEnteredText(AutoCompletableTextArea comp) returns the text used for the completion.CompletionProvider.getAlreadyEnteredText(AutoCompletableTextArea comp) Returns the text just before the current caret position that could be the start of something auto-completable.DefaultCompletionProvider.getAlreadyEnteredText(AutoCompletableTextArea comp) Returns the text just before the current caret position that could be the start of something auto-completable.protected ClassCompletionClassCompletionProvider.getClassCompletionFromText(AutoCompletableTextArea comp) return a classcompletion that matches the name of the read class from the text.protected StringClassCompletionProvider.getClassNameFromText(AutoCompletableTextArea comp) 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.FunctionCompletion.getInsertionInfo(AutoCompletableTextArea tc, boolean replaceTabsWithSpaces) ParameterizedCompletion.getInsertionInfo(AutoCompletableTextArea tc, boolean replaceTabsWithSpaces) Returns completion information for this parameterized completion, given the specified text component.TemplateCompletion.getInsertionInfo(AutoCompletableTextArea tc, boolean replaceTabsWithSpaces) static StringTemplateCompletion.getLeadingWhitespace(AutoCompletableTextArea doc, int offs) Returns the leading whitespace of a specific line in a document.ParameterChoicesProvider.getParameterChoices(AutoCompletableTextArea tc, ParameterizedCompletion.Parameter param) Returns a list of choices for a specific parameter.ChildrenCompletionProvider.getParameterizedCompletions(AutoCompletableTextArea tc) ClassCompletionProvider.getParameterizedCompletions(AutoCompletableTextArea tc) CompletionProvider.getParameterizedCompletions(AutoCompletableTextArea tc) Returns a list of parameterized completions that have been entered at the current caret position of a text component (and thus can have their completion choices displayed).DefaultCompletionProvider.getParameterizedCompletions(AutoCompletableTextArea tc) protected StringAbstractAutoCompletor.getReplacementText(Completion c, AutoCompletableTextArea doc, int start, int len) Returns the text to replace with in the document.voidAbstractAutoCompletor.install(AutoCompletableTextArea c, RegistryContext reg) Installs this auto-completion on a text component.booleanCompletionProvider.isAutoActivateOkay(AutoCompletableTextArea tc) This method is called if auto-activation is enabled in the parentafter the user types a single character.invalid reference
AutoCompletionbooleanCompletionProviderBase.isAutoActivateOkay(AutoCompletableTextArea tc) -
Uses of AutoCompletableTextArea in de.grogra.pf.ui.swing
Classes in de.grogra.pf.ui.swing that implement AutoCompletableTextAreaModifier and TypeClassDescriptionclassAn extended text area used by an AutoCompletable panel -
Uses of AutoCompletableTextArea in de.grogra.rsyntaxtextarea
Classes in de.grogra.rsyntaxtextarea that implement AutoCompletableTextArea -
Uses of AutoCompletableTextArea in org.gjt.sp.jedit.textarea
Classes in org.gjt.sp.jedit.textarea that implement AutoCompletableTextArea