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 CompletionContext
RoundRobinAutoCompletion.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 TypeMethodDescriptionvoid
OverlySimpleHighlighter.install
(AutoCompletableTextArea c) -
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 CompletionContext
AbstractAutoCompletor.createCompletionContext
(AutoCompletableTextArea tc, RegistryContext reg) protected CompletionContext
EmptyAutoCompletor.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 ClassCompletion
ClassCompletionProvider.getClassCompletionFromText
(AutoCompletableTextArea comp) return a classcompletion that matches the name of the read class from the text.protected String
ClassCompletionProvider.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 String
TemplateCompletion.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 String
AbstractAutoCompletor.getReplacementText
(Completion c, AutoCompletableTextArea doc, int start, int len) Returns the text to replace with in the document.void
AbstractAutoCompletor.install
(AutoCompletableTextArea c, RegistryContext reg) Installs this auto-completion on a text component.boolean
CompletionProvider.isAutoActivateOkay
(AutoCompletableTextArea tc) This method is called if auto-activation is enabled in the parentAutoCompletion
after the user types a single character.boolean
CompletionProviderBase.isAutoActivateOkay
(AutoCompletableTextArea tc) -
Uses of AutoCompletableTextArea in de.grogra.pf.ui.swing
Classes in de.grogra.pf.ui.swing that implement AutoCompletableTextAreaModifier and TypeClassDescriptionclass
An extended text area used by an AutoCompletable panel -
Uses of AutoCompletableTextArea in org.gjt.sp.jedit.textarea
Classes in org.gjt.sp.jedit.textarea that implement AutoCompletableTextArea