Uses of Interface
de.grogra.pf.ui.autocomplete.AutoCompletableTextArea
Package
Description
-
Uses of AutoCompletableTextArea in de.grogra.autocompletors
Modifier and TypeMethodDescriptionprotected CompletionContext
RoundRobinAutoCompletion.createCompletionContext
(AutoCompletableTextArea tc, RegistryContext reg) protected CompletionContext
SimpleStaticAutoCompletor.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) ModifierConstructorDescription -
Uses of AutoCompletableTextArea in de.grogra.ext.jedit
Modifier and TypeMethodDescriptionvoid
OverlySimpleHighlighter.install
(AutoCompletableTextArea c) -
Uses of AutoCompletableTextArea in de.grogra.pf.ui.autocomplete
-
Uses of AutoCompletableTextArea in de.grogra.pf.ui.autocomplete.impl
Modifier and TypeMethodDescriptionAbstractAutoCompletor.getTextComponent()
Returns the text component for which auto-completion is enabled.Modifier 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
Modifier and TypeClassDescriptionclass
An extended text area used by an AutoCompletable panel -
Uses of AutoCompletableTextArea in org.gjt.sp.jedit.textarea