A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- aboveCaret - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Whether the completion window and the optional description window should be displayed above the current caret position (as opposed to underneath it, which is preferred unless there is not enough space).
- AbstractCompletion - Class in org.fife.ui.autocomplete
-
Base class for possible completions.
- AbstractCompletion(CompletionProvider) - Constructor for class org.fife.ui.autocomplete.AbstractCompletion
-
Constructor.
- AbstractCompletion(CompletionProvider, Icon) - Constructor for class org.fife.ui.autocomplete.AbstractCompletion
-
Constructor.
- AbstractCompletionProvider - Class in org.fife.ui.autocomplete
-
A base class for completion providers.
- AbstractCompletionProvider() - Constructor for class org.fife.ui.autocomplete.AbstractCompletionProvider
-
Constructor.
- AbstractCompletionProvider.CaseInsensitiveComparator - Class in org.fife.ui.autocomplete
-
A comparator that compares the input text of a
Completion
against a String lexicographically, ignoring case. - ac - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
The parent AutoCompletion instance.
- ac - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
The parent AutoCompletion instance.
- ac - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow
-
The parent AutoCompletion instance.
- ac - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
The parent AutoCompletion instance.
- ac - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionDescriptionToolTip
-
The backing AutoCompletion.
- action - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow.KeyActionPair
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow.TimerAction
-
Called when the timer is fired.
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow.ToolBarBackAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow.ToolBarForwardAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow.CopyAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow.DownAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow.EndAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow.EnterAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow.EscapeAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow.HomeAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow.LeftAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow.PageDownAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow.PageUpAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow.RightAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow.UpAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.AutoActivationListener
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.AutoCompleteAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.ParameterizedCompletionStartAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.ClosingAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.GotoEndAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.HideAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.NextChoiceAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.NextParamAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.PrevParamAction
- actionPerformed(ActionEvent) - Method in class org.fife.ui.autocomplete.RoundRobinAutoCompletion.CycleAutoCompleteAction
- activate() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Activates parameter completion support.
- active - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Whether parameterized completion assistance is active.
- addAttributes(StringBuilder) - Method in class org.fife.ui.autocomplete.MarkupTagCompletion
-
Adds HTML describing the attributes of this tag to a buffer.
- addAutoCompletionListener(AutoCompletionListener) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Adds a listener interested in popup window events from this instance.
- addCompletion(Completion) - Method in class org.fife.ui.autocomplete.AbstractCompletionProvider
-
Adds a single completion to this provider.
- addCompletionProvider(CompletionProvider) - Method in class org.fife.ui.autocomplete.RoundRobinAutoCompletion
-
Adds an additional
CompletionProvider
to the list to cycle through. - addCompletions(List<Completion>) - Method in class org.fife.ui.autocomplete.AbstractCompletionProvider
-
Adds
Completion
s to this provider. - addDefinitionString(StringBuilder) - Method in class org.fife.ui.autocomplete.FunctionCompletion
- addDefinitionString(StringBuilder) - Method in class org.fife.ui.autocomplete.MarkupTagCompletion
- addDefinitionString(StringBuilder) - Method in class org.fife.ui.autocomplete.VariableCompletion
- addParameters(StringBuilder) - Method in class org.fife.ui.autocomplete.FunctionCompletion
-
Adds HTML describing the parameters to this function to a buffer.
- addReplacementCopy(String, int, int) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
-
Adds a copy of a replacement.
- addReplacementLocation(int, int) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
-
Marks a region of the replacement text as representing a variable name or some other construct that the user should replace.
- addTemplatePiece(TemplatePiece) - Method in class org.fife.ui.autocomplete.TemplateCompletion
- addTo(Window) - Method in class org.fife.ui.autocomplete.AutoCompletion.ParentWindowListener
- addTo(JTextComponent) - Method in class org.fife.ui.autocomplete.AutoCompletion.AutoActivationListener
- addTo(JTextComponent) - Method in class org.fife.ui.autocomplete.AutoCompletion.TextComponentListener
- addToHistory - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow.TimerAction
- addToHistory(AutoCompleteDescWindow.HistoryEntry) - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Sets the currently displayed description and updates the history.
- addWordCompletions(String[]) - Method in class org.fife.ui.autocomplete.AbstractCompletionProvider
-
Adds simple completions for a list of words.
- advanceProvider() - Method in class org.fife.ui.autocomplete.RoundRobinAutoCompletion
-
Moves to the next Provider internally.
- altBG - Static variable in class org.fife.ui.autocomplete.CompletionCellRenderer
-
The alternating background color, or
null
if alternating row colors should not be used. - amount - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext.NextChoiceAction
- anchor - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow.HistoryEntry
- anchor - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow.TimerAction
- appendShortDescription(StringBuilder, String) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Utility function to append a short description to a string buffer.
- appendTypeIfNecessary(StringBuilder, VariableCompletion) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Utility function that appends a variable or function completion's type to a string buffer if
CompletionCellRenderer.getShowTypes()
istrue
. - applyComponentOrientation(ComponentOrientation) - Method in class org.fife.ui.autocomplete.SizeGrip
-
Overridden to ensure that the cursor for this component is appropriate for the orientation.
- attrs - Variable in class org.fife.ui.autocomplete.MarkupTagCompletion
-
Attributes of the tag.
- autoActivateAfterLetters - Variable in class org.fife.ui.autocomplete.CompletionProviderBase
-
Whether auto-activation should occur after letters.
- autoActivateChars - Variable in class org.fife.ui.autocomplete.CompletionProviderBase
-
Non-letter chars that should cause auto-activation to occur.
- autoActivationEnabled - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
Whether the auto-activation of auto-complete (after a delay, after the user types an appropriate character) is enabled.
- autoActivationListener - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
Listens for events in the text component that cause the popup windows to automatically activate.
- AutoActivationListener() - Constructor for class org.fife.ui.autocomplete.AutoCompletion.AutoActivationListener
- AutoCompleteAction() - Constructor for class org.fife.ui.autocomplete.AutoCompletion.AutoCompleteAction
- AutoCompleteDescWindow - Class in org.fife.ui.autocomplete
-
The optional "description" window that describes the currently selected item in the auto-completion window.
- AutoCompleteDescWindow(Window, AutoCompletion) - Constructor for class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Constructor.
- AutoCompleteDescWindow.HistoryEntry - Class in org.fife.ui.autocomplete
-
A completion and its cached summary text.
- AutoCompleteDescWindow.TimerAction - Class in org.fife.ui.autocomplete
-
Action that actually updates the summary text displayed.
- AutoCompleteDescWindow.ToolBarBackAction - Class in org.fife.ui.autocomplete
-
Action that moves to the previous description displayed.
- AutoCompleteDescWindow.ToolBarForwardAction - Class in org.fife.ui.autocomplete
-
Action that moves to the previous description displayed.
- autoCompleteEnabled - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
Whether auto-complete is enabled.
- AutoCompletePopupWindow - Class in org.fife.ui.autocomplete
-
The actual popup window of choices.
- AutoCompletePopupWindow(Window, AutoCompletion) - Constructor for class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Constructor.
- AutoCompletePopupWindow.CopyAction - Class in org.fife.ui.autocomplete
-
Copies text.
- AutoCompletePopupWindow.DownAction - Class in org.fife.ui.autocomplete
-
Selects the next item.
- AutoCompletePopupWindow.EndAction - Class in org.fife.ui.autocomplete
-
Selects the previous item.
- AutoCompletePopupWindow.EnterAction - Class in org.fife.ui.autocomplete
-
Inserts the selected completion.
- AutoCompletePopupWindow.EscapeAction - Class in org.fife.ui.autocomplete
-
Hides this popup window.
- AutoCompletePopupWindow.HomeAction - Class in org.fife.ui.autocomplete
-
Selects the first item.
- AutoCompletePopupWindow.KeyActionPair - Class in org.fife.ui.autocomplete
-
A mapping from a key (an Object) to an Action.
- AutoCompletePopupWindow.LeftAction - Class in org.fife.ui.autocomplete
-
Moves the caret to the left and updates the completion list accordingly.
- AutoCompletePopupWindow.PageDownAction - Class in org.fife.ui.autocomplete
-
Moves down one page in the completion list.
- AutoCompletePopupWindow.PageUpAction - Class in org.fife.ui.autocomplete
-
Moves up one page in the completion list.
- AutoCompletePopupWindow.PopupList - Class in org.fife.ui.autocomplete
-
The actual list of completion choices in this popup window.
- AutoCompletePopupWindow.RightAction - Class in org.fife.ui.autocomplete
-
Moves the caret to the right and updates the completion list accordingly.
- AutoCompletePopupWindow.UpAction - Class in org.fife.ui.autocomplete
-
Moves up in the completion list.
- autoCompleteSingleChoices - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
Whether, when there is only a single auto-complete option that matches the text at the current text position, that text should be auto-inserted, instead of the completion window displaying.
- autoCompleteUpdate(AutoCompletionEvent) - Method in interface org.fife.ui.autocomplete.AutoCompletionListener
-
Callback notified when a change to the
AutoCompletion
's status occurs. - AutoCompletion - Class in org.fife.ui.autocomplete
-
Adds auto-completion to a text component.
- AutoCompletion(CompletionProvider) - Constructor for class org.fife.ui.autocomplete.AutoCompletion
-
Constructor.
- AutoCompletion.AutoActivationListener - Class in org.fife.ui.autocomplete
-
Listens for events in the text component to auto-activate the code completion popup.
- AutoCompletion.AutoCompleteAction - Class in org.fife.ui.autocomplete
-
The
Action
that displays the popup window if auto-completion is enabled. - AutoCompletion.LookAndFeelChangeListener - Class in org.fife.ui.autocomplete
-
Listens for LookAndFeel changes and updates the various popup windows involved in auto-completion accordingly.
- AutoCompletion.ParameterizedCompletionStartAction - Class in org.fife.ui.autocomplete
-
Action that starts a parameterized completion, e.g.
- AutoCompletion.ParentWindowListener - Class in org.fife.ui.autocomplete
-
Listens for events in the parent window of the text component with auto-completion enabled.
- AutoCompletion.PopupWindowListener - Class in org.fife.ui.autocomplete
-
Listens for events from the popup window.
- AutoCompletion.TextComponentListener - Class in org.fife.ui.autocomplete
-
Listens for events from the text component we're installed on.
- AutoCompletionEvent - Class in org.fife.ui.autocomplete
-
An event fired by an instance of
AutoCompletion
. - AutoCompletionEvent(AutoCompletion, AutoCompletionEvent.Type) - Constructor for class org.fife.ui.autocomplete.AutoCompletionEvent
-
Constructor.
- AutoCompletionEvent.Type - Enum in org.fife.ui.autocomplete
-
Enumeration of the various types of this event.
- AutoCompletionListener - Interface in org.fife.ui.autocomplete
-
An interface that allows listening for interesting events from an
AutoCompletion
. - AutoCompletionStyleContext - Class in org.fife.ui.autocomplete
-
Manages the colors shared across the library.
- AutoCompletionStyleContext() - Constructor for class org.fife.ui.autocomplete.AutoCompletionStyleContext
B
- backAction - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Action that goes to the previous description displayed.
- BasicCompletion - Class in org.fife.ui.autocomplete
-
A straightforward
Completion
implementation. - BasicCompletion(CompletionProvider, String) - Constructor for class org.fife.ui.autocomplete.BasicCompletion
-
Constructor.
- BasicCompletion(CompletionProvider, String, String) - Constructor for class org.fife.ui.autocomplete.BasicCompletion
-
Constructor.
- BasicCompletion(CompletionProvider, String, String, String) - Constructor for class org.fife.ui.autocomplete.BasicCompletion
-
Constructor.
- browse(URI) - Static method in class org.fife.ui.autocomplete.Util
-
Attempts to open a web browser to the specified URI.
- bundle - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
The resource bundle for this window.
C
- caretUpdate(CaretEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- caretUpdate(CaretEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.AutoActivationListener
- caretUpdate(CaretEvent) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.Listener
-
Called when the text component's caret moves.
- CaseInsensitiveComparator() - Constructor for class org.fife.ui.autocomplete.AbstractCompletionProvider.CaseInsensitiveComparator
- changedUpdate(DocumentEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.AutoActivationListener
- changedUpdate(DocumentEvent) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.Listener
- characters(char[], int, int) - Method in class org.fife.ui.autocomplete.CompletionXMLParser
-
Called when character data inside an element is found.
- checkProviderAndAdd(Completion) - Method in class org.fife.ui.autocomplete.AbstractCompletionProvider
- choicesListList - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow
-
A list of lists of choices for each parameter.
- clear() - Method in class org.fife.ui.autocomplete.AbstractCompletionProvider
-
Removes all completions from this provider.
- clear() - Method in class org.fife.ui.autocomplete.CompletionListModel
-
Removes all the elements from this list.
- clearHistory() - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Clears the history of viewed descriptions.
- clearHistoryAfterCurrentPos() - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Makes the current history page the last one in the history.
- clearParameterizedCompletionParams() - Method in interface org.fife.ui.autocomplete.CompletionProvider
-
Clears the values used to identify and insert "parameterized completions" (e.g.
- clearParameterizedCompletionParams() - Method in class org.fife.ui.autocomplete.CompletionProviderBase
- clearParameterizedCompletionParams() - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
Calling this method will result in an
UnsupportedOperationException
being thrown. - ClosingAction() - Constructor for class org.fife.ui.autocomplete.ParameterizedCompletionContext.ClosingAction
- color - Variable in class org.fife.ui.autocomplete.OutlineHighlightPainter
-
DefaultHighlightPainter doesn't allow changing color, so we must cache ours here.
- commentCompletionProvider - Variable in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
The provider to use when completing in a comment.
- comparator - Variable in class org.fife.ui.autocomplete.AbstractCompletionProvider
-
Compares a
Completion
against a String. - compare(Object, Object) - Method in class org.fife.ui.autocomplete.AbstractCompletionProvider.CaseInsensitiveComparator
- compare(Completion, Completion) - Method in class org.fife.ui.autocomplete.SortByRelevanceComparator
- compareString - Variable in class org.fife.ui.autocomplete.FunctionCompletion
-
Used to improve performance of sorting FunctionCompletions.
- compareTo(Completion) - Method in class org.fife.ui.autocomplete.AbstractCompletion
- compareTo(Completion) - Method in interface org.fife.ui.autocomplete.Completion
-
Compares this completion to another one lexicographically, ignoring case.
- compareTo(Completion) - Method in class org.fife.ui.autocomplete.FunctionCompletion
-
Overridden to compare methods by their comparison strings.
- completion - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow.HistoryEntry
- completion - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow.TimerAction
- Completion - Interface in org.fife.ui.autocomplete
-
Represents a completion choice.
- CompletionCellRenderer - Class in org.fife.ui.autocomplete
-
A cell renderer that adds some pizazz when rendering the standard
Completion
types, like Eclipse and NetBeans do. - CompletionCellRenderer() - Constructor for class org.fife.ui.autocomplete.CompletionCellRenderer
-
Constructor.
- CompletionCellRenderer(DefaultListCellRenderer) - Constructor for class org.fife.ui.autocomplete.CompletionCellRenderer
-
Constructor.
- completionCL - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
-
The completion provider to use when loading classes, such as custom
FunctionCompletion
s. - CompletionListModel - Class in org.fife.ui.autocomplete
-
A list model implementation that allows the bulk addition of elements.
- CompletionListModel() - Constructor for class org.fife.ui.autocomplete.CompletionListModel
-
Constructor.
- CompletionProvider - Interface in org.fife.ui.autocomplete
-
Provides autocompletion values to an
AutoCompletion
. - CompletionProviderBase - Class in org.fife.ui.autocomplete
-
A base class for all standard completion providers.
- CompletionProviderBase() - Constructor for class org.fife.ui.autocomplete.CompletionProviderBase
- completions - Variable in class org.fife.ui.autocomplete.AbstractCompletionProvider
-
The completions this provider is aware of.
- completions - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
-
The completions found after parsing the XML.
- CompletionXMLParser - Class in org.fife.ui.autocomplete
-
Parser for an XML file describing a procedural language such as C.
- CompletionXMLParser(CompletionProvider) - Constructor for class org.fife.ui.autocomplete.CompletionXMLParser
-
Constructor.
- CompletionXMLParser(CompletionProvider, ClassLoader) - Constructor for class org.fife.ui.autocomplete.CompletionXMLParser
-
Constructor.
- componentHidden(ComponentEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.ParentWindowListener
- componentHidden(ComponentEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.PopupWindowListener
- componentMoved(ComponentEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.ParentWindowListener
- componentResized(ComponentEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.ParentWindowListener
- componentShown(ComponentEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.PopupWindowListener
- copy() - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Copies from the description text area, if it is visible and there is a selection.
- CopyAction() - Constructor for class org.fife.ui.autocomplete.AutoCompletePopupWindow.CopyAction
- createAutoCompleteAction() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Creates and returns the action to call when the user presses the auto-completion trigger key (e.g.
- createAutoCompleteAction() - Method in class org.fife.ui.autocomplete.RoundRobinAutoCompletion
-
Overridden to provide our own implementation of the action.
- createDescriptionWindow() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Creates the description window.
- createEmptyIcon() - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Creates the icon to use if no icon is found for a specific completion.
- createFunctionCompletion() - Method in class org.fife.ui.autocomplete.CompletionXMLParser
- createKeyActionPairs() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Creates the mappings from keys to Actions we'll be putting into the text component's ActionMap and InputMap.
- createMarkupTagCompletion() - Method in class org.fife.ui.autocomplete.CompletionXMLParser
- createOSXSizeGrip() - Method in class org.fife.ui.autocomplete.SizeGrip
-
Creates and returns the OS X size grip image.
- createOtherCompletion() - Method in class org.fife.ui.autocomplete.CompletionXMLParser
- createParamChoicesWindow() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Creates the completion window offering suggestions for parameters.
- createParamColor() - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Returns a decent "parameter" color based on the current default foreground color.
- createTypeColor() - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Returns a decent "type" color based on the current default foreground color.
- createVariableCompletion() - Method in class org.fife.ui.autocomplete.CompletionXMLParser
- ctrlCKap - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- cycle - Variable in class org.fife.ui.autocomplete.RoundRobinAutoCompletion
-
The List of CompletionProviders to use.
- CycleAutoCompleteAction() - Constructor for class org.fife.ui.autocomplete.RoundRobinAutoCompletion.CycleAutoCompleteAction
D
- deactivate() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Hides any popup windows and terminates parameterized completion assistance.
- DEBUG - Static variable in class org.fife.ui.autocomplete.AutoCompletion
-
Whether debug messages should be printed to stdout as AutoCompletion runs.
- defaultCompletionClassLoader - Static variable in class org.fife.ui.autocomplete.CompletionXMLParser
-
The class loader to use to load custom completion classes, such as the one defined by
funcCompletionType
. - DefaultCompletionProvider - Class in org.fife.ui.autocomplete
-
A basic completion provider implementation.
- DefaultCompletionProvider() - Constructor for class org.fife.ui.autocomplete.DefaultCompletionProvider
-
Constructor.
- DefaultCompletionProvider(String[]) - Constructor for class org.fife.ui.autocomplete.DefaultCompletionProvider
-
Creates a completion provider that provides completion for a simple list of words.
- defaultEnd - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
- defaultEndOffs - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- defaultProvider - Variable in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
The provider to use when no provider is assigned to a particular token type.
- definedIn - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- definedIn - Variable in class org.fife.ui.autocomplete.MarkupTagCompletion
- definedIn - Variable in class org.fife.ui.autocomplete.VariableCompletion
-
What library (for example) this variable is defined in.
- definitionString - Variable in class org.fife.ui.autocomplete.TemplateCompletion
- delegate - Variable in class org.fife.ui.autocomplete.CompletionCellRenderer
-
An optional delegate renderer (primarily for Substance).
- delegate - Variable in class org.fife.ui.autocomplete.CompletionListModel
-
Container for items in this model.
- delegateToSubstanceRenderer() - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Attempts to delegate rendering to a Substance cell renderer.
- DelegatingCellRenderer - Class in org.fife.ui.autocomplete
-
List cell renderer that delegates to a
CompletionProvider
's renderer, if it has one. - DelegatingCellRenderer() - Constructor for class org.fife.ui.autocomplete.DelegatingCellRenderer
- desc - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- desc - Variable in class org.fife.ui.autocomplete.MarkupTagCompletion
- desc - Variable in class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
- descArea - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Renders the HTML description.
- descLabel - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionDescriptionToolTip
-
The label that holds the description.
- descWindow - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Optional popup window containing a description of the currently selected completion.
- DescWindowCallback - Interface in org.fife.ui.autocomplete
-
Passed to
ExternalURLHandler
s as a way for them to display a summary for a new completion in response to a link event. - descWindowColor - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
The background color of the description window.
- descWindowColor - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
The background color of the description window.
- descWindowNavBar - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
The toolbar with "back" and "forward" buttons.
- desktop - Static variable in class org.fife.ui.autocomplete.Util
- desktopCreationAttempted - Static variable in class org.fife.ui.autocomplete.Util
- determineSelectionBackground() - Method in class org.fife.ui.autocomplete.FastListUI
- determineSelectionForeground() - Method in class org.fife.ui.autocomplete.FastListUI
- doAutocomplete() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- docCommentCompletionProvider - Variable in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
The provider to use while in documentation comments.
- doCompletion() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Displays the popup window.
- DOCUMENT_CHANGED_PROPERTY - Static variable in class org.fife.ui.autocomplete.AutoCompletion
-
Fired by
JTextComponent
s when theirDocument
changes. - doingKeywords - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- DownAction() - Constructor for class org.fife.ui.autocomplete.AutoCompletePopupWindow.DownAction
- downKap - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
E
- EMPTY_STRING - Static variable in class org.fife.ui.autocomplete.CompletionProviderBase
- emptyIcon - Variable in class org.fife.ui.autocomplete.CompletionCellRenderer
-
An icon to use when no appropriate icon is found.
- EmptyIcon - Class in org.fife.ui.autocomplete
-
A standard icon that doesn't paint anything.
- EmptyIcon(int) - Constructor for class org.fife.ui.autocomplete.EmptyIcon
- end - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo.ReplacementCopy
- EndAction() - Constructor for class org.fife.ui.autocomplete.AutoCompletePopupWindow.EndAction
- endElement(String, String, String) - Method in class org.fife.ui.autocomplete.CompletionXMLParser
-
Called when an element is closed.
- endingP - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- endKap - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- endParam - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- EnterAction() - Constructor for class org.fife.ui.autocomplete.AutoCompletePopupWindow.EnterAction
- enterKap - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- equals(Object) - Method in class org.fife.ui.autocomplete.FunctionCompletion
-
Overridden to match the behavior of
compareTo(Completion)
. - error(SAXParseException) - Method in class org.fife.ui.autocomplete.CompletionXMLParser
- EscapeAction() - Constructor for class org.fife.ui.autocomplete.AutoCompletePopupWindow.EscapeAction
- escapeKap - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- ESTIMATION_THRESHOLD - Static variable in class org.fife.ui.autocomplete.FastListUI
-
If there are more than this many completions in a single list, this UI will estimate the cell width and height needed for each item instead of computing it, for performance reasons.
- externalURLHandler - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
The handler to use when an external URL is clicked in the help documentation.
- ExternalURLHandler - Interface in org.fife.ui.autocomplete
-
A callback for when an external URL is clicked in the description window.
F
- fallback - Variable in class org.fife.ui.autocomplete.DelegatingCellRenderer
-
The renderer to fall back on if one isn't specified by a provider.
- FastListUI - Class in org.fife.ui.autocomplete
-
A custom list UI, used by the completion choices list.
- FastListUI() - Constructor for class org.fife.ui.autocomplete.FastListUI
- fireAutoCompletionEvent(AutoCompletionEvent.Type) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Fires an
AutoCompletionEvent
of the specified type. - FLAT_LAF_BORDER_PREFIX - Static variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow
- focusGained(FocusEvent) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.Listener
-
Called when the text component gains focus.
- focusLost(FocusEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.AutoActivationListener
- focusLost(FocusEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.TextComponentListener
-
Hide the auto-completion windows when the text component loses focus.
- focusLost(FocusEvent) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.Listener
-
Called when the text component loses focus.
- font - Variable in class org.fife.ui.autocomplete.CompletionCellRenderer
-
The font to use when rendering items, or
null
if the list's default font should be used. - forwardAction - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Action that goes to the next description displayed.
- funcCompletionType - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
-
If specified in the XML, this class will be used instead of
FunctionCompletion
when appropriate. - FunctionCompletion - Class in org.fife.ui.autocomplete
-
A completion choice representing a function.
- FunctionCompletion(CompletionProvider, String, String) - Constructor for class org.fife.ui.autocomplete.FunctionCompletion
-
Constructor.
G
- getAlreadyEntered(JTextComponent) - Method in class org.fife.ui.autocomplete.AbstractCompletion
- getAlreadyEntered(JTextComponent) - Method in interface org.fife.ui.autocomplete.Completion
-
Returns the portion of this completion that has already been entered into the text component.
- getAlreadyEnteredText(JTextComponent) - Method in interface org.fife.ui.autocomplete.CompletionProvider
-
Returns the text just before the current caret position that could be the start of something auto-completable.
- getAlreadyEnteredText(JTextComponent) - Method in class org.fife.ui.autocomplete.DefaultCompletionProvider
-
Returns the text just before the current caret position that could be the start of something auto-completable.
- getAlreadyEnteredText(JTextComponent) - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
- getAlternateBackground() - Static method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Returns the background color to use on alternating lines.
- getArgumentText(int) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Returns the text inserted for the parameter containing the specified offset.
- getAttribute(int) - Method in class org.fife.ui.autocomplete.MarkupTagCompletion
-
Returns the specified
ParameterizedCompletion.Parameter
. - getAttributeCount() - Method in class org.fife.ui.autocomplete.MarkupTagCompletion
-
Returns the number of attributes of this tag.
- getAttributes() - Method in class org.fife.ui.autocomplete.MarkupTagCompletion
-
Returns all attributes of this tag.
- getAutoActivationDelay() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns the delay between when the user types a character and when the code completion popup should automatically appear (if applicable).
- getAutoCompleteSingleChoices() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns whether, if a single auto-complete choice is available, it should be automatically inserted, without displaying the popup menu.
- getAutoCompletion() - Method in class org.fife.ui.autocomplete.AutoCompletionEvent
-
Returns the source
AutoCompletion
instance. - getColor() - Method in class org.fife.ui.autocomplete.OutlineHighlightPainter
-
Returns the color to paint bounding boxes with.
- getCommentCompletionProvider() - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
Returns the completion provider to use for comments.
- getCompareString() - Method in class org.fife.ui.autocomplete.FunctionCompletion
-
Returns a string used to compare this method completion to another.
- getCompletionByInputText(String) - Method in class org.fife.ui.autocomplete.AbstractCompletionProvider
-
Returns a list of
Completion
s in this provider with the specified input text. - getCompletionProvider() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns the completion provider.
- getCompletions() - Method in class org.fife.ui.autocomplete.CompletionXMLParser
-
Returns the completions found after parsing the XML.
- getCompletions(JTextComponent) - Method in interface org.fife.ui.autocomplete.CompletionProvider
-
Gets the possible completions for the text component at the current caret position.
- getCompletions(JTextComponent) - Method in class org.fife.ui.autocomplete.CompletionProviderBase
- getCompletionsAt(JTextComponent, Point) - Method in interface org.fife.ui.autocomplete.CompletionProvider
-
Returns the completions that have been entered at the specified visual location.
- getCompletionsAt(JTextComponent, Point) - Method in class org.fife.ui.autocomplete.DefaultCompletionProvider
- getCompletionsAt(JTextComponent, Point) - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
- getCompletionsImpl(JTextComponent) - Method in class org.fife.ui.autocomplete.AbstractCompletionProvider
- getCompletionsImpl(JTextComponent) - Method in class org.fife.ui.autocomplete.CompletionProviderBase
-
Does the dirty work of creating a list of completions.
- getCompletionsImpl(JTextComponent) - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
Does the dirty work of creating a list of completions.
- getCopyKeyStroke() - Static method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Returns the copy keystroke to use for this platform.
- getCount(String, char) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.ClosingAction
- getCurrentParameterHighlight() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Returns the highlight of the current parameter.
- getCurrentParameterIndex() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- getCurrentParameterStartOffset() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Returns the starting offset of the current parameter.
- getDebug() - Static method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns whether debug is enabled for AutoCompletion.
- getDefaultCompletionProvider() - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
Returns the completion provider used when one isn't defined for a particular token type.
- getDefaultEndOffs() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
- getDefaultEnterAction(JTextComponent) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.GotoEndAction
- getDefaultTriggerKey() - Static method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns the default auto-complete "trigger key" for this OS.
- getDefinedIn() - Method in class org.fife.ui.autocomplete.MarkupTagCompletion
-
Returns where this variable is defined.
- getDefinedIn() - Method in class org.fife.ui.autocomplete.VariableCompletion
-
Returns where this variable is defined.
- getDefinitionString() - Method in class org.fife.ui.autocomplete.FunctionCompletion
-
Returns the "definition string" for this function completion.
- getDefinitionString() - Method in interface org.fife.ui.autocomplete.ParameterizedCompletion
-
Returns the "definition string" for this completion.
- getDefinitionString() - Method in class org.fife.ui.autocomplete.TemplateCompletion
- getDefinitionString() - Method in class org.fife.ui.autocomplete.VariableCompletion
-
Return the definition of this variable completion.
- getDelegateRenderer() - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Returns the delegate renderer, or
null
if there is none. - getDescription() - Method in class org.fife.ui.autocomplete.MarkupTagCompletion
-
Returns a short description of this variable.
- getDescription() - Method in class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
- getDescriptionWindowColor() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Returns the background color of the description window.
- getDescWindowColor() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns the background color for the description window.
- getDesktop() - Static method in class org.fife.ui.autocomplete.Util
-
Returns the singleton
java.awt.Desktop
instance, ornull
if it is unsupported on this platform (or the JRE is older than 1.6). - getDisplayFont() - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Returns the font used when rendering completions.
- getDocCommentCompletionProvider() - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
Returns the completion provider to use for documentation comments.
- getElementAt(int) - Method in class org.fife.ui.autocomplete.CompletionListModel
- getEmptyIcon() - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Returns the icon to use if no icon is found for a specific completion.
- getEnd() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo.ReplacementCopy
- getEventType() - Method in class org.fife.ui.autocomplete.AutoCompletionEvent
-
Returns the type of this event.
- getExternalURLHandler() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns the handler to use when an external URL is clicked in the description window.
- getFallbackCellRenderer() - Method in class org.fife.ui.autocomplete.DelegatingCellRenderer
-
Returns the fallback cell renderer.
- getFirstHighlight(List<Highlighter.Highlight>) - Static method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Returns the highlight from a list that comes "first" in a list.
- getHyperlinkForeground() - Static method in class org.fife.ui.autocomplete.Util
-
Returns the color to use for hyperlink-style components.
- getIcon() - Method in class org.fife.ui.autocomplete.AbstractCompletion
- getIcon() - Method in interface org.fife.ui.autocomplete.Completion
-
Returns the icon to use for this completion.
- getIcon(String) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Returns an icon.
- getIconHeight() - Method in class org.fife.ui.autocomplete.EmptyIcon
- getIconWidth() - Method in class org.fife.ui.autocomplete.EmptyIcon
- getId() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo.ReplacementCopy
- getInputText() - Method in class org.fife.ui.autocomplete.AbstractCompletion
-
Returns the text the user has to (start) typing for this completion to be offered.
- getInputText() - Method in interface org.fife.ui.autocomplete.Completion
-
Returns the text that the user has to (start) typing for this completion to be offered.
- getInputText() - Method in class org.fife.ui.autocomplete.ShorthandCompletion
-
Returns the text the user must start typing to get this completion.
- getInputText() - Method in class org.fife.ui.autocomplete.TemplateCompletion
- getInsertionInfo(JTextComponent, boolean) - Method in class org.fife.ui.autocomplete.FunctionCompletion
- getInsertionInfo(JTextComponent, boolean) - Method in interface org.fife.ui.autocomplete.ParameterizedCompletion
-
Returns completion information for this parameterized completion, given the specified text component.
- getInsertionInfo(JTextComponent, boolean) - Method in class org.fife.ui.autocomplete.TemplateCompletion
- getLastHighlight(List<Highlighter.Highlight>) - Static method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Returns the highlight from a list that comes "last" in that list.
- getLineOfCaret() - Method in class org.fife.ui.autocomplete.AutoCompletion
- getLinkRedirector() - Static method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns the link redirector, if any.
- getListCellRenderer() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Returns the default list cell renderer used when a completion provider does not supply its own.
- getListCellRenderer() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns the default list cell renderer used when a completion provider does not supply its own.
- getListCellRenderer() - Method in interface org.fife.ui.autocomplete.CompletionProvider
-
Returns the cell renderer for completions returned from this provider.
- getListCellRenderer() - Method in class org.fife.ui.autocomplete.CompletionProviderBase
- getListCellRendererComponent(JList<?>, Object, int, boolean, boolean) - Method in class org.fife.ui.autocomplete.DelegatingCellRenderer
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Returns the renderer.
- getMaxOffset() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
-
Returns the maximum offset the caret can move to before being outside the text inserted for this completion.
- getMinOffset() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
-
Returns the minimum offset the caret can move to before being outside the text inserted for this completion.
- getName() - Method in class org.fife.ui.autocomplete.MarkupTagCompletion
-
Returns the name of this tag.
- getName() - Method in class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
- getName() - Method in class org.fife.ui.autocomplete.VariableCompletion
-
Returns the name of this variable.
- getParam(int) - Method in class org.fife.ui.autocomplete.FunctionCompletion
- getParam(int) - Method in interface org.fife.ui.autocomplete.ParameterizedCompletion
-
Returns the specified
ParameterizedCompletion.Parameter
. - getParam(int) - Method in class org.fife.ui.autocomplete.TemplateCompletion
- getParamChoicesRenderer() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns the renderer to use for
Completion
s in the optional parameter choices popup window (displayed when aParameterizedCompletion
is code-completed). - getParamCount() - Method in class org.fife.ui.autocomplete.FunctionCompletion
-
Returns the number of parameters to this function.
- getParamCount() - Method in interface org.fife.ui.autocomplete.ParameterizedCompletion
-
Returns the number of parameters this completion takes.
- getParamCount() - Method in class org.fife.ui.autocomplete.TemplateCompletion
- getParamEndChar() - Method in class org.fife.ui.autocomplete.CompletionXMLParser
-
Returns the parameter end character specified.
- getParameterChoices(JTextComponent, ParameterizedCompletion.Parameter) - Method in interface org.fife.ui.autocomplete.ParameterChoicesProvider
-
Returns a list of choices for a specific parameter.
- getParameterChoicesProvider() - Method in interface org.fife.ui.autocomplete.CompletionProvider
-
Returns an object that can return a list of completion choices for parameters.
- getParameterChoicesProvider() - Method in class org.fife.ui.autocomplete.CompletionProviderBase
- getParameterCopyColor() - Method in class org.fife.ui.autocomplete.AutoCompletionStyleContext
-
Returns the color of the highlight painted on copies of editable parameters in parameterized completions.
- getParameterDescriptionTruncateThreshold() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns the maximum number of characters that the
ParameterizedCompletionDescriptionToolTip
will attempt to display on one line before truncating to a short-form representation. - getParameterHighlights() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- getParameterizedCompletionCursorPositionColor() - Method in class org.fife.ui.autocomplete.AutoCompletionStyleContext
-
Returns the color used to denote the ending caret position for parameterized completions.
- getParameterizedCompletions(JTextComponent) - Method in interface org.fife.ui.autocomplete.CompletionProvider
-
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).
- getParameterizedCompletions(JTextComponent) - Method in class org.fife.ui.autocomplete.DefaultCompletionProvider
- getParameterizedCompletions(JTextComponent) - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
- getParameterListEnd() - Method in interface org.fife.ui.autocomplete.CompletionProvider
-
Returns the text that marks the end of a list of parameters to a function or method.
- getParameterListEnd() - Method in class org.fife.ui.autocomplete.CompletionProviderBase
- getParameterListEnd() - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
- getParameterListSeparator() - Method in interface org.fife.ui.autocomplete.CompletionProvider
-
Returns the text that separates parameters to a function or method.
- getParameterListSeparator() - Method in class org.fife.ui.autocomplete.CompletionProviderBase
- getParameterListSeparator() - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
- getParameterListStart() - Method in interface org.fife.ui.autocomplete.CompletionProvider
-
Returns the text that marks the start of a list of parameters to a function or method.
- getParameterListStart() - Method in class org.fife.ui.autocomplete.CompletionProviderBase
- getParameterListStart() - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
- getParameterOutlineColor() - Method in class org.fife.ui.autocomplete.AutoCompletionStyleContext
-
Returns the color of the outline highlight used to denote editable parameters in parameterized completions.
- getParamSeparator() - Method in class org.fife.ui.autocomplete.CompletionXMLParser
-
Returns the parameter end string specified.
- getParamStartChar() - Method in class org.fife.ui.autocomplete.CompletionXMLParser
-
Returns the parameter start character specified.
- getParamText(ParameterizedCompletion.Parameter) - Method in class org.fife.ui.autocomplete.FunctionCompletion
-
Returns the text to insert for a parameter.
- getParent() - Method in interface org.fife.ui.autocomplete.CompletionProvider
-
Returns the parent completion provider.
- getParent() - Method in class org.fife.ui.autocomplete.CompletionProviderBase
- getPieceText(int, String) - Method in class org.fife.ui.autocomplete.TemplateCompletion
- getProvider() - Method in class org.fife.ui.autocomplete.AbstractCompletion
- getProvider() - Method in interface org.fife.ui.autocomplete.Completion
-
Returns the provider that returned this completion.
- getProviderFor(JTextComponent) - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
Returns the completion provider to use at the current caret position in a text component.
- getRelevance() - Method in class org.fife.ui.autocomplete.AbstractCompletion
- getRelevance() - Method in interface org.fife.ui.autocomplete.Completion
-
Returns the "relevance" of this completion.
- getReplacementCopy(int) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
-
Returns the specified replacement copy.
- getReplacementCopyCount() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
- getReplacementCount() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
-
Returns the number of replacements in the completion.
- getReplacementForFlatLafBorder(Border) - Static method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
FlatLaf adds insets to tool tips, and for some themes (usually light ones) also uses a line border, whereas for other themes (usually dark ones) there is no line border.
- getReplacementLocation(int) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
-
Returns the starting- and ending-offsets of the replacement regions in the completion.
- getReplacementText() - Method in class org.fife.ui.autocomplete.BasicCompletion
- getReplacementText() - Method in interface org.fife.ui.autocomplete.Completion
-
Returns the text to insert as the result of this auto-completion.
- getReplacementText() - Method in class org.fife.ui.autocomplete.MarkupTagCompletion
- getReplacementText() - Method in class org.fife.ui.autocomplete.TemplateCompletion
-
Returns
null
; template completions insert all of their text viagetInsertionInfo()
. - getReplacementText(Completion, Document, int, int) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns the text to replace with in the document.
- getReturnValueDescription() - Method in class org.fife.ui.autocomplete.FunctionCompletion
-
Returns the description of the return value of this function.
- getScreenBoundsForPoint(int, int) - Static method in class org.fife.ui.autocomplete.Util
-
Returns the screen coordinates for the monitor that contains the specified point.
- getSelectedChoice() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow
-
Returns the selected value.
- getSelection() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Returns the selected value, or
null
if nothing is selected. - getSelectionEnd() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
-
Returns the offset that should be the end of the initially selected text when the completion is inserted (i.e., the end offset of the first replacement region).
- getSelectionStart() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
-
Returns the offset that should be the start of the initially selected text when the completion is inserted (i.e., the start offset of the first replacement region).
- getShortDescription() - Method in class org.fife.ui.autocomplete.BasicCompletion
-
Returns the short description of this completion, usually used in the completion choices list.
- getShortDescription() - Method in class org.fife.ui.autocomplete.TemplateCompletion
- getShouldAllowDecoratingMainAutoCompleteWindows() - Static method in class org.fife.ui.autocomplete.Util
-
Give apps a chance to decorate us with drop shadows, etc.
- getShowDescWindow() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns whether the "description window" should be shown alongside the completion window.
- getShowParameterToolTip() - Method in class org.fife.ui.autocomplete.FunctionCompletion
- getShowParameterToolTip() - Method in interface org.fife.ui.autocomplete.ParameterizedCompletion
-
Returns whether a tool tip displaying assistance for each parameter while it is being edited is appropriate for this completion.
- getShowParameterToolTip() - Method in class org.fife.ui.autocomplete.TemplateCompletion
- getShowTypes() - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Returns whether the types of fields and return types of methods are shown in the completion text.
- getSingleChar(String) - Static method in class org.fife.ui.autocomplete.CompletionXMLParser
- getSize() - Method in class org.fife.ui.autocomplete.CompletionListModel
- getStart() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo.ReplacementCopy
- getString(String) - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Returns the localized message for the specified key.
- getStringCompletionProvider() - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
Returns the completion provider to use for strings.
- getStyleContext() - Static method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns the style context describing how auto-completion related highlights in the editor are rendered.
- getSummary() - Method in class org.fife.ui.autocomplete.BasicCompletion
- getSummary() - Method in interface org.fife.ui.autocomplete.Completion
-
Returns the description of this auto-complete choice.
- getSummary() - Method in class org.fife.ui.autocomplete.FunctionCompletion
- getSummary() - Method in class org.fife.ui.autocomplete.MarkupTagCompletion
- getSummary() - Method in class org.fife.ui.autocomplete.ShorthandCompletion
-
If a summary has been set, that summary is returned.
- getSummary() - Method in class org.fife.ui.autocomplete.TemplateCompletion
- getSummary() - Method in class org.fife.ui.autocomplete.VariableCompletion
- getSummaryBody() - Method in class org.fife.ui.autocomplete.ShorthandCompletion
-
Returns the "body" of the HTML returned by
ShorthandCompletion.getSummary()
when no summary text has been set. - getText() - Method in interface org.fife.ui.autocomplete.TemplatePiece
- getText() - Method in class org.fife.ui.autocomplete.TemplatePiece.Param
- getText() - Method in class org.fife.ui.autocomplete.TemplatePiece.ParamCopy
- getText() - Method in class org.fife.ui.autocomplete.TemplatePiece.Text
- getTextComponent() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns the text component for which auto-completion is enabled.
- getTextComponentOrientation() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns the orientation of the text component we're installed to.
- getTextToInsert() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
-
Returns the actual text to insert when the completion is selected.
- gettingDesc - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- gettingParamDesc - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- gettingParams - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- gettingReturnValDesc - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- getToolTipBackground() - Static method in class org.fife.ui.autocomplete.TipUtil
-
Returns the default background color to use for tool tip windows.
- getToolTipBorder() - Static method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
- getToolTipBorder() - Static method in class org.fife.ui.autocomplete.TipUtil
-
Returns the border used by tool tips in this look and feel.
- getToolTipHyperlinkForeground() - Static method in class org.fife.ui.autocomplete.TipUtil
-
Returns the color to use for hyperlink-style components in tool tips.
- getToolTipText() - Method in class org.fife.ui.autocomplete.AbstractCompletion
-
The default implementation returns
null
. - getToolTipText() - Method in interface org.fife.ui.autocomplete.Completion
-
Returns the tool tip text to display for mouse hovers over this completion.
- getToolTipText() - Method in class org.fife.ui.autocomplete.FunctionCompletion
- getToolTipText() - Method in class org.fife.ui.autocomplete.VariableCompletion
-
Returns the tool tip text to display for mouse hovers over this completion.
- getToolTipText(RTextArea, MouseEvent) - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
Returns the tool tip to display for a mouse event.
- getTriggerKey() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns the "trigger key" used for auto-complete.
- getType() - Method in class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
-
Returns the type of this parameter, as a string.
- getType() - Method in class org.fife.ui.autocomplete.VariableCompletion
-
Returns the type of this variable.
- getTypeObject() - Method in class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
-
Returns the object used to describe the type of this parameter.
- getUseSubstanceRenderers() - Static method in class org.fife.ui.autocomplete.Util
-
Returns whether we should attempt to use Substance cell renderers and styles for things such as completion choices, if a Substance Look and Feel is installed.
- GotoEndAction() - Constructor for class org.fife.ui.autocomplete.ParameterizedCompletionContext.GotoEndAction
H
- h - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext.ParamCopyInfo
- handleDocumentEvent(DocumentEvent) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.Listener
- hashCode() - Method in class org.fife.ui.autocomplete.FunctionCompletion
- hasSelection() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
-
Returns whether there is an initial selected region for the completion (i.e., whether the completion actually has any parameters).
- HideAction() - Constructor for class org.fife.ui.autocomplete.ParameterizedCompletionContext.HideAction
- hideChildWindows() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Hides any child windows being displayed by the auto-completion system.
- hideOnCompletionProviderChange - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
Whether the popup should be hidden when the CompletionProvider changes.
- hideOnNoText - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
Whether the popup should be hidden when user types a space (or any character that resets the completion list to "all completions").
- hideParameterCompletionPopups() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Hides and disposes of any parameter completion-related popups.
- hidePopupWindow() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Hides the popup window, if it is visible.
- hierarchyChanged(HierarchyEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.TextComponentListener
-
Called when the component hierarchy for our text component changes.
- history - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
History of descriptions displayed.
- HistoryEntry(Completion, String, String) - Constructor for class org.fife.ui.autocomplete.AutoCompleteDescWindow.HistoryEntry
- historyPos - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
The current position in
AutoCompleteDescWindow.history
. - HomeAction() - Constructor for class org.fife.ui.autocomplete.AutoCompletePopupWindow.HomeAction
- homeKap - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- hyperlinkUpdate(HyperlinkEvent) - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Called when a hyperlink is clicked.
I
- icon - Variable in class org.fife.ui.autocomplete.AbstractCompletion
-
The icon to use for this completion.
- id - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo.ReplacementCopy
- ignoringDocumentEvents - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- IM_KEY_CLOSING - Static variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- IM_KEY_DOWN - Static variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- IM_KEY_ENTER - Static variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- IM_KEY_ESCAPE - Static variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- IM_KEY_SHIFT_TAB - Static variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- IM_KEY_TAB - Static variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- IM_KEY_UP - Static variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- inCompletionTypes - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- incSelection(int) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow
-
Changes the selected index.
- init() - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
- init() - Method in class org.fife.ui.autocomplete.DefaultCompletionProvider
-
Initializes this completion provider.
- initDebug() - Static method in class org.fife.ui.autocomplete.AutoCompletion
-
Determines whether debug should be enabled for the AutoCompletion library.
- INITIAL_TIMER_DELAY - Static variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
The amount of time to wait after the user changes the selected completion to refresh the description.
- initialize(ParameterizedCompletion) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow
-
Initializes this window to offer suggestions for the parameters of a specific completion.
- inKeyword - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- inParam - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- inputText - Variable in class org.fife.ui.autocomplete.ShorthandCompletion
-
The text the user can start typing that will match this completion.
- inputText - Variable in class org.fife.ui.autocomplete.TemplateCompletion
- insertCompletion(Completion) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Inserts a completion.
- insertCompletion(Completion, boolean) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Inserts a completion.
- insertSelectedChoice() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Inserts the choice selected in the parameter choices window.
- insertSelectedCompletion() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Inserts the currently selected completion.
- insertUpdate(DocumentEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.AutoActivationListener
- insertUpdate(DocumentEvent) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.Listener
- install(JTextComponent) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Installs this auto-completion on a text component.
- install(JTextComponent) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.Listener
-
Installs this listener onto a text component.
- install(AutoCompletePopupWindow) - Method in class org.fife.ui.autocomplete.AutoCompletion.PopupWindowListener
- installDefaults() - Method in class org.fife.ui.autocomplete.FastListUI
-
Overridden to ensure we have selection background/foreground colors defined, even if we're in some weirdo LAF such as Nimbus which doesn't define them.
- installKeyBindings() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Registers keyboard actions to listen for in the text component and intercept.
- installKeyBindings() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Installs key bindings on the text component that facilitate the user editing this completion's parameters.
- installTriggerKey(KeyStroke) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Installs a "trigger key" action onto the current text component.
- isAutoActivateOkay(JTextComponent) - Method in interface org.fife.ui.autocomplete.CompletionProvider
-
This method is called if auto-activation is enabled in the parent
AutoCompletion
after the user types a single character. - isAutoActivateOkay(JTextComponent) - Method in class org.fife.ui.autocomplete.CompletionProviderBase
- isAutoActivateOkay(JTextComponent) - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
- isAutoActivationEnabled() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns whether auto-activation is enabled (that is, whether the completion popup will automatically appear after a delay when the user types an appropriate character).
- isAutoCompleteEnabled() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns whether auto-completion is enabled.
- isDerivedColor(Color) - Static method in class org.fife.ui.autocomplete.TipUtil
-
Returns whether a color is a Nimbus DerivedColor, which is troublesome in that it doesn't use its RGB values (uses HSB instead?) and so querying them is useless.
- isEndParam - Variable in class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
- isEndParam() - Method in class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
- isFlatLafBorder(Border) - Static method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
- isHideOnCompletionProviderChange() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Whether the popup should be hidden when the CompletionProvider changes.
- isHideOnNoText() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Whether the popup should be hidden when user types a space (or any character that resets the completion list to "all completions").
- isLightForeground(Color) - Static method in class org.fife.ui.autocomplete.Util
-
Returns whether the specified color is "light" to use as a foreground.
- isNimbusLookAndFeel() - Static method in class org.fife.ui.autocomplete.TipUtil
-
Returns whether the Nimbus Look and Feel is installed.
- isParamDefined(String) - Method in class org.fife.ui.autocomplete.TemplateCompletion
-
Returns whether a parameter is already defined with a specific name.
- isParameterAssistanceEnabled() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns whether parameter assistance is enabled.
- isPopupVisible() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Returns whether the completion popup window is visible.
- isValidChar(char) - Method in class org.fife.ui.autocomplete.DefaultCompletionProvider
-
Returns whether the specified character is valid in an auto-completion.
- isVisible() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionDescriptionToolTip
-
Returns whether this tool tip is visible.
J
- justification() - Method in annotation type org.fife.ui.autocomplete.SuppressFBWarnings
-
Optional documentation of the reason why the warning is suppressed.
- justInserted - Variable in class org.fife.ui.autocomplete.AutoCompletion.AutoActivationListener
K
- key - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow.KeyActionPair
- KeyActionPair() - Constructor for class org.fife.ui.autocomplete.AutoCompletePopupWindow.KeyActionPair
- KeyActionPair(Object, Action) - Constructor for class org.fife.ui.autocomplete.AutoCompletePopupWindow.KeyActionPair
- keyBindingsInstalled - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
L
- lafListener - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
Listens for LAF changes so the auto-complete windows automatically update themselves accordingly.
- LanguageAwareCompletionProvider - Class in org.fife.ui.autocomplete
-
A completion provider for the C programming language (and other languages with similar syntax).
- LanguageAwareCompletionProvider() - Constructor for class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
Constructor subclasses can use when they don't have their default provider created at construction time.
- LanguageAwareCompletionProvider(CompletionProvider) - Constructor for class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
Constructor.
- lastCompletionsAtText - Variable in class org.fife.ui.autocomplete.DefaultCompletionProvider
-
Used to speed up
DefaultCompletionProvider.getCompletionsAt(JTextComponent, Point)
. - lastLine - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- lastParameterizedCompletionsAt - Variable in class org.fife.ui.autocomplete.DefaultCompletionProvider
-
Used to speed up
DefaultCompletionProvider.getCompletionsAt(JTextComponent, Point)
, since this may be called multiple times in succession (this is usually called byJTextComponent.getToolTipText()
, and if the user wiggles the mouse while a tool tip is displayed, this method gets repeatedly called. - lastSelectedParam - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
The currently "selected" parameter in the displayed text.
- lastSelection - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
A hack to work around the fact that we clear our completion model (and our selection) when hiding the completion window.
- LeftAction() - Constructor for class org.fife.ui.autocomplete.AutoCompletePopupWindow.LeftAction
- leftKap - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- LIGHT_HYPERLINK_FG - Static variable in class org.fife.ui.autocomplete.Util
-
Used for the color of hyperlinks when a LookAndFeel uses light text against a dark background.
- linkRedirector - Static variable in class org.fife.ui.autocomplete.AutoCompletion
-
An optional redirector that converts URL's to some other location before being handed over to
externalURLHandler
. - LinkRedirector - Interface in org.fife.ui.autocomplete
-
Possibly redirects one URL to another.
- list - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
The list of completion choices.
- list - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow
-
The list of completion choices.
- listCellRenderer - Variable in class org.fife.ui.autocomplete.CompletionProviderBase
-
The renderer to use for completions from this provider.
- listener - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Listens for events in the text component while this window is visible.
- Listener() - Constructor for class org.fife.ui.autocomplete.ParameterizedCompletionContext.Listener
- listeners - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
All listeners registered on this component.
- loadFromXML(File) - Method in class org.fife.ui.autocomplete.DefaultCompletionProvider
-
Loads completions from an XML file.
- loadFromXML(InputStream) - Method in class org.fife.ui.autocomplete.DefaultCompletionProvider
-
Loads completions from an XML input stream.
- loadFromXML(InputStream, ClassLoader) - Method in class org.fife.ui.autocomplete.DefaultCompletionProvider
-
Loads completions from an XML input stream.
- loadFromXML(String) - Method in class org.fife.ui.autocomplete.DefaultCompletionProvider
-
Loads completions from an XML file.
- LOCK_DESKTOP_CREATION - Static variable in class org.fife.ui.autocomplete.Util
- LookAndFeelChangeListener() - Constructor for class org.fife.ui.autocomplete.AutoCompletion.LookAndFeelChangeListener
M
- markOccurrencesEnabled - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext.Listener
- MarkupTagCompletion - Class in org.fife.ui.autocomplete
-
A completion representing a tag in markup, such as HTML or XML.
- MarkupTagCompletion(CompletionProvider, String) - Constructor for class org.fife.ui.autocomplete.MarkupTagCompletion
-
Constructor.
- maxOffs - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
- maxPos - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
The maximum offset into the document that the caret can move to before this tool tip disappears.
- minOffs - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
- minPos - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
The minimum offset into the document that the caret can move to before this tool tip disappears.
- model - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
The contents of
Component.list()
. - model - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow
-
The currently displayed completion choices.
- mouseClicked(MouseEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- mouseDragged(MouseEvent) - Method in class org.fife.ui.autocomplete.SizeGrip.MouseHandler
- mouseEntered(MouseEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- mouseExited(MouseEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- MouseHandler() - Constructor for class org.fife.ui.autocomplete.SizeGrip.MouseHandler
- mousePressed(MouseEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- mousePressed(MouseEvent) - Method in class org.fife.ui.autocomplete.SizeGrip.MouseHandler
- mouseReleased(MouseEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- mouseReleased(MouseEvent) - Method in class org.fife.ui.autocomplete.SizeGrip.MouseHandler
- moveToNextParam() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Moves to and selects the next parameter.
- moveToPreviousParam() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Moves to and selects the previous parameter.
- MSG - Static variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
The resource bundle name.
N
- name - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- name - Variable in class org.fife.ui.autocomplete.MarkupTagCompletion
- name - Variable in class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
- NextChoiceAction(int, Action) - Constructor for class org.fife.ui.autocomplete.ParameterizedCompletionContext.NextChoiceAction
- NextParamAction() - Constructor for class org.fife.ui.autocomplete.ParameterizedCompletionContext.NextParamAction
O
- oldAction - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext.NextChoiceAction
- oldClosingAction - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- oldClosingKey - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- oldCtrlC - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- oldDown - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- oldDownAction - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- oldDownKey - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- oldEnd - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- oldEnter - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- oldEnterAction - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- oldEnterKey - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- oldEscape - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- oldEscapeAction - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- oldEscapeKey - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- oldHome - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- oldLeft - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- oldPageDown - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- oldPageUp - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- oldParenAction - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
The action previously assigned to the parameter completion key, so we can reset it when we uninstall.
- oldParenKey - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
The previous key in the text component's
InputMap
for the parameter completion trigger key. - oldRight - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- oldShiftTabAction - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- oldShiftTabKey - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- oldTab - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- oldTabAction - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- oldTabKey - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- oldTriggerAction - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
The action previously assigned to
AutoCompletion.trigger
, so we can reset it if the user disables auto-completion. - oldTriggerKey - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
The previous key in the text component's
InputMap
for the trigger key. - oldUp - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- oldUpAction - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- oldUpKey - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- org.fife.ui.autocomplete - package org.fife.ui.autocomplete
-
The auto-completion library.
- origPos - Variable in class org.fife.ui.autocomplete.SizeGrip.MouseHandler
- osxSizeGrip - Variable in class org.fife.ui.autocomplete.SizeGrip
-
The size grip to use if we're on OS X.
- OutlineHighlightPainter - Class in org.fife.ui.autocomplete
-
Highlight painter that draws an outline around the text.
- OutlineHighlightPainter(Color) - Constructor for class org.fife.ui.autocomplete.OutlineHighlightPainter
-
Constructor.
- overflow - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionDescriptionToolTip
- overriddenBackground - Variable in class org.fife.ui.autocomplete.FastListUI
-
Whether the selection background was overridden (usually because of Nimbus) so we know to manually uninstall the color we installed.
- overriddenForeground - Variable in class org.fife.ui.autocomplete.FastListUI
-
Whether the selection foreground was overridden (usually because of Nimbus) so we know to manually uninstall the color we installed.
P
- p - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
The painter to paint borders around the variables.
- PageDownAction() - Constructor for class org.fife.ui.autocomplete.AutoCompletePopupWindow.PageDownAction
- pageDownKap - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- PageUpAction() - Constructor for class org.fife.ui.autocomplete.AutoCompletePopupWindow.PageUpAction
- pageUpKap - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- paintComponent(Graphics) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
- paintComponent(Graphics) - Method in class org.fife.ui.autocomplete.SizeGrip
-
Paints this panel.
- paintIcon(Component, Graphics, int, int) - Method in class org.fife.ui.autocomplete.EmptyIcon
- paintLayer(Graphics, int, int, Shape, JTextComponent, View) - Method in class org.fife.ui.autocomplete.OutlineHighlightPainter
- paintTextR - Variable in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Used in rendering calculations.
- Param(String) - Constructor for class org.fife.ui.autocomplete.TemplatePiece.Param
- PARAM_COMPLETE_KEY - Static variable in class org.fife.ui.autocomplete.AutoCompletion
-
Key used in the input map for the parameter completion action.
- PARAM_TRIGGER_KEY - Static variable in class org.fife.ui.autocomplete.AutoCompletion
-
The key used in the input map for the AutoComplete action.
- paramChoicesProvider - Variable in class org.fife.ui.autocomplete.CompletionProviderBase
-
Provides completion choices for a parameterized completion's parameters.
- paramChoicesRenderer - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
A renderer used for
Completion
s in the optional parameter choices popup window (displayed when aParameterizedCompletion
is code-completed). - paramChoicesWindow - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
A small popup window giving likely choices for parameterized completions.
- paramColor - Variable in class org.fife.ui.autocomplete.CompletionCellRenderer
-
The color to use for function arguments.
- ParamCopy(String) - Constructor for class org.fife.ui.autocomplete.TemplatePiece.ParamCopy
- ParamCopyInfo(String, Highlighter.Highlight) - Constructor for class org.fife.ui.autocomplete.ParameterizedCompletionContext.ParamCopyInfo
- paramCopyInfos - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- paramCopyP - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- paramDesc - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- paramEndChar - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- Parameter(Object, String) - Constructor for class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
-
Constructor.
- Parameter(Object, String, boolean) - Constructor for class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
-
Constructor.
- parameterAssistanceEnabled - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
Whether parameter assistance is enabled.
- ParameterChoicesProvider - Interface in org.fife.ui.autocomplete
-
Provides completions for a
ParameterizedCompletion
's parameters. - parameterCopyColor - Variable in class org.fife.ui.autocomplete.AutoCompletionStyleContext
-
The color used to highlight copies of editable parameters in parameterized completions.
- parameterDescriptionTruncateThreshold - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
The maximum length to attempt to display the 'full' parameter description for before truncating.
- ParameterizedCompletion - Interface in org.fife.ui.autocomplete
-
A completion option that takes parameters, such as a function or method.
- ParameterizedCompletion.Parameter - Class in org.fife.ui.autocomplete
-
A parameter passed to a parameterized
Completion
. - ParameterizedCompletionChoicesWindow - Class in org.fife.ui.autocomplete
-
A small popup window offering a list of likely choices for a parameter when the user has code-completed a parameterized completion.
- ParameterizedCompletionChoicesWindow(Window, AutoCompletion, ParameterizedCompletionContext) - Constructor for class org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow
-
Constructor.
- ParameterizedCompletionContext - Class in org.fife.ui.autocomplete
-
Manages UI and state specific to parameterized completions - the parameter description tool tip, the parameter completion choices list, the actual highlights in the editor, etc.
- ParameterizedCompletionContext(Window, AutoCompletion, ParameterizedCompletion) - Constructor for class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Constructor.
- ParameterizedCompletionContext.ClosingAction - Class in org.fife.ui.autocomplete
-
Called when the user types the character marking the closing of the parameter list, such as '
)
'. - ParameterizedCompletionContext.GotoEndAction - Class in org.fife.ui.autocomplete
-
Called when the user presses Enter while entering parameters.
- ParameterizedCompletionContext.HideAction - Class in org.fife.ui.autocomplete
-
Action performed when the user hits the escape key.
- ParameterizedCompletionContext.Listener - Class in org.fife.ui.autocomplete
-
Listens for various events in the text component while this tool tip is visible.
- ParameterizedCompletionContext.NextChoiceAction - Class in org.fife.ui.autocomplete
-
Action performed when the user presses the up or down arrow keys and the parameter completion choices popup is visible.
- ParameterizedCompletionContext.NextParamAction - Class in org.fife.ui.autocomplete
-
Action performed when the user hits the tab key.
- ParameterizedCompletionContext.ParamCopyInfo - Class in org.fife.ui.autocomplete
-
Information about a parameter.
- ParameterizedCompletionContext.PrevParamAction - Class in org.fife.ui.autocomplete
-
Action performed when the user hits shift+tab.
- parameterizedCompletionCursorPositionColor - Variable in class org.fife.ui.autocomplete.AutoCompletionStyleContext
-
The color used to denote the ending caret position for parameterized completions.
- ParameterizedCompletionDescriptionToolTip - Class in org.fife.ui.autocomplete
-
A "tool tip" that displays information on the function or method currently being entered.
- ParameterizedCompletionDescriptionToolTip(Window, ParameterizedCompletionContext, AutoCompletion, ParameterizedCompletion) - Constructor for class org.fife.ui.autocomplete.ParameterizedCompletionDescriptionToolTip
-
Constructor.
- ParameterizedCompletionInsertionInfo - Class in org.fife.ui.autocomplete
-
Describes a parameterized completion - what's being inserted, where the parameters are in the inserted text, etc.
- ParameterizedCompletionInsertionInfo() - Constructor for class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
- ParameterizedCompletionInsertionInfo.ReplacementCopy - Class in org.fife.ui.autocomplete
-
Information about a replacement.
- ParameterizedCompletionStartAction(char) - Constructor for class org.fife.ui.autocomplete.AutoCompletion.ParameterizedCompletionStartAction
- parameterOutlineColor - Variable in class org.fife.ui.autocomplete.AutoCompletionStyleContext
-
The color of the outline highlight used to denote editable parameters in parameterized completions.
- paramListEnd - Variable in class org.fife.ui.autocomplete.CompletionProviderBase
-
Text that marks the end of a parameter list, for example, ')'.
- paramListSeparator - Variable in class org.fife.ui.autocomplete.CompletionProviderBase
-
Text that separates items in a parameter list, for example, ", ".
- paramListStart - Variable in class org.fife.ui.autocomplete.CompletionProviderBase
-
Text that marks the beginning of a parameter list, for example, '('.
- paramName - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- paramName - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext.ParamCopyInfo
- paramPrefix - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
The text before the caret for the current parameter.
- params - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- params - Variable in class org.fife.ui.autocomplete.FunctionCompletion
-
Parameters to the function.
- params - Variable in class org.fife.ui.autocomplete.TemplateCompletion
-
The template's parameters.
- paramSeparator - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- paramStartChar - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- paramType - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- parent - Variable in class org.fife.ui.autocomplete.CompletionProviderBase
-
The parent completion provider.
- parentWindow - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
The parent window of
AutoCompletion.textComponent
. - parentWindow - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
The parent window.
- parentWindowListener - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
Listens for events in the parent window that affect the visibility of the popup windows.
- ParentWindowListener() - Constructor for class org.fife.ui.autocomplete.AutoCompletion.ParentWindowListener
- parse(String) - Method in class org.fife.ui.autocomplete.TemplateCompletion
-
Parses a template string into logical pieces used by this class.
- pc - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
The completion being described.
- pc - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionDescriptionToolTip
-
The completion being described.
- pcc - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
Manages any parameterized completions that are inserted.
- pieces - Variable in class org.fife.ui.autocomplete.TemplateCompletion
- POPUP_HIDDEN - org.fife.ui.autocomplete.AutoCompletionEvent.Type
- POPUP_SHOWN - org.fife.ui.autocomplete.AutoCompletionEvent.Type
- PopupList(CompletionListModel) - Constructor for class org.fife.ui.autocomplete.AutoCompletePopupWindow.PopupList
- popupWindow - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
The popup window containing completion choices.
- popupWindowListener - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
Listens for events from the popup window.
- PopupWindowListener() - Constructor for class org.fife.ui.autocomplete.AutoCompletion.PopupWindowListener
- positionDescWindow() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Positions the description window relative to the completion choices window.
- possiblyAddDefinedIn(StringBuilder) - Method in class org.fife.ui.autocomplete.MarkupTagCompletion
-
Adds some HTML describing where this variable is defined, if this information is known.
- possiblyAddDefinedIn(StringBuilder) - Method in class org.fife.ui.autocomplete.VariableCompletion
-
Adds some HTML describing where this variable is defined, if this information is known.
- possiblyAddDescription(StringBuilder) - Method in class org.fife.ui.autocomplete.MarkupTagCompletion
-
Adds the description text as HTML to a buffer, if a description is defined.
- possiblyAddDescription(StringBuilder) - Method in class org.fife.ui.autocomplete.VariableCompletion
-
Adds the description text as HTML to a buffer, if a description is defined.
- possiblyFixCursor(boolean) - Method in class org.fife.ui.autocomplete.SizeGrip
-
Ensures that the cursor for this component is appropriate for the orientation.
- possiblyRedirect(URL) - Method in interface org.fife.ui.autocomplete.LinkRedirector
-
Hook to return an alternate URL to navigate to when a URL is clicked in an
RSyntaxTextArea
instance. - possiblyReplaceTabsWithSpaces(StringBuilder, String, JTextComponent, int) - Method in class org.fife.ui.autocomplete.TemplateCompletion
- possiblyUpdateParamCopies(Document) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- preferredChoicesWindowSize - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
The preferred size of the completion choices window.
- preferredDescWindowSize - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
The preferred size of the optional description window.
- preferredDescWindowSize - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
The preferred size of the optional description window.
- PREFIX - Static variable in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Keeps the HTML descriptions from "wrapping" in the list, which cuts off words.
- prepareForFunctionCompletion(JList<?>, FunctionCompletion, int, boolean, boolean) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Prepares this renderer to display a function completion.
- prepareForMarkupTagCompletion(JList<?>, MarkupTagCompletion, int, boolean, boolean) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Prepares this renderer to display a markup tag completion.
- prepareForOtherCompletion(JList<?>, Completion, int, boolean, boolean) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Prepares this renderer to display a completion not specifically handled elsewhere.
- prepareForTemplateCompletion(JList<?>, TemplateCompletion, int, boolean, boolean) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Prepares this renderer to display a template completion.
- prepareForVariableCompletion(JList<?>, VariableCompletion, int, boolean, boolean) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Prepares this renderer to display a variable completion.
- prepareParamChoicesWindow() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Updates the optional window listing likely completion choices.
- PrevParamAction() - Constructor for class org.fife.ui.autocomplete.ParameterizedCompletionContext.PrevParamAction
- PROPERTY_ALLOW_DECORATED_AUTOCOMPLETE_WINDOWS - Static variable in class org.fife.ui.autocomplete.Util
-
If this system property is
true
, then even the "main" two auto-complete windows will allow window decorations viaPopupWindowDecorator
. - PROPERTY_DONT_USE_SUBSTANCE_RENDERERS - Static variable in class org.fife.ui.autocomplete.Util
-
If a system property is defined with this name and set, ignoring case, to
true
, this library will not attempt to use Substance renderers. - propertyChange(PropertyChangeEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.AutoActivationListener
- propertyChange(PropertyChangeEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.LookAndFeelChangeListener
- provider - Variable in class org.fife.ui.autocomplete.AbstractCompletion
-
The provider that created this completion.
- provider - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
Provides the completion options relevant to the current caret position.
- provider - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
-
The provider we're getting completions for.
- putBackAction(InputMap, ActionMap, int, AutoCompletePopupWindow.KeyActionPair) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
"Puts back" the original key/Action pair for a keystroke.
R
- realBG - Variable in class org.fife.ui.autocomplete.CompletionCellRenderer
-
During rendering, this is the "real" background color of the item being rendered (i.e., what its background color is if it isn't selected).
- refreshPopupWindow() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Refreshes the popup window.
- relevance - Variable in class org.fife.ui.autocomplete.AbstractCompletion
-
The relevance of this completion.
- removeAutoCompletionListener(AutoCompletionListener) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Removes a listener interested in popup window events from this instance.
- removeCompletion(Completion) - Method in class org.fife.ui.autocomplete.AbstractCompletionProvider
-
Removes the specified completion from this provider.
- removeFrom(Window) - Method in class org.fife.ui.autocomplete.AutoCompletion.ParentWindowListener
- removeFrom(JTextComponent) - Method in class org.fife.ui.autocomplete.AutoCompletion.AutoActivationListener
- removeFrom(JTextComponent) - Method in class org.fife.ui.autocomplete.AutoCompletion.TextComponentListener
- removeParameterHighlights() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Removes the bounding boxes around parameters.
- removeUpdate(DocumentEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.AutoActivationListener
- removeUpdate(DocumentEvent) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.Listener
- renderer - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
The renderer to use for the completion choices.
- replaceAction(InputMap, ActionMap, int, AutoCompletePopupWindow.KeyActionPair, AutoCompletePopupWindow.KeyActionPair) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Replaces a key/Action pair in an InputMap and ActionMap with a new pair.
- replaceHighlightedText(Document, Highlighter.Highlight, String) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Replaces highlighted text with new text.
- replacementCopies - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
- ReplacementCopy(String, int, int) - Constructor for class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo.ReplacementCopy
- replacementLocations - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
- replacementText - Variable in class org.fife.ui.autocomplete.BasicCompletion
- reset(CompletionProvider) - Method in class org.fife.ui.autocomplete.CompletionXMLParser
-
Resets this parser to grab more completions.
- resetProvider() - Method in class org.fife.ui.autocomplete.RoundRobinAutoCompletion
-
Resets the cycle to use the default provider on next refresh.
- resolveEntity(String, String) - Method in class org.fife.ui.autocomplete.CompletionXMLParser
- returnType - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- returnValDesc - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- returnValDesc - Variable in class org.fife.ui.autocomplete.FunctionCompletion
-
A description of the return value of this function.
- RightAction() - Constructor for class org.fife.ui.autocomplete.AutoCompletePopupWindow.RightAction
- rightKap - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- RoundRobinAutoCompletion - Class in org.fife.ui.autocomplete
-
An
AutoCompletion
that adds the ability to cycle through a set ofCompletionProvider
s via the trigger key. - RoundRobinAutoCompletion(CompletionProvider) - Constructor for class org.fife.ui.autocomplete.RoundRobinAutoCompletion
-
Constructor.
- RoundRobinAutoCompletion.CycleAutoCompleteAction - Class in org.fife.ui.autocomplete
-
An implementation of the auto-complete action that ensures the proper
CompletionProvider
is displayed based on the context in which the user presses the trigger key.
S
- s - Variable in class org.fife.ui.autocomplete.CompletionProviderBase
-
A segment to use for fast char access.
- scrollPane - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
The scroll pane that
AutoCompleteDescWindow.descArea
is in. - seg - Variable in class org.fife.ui.autocomplete.DefaultCompletionProvider
- selected - Variable in class org.fife.ui.autocomplete.CompletionCellRenderer
-
During rendering, whether the item being rendered is selected.
- selectFirstItem() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Selects the first item in the completion list.
- selectLastItem() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Selects the last item in the completion list.
- selectNextItem() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Selects the next item in the completion list.
- selectPageDownItem() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Selects the completion item one "page down" from the currently selected one.
- selectPageUpItem() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Selects the completion item one "page up" from the currently selected one.
- selectPreviousItem() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Selects the previous item in the completion list.
- selEnd - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
- selStart - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
- setActionStates() - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Enables or disables the back and forward actions as appropriate.
- setAlternateBackground(Color) - Static method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Sets the background color to use on alternating lines.
- setAttributes(List<? extends ParameterizedCompletion.Parameter>) - Method in class org.fife.ui.autocomplete.MarkupTagCompletion
-
Sets the attributes of this tag.
- setAutoActivationDelay(int) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets the delay between when the user types a character and when the code completion popup should automatically appear (if applicable).
- setAutoActivationEnabled(boolean) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Toggles whether auto-activation is enabled.
- setAutoActivationRules(boolean, String) - Method in class org.fife.ui.autocomplete.CompletionProviderBase
-
Sets the characters that auto-activation should occur after.
- setAutoCompleteEnabled(boolean) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets whether auto-completion is enabled.
- setAutoCompleteSingleChoices(boolean) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets whether, if a single auto-complete choice is available, it should be automatically inserted, without displaying the popup menu.
- setCaretRange(int, Position) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
-
Sets the document range the caret can move around in before being outside the text inserted for the completion.
- setChoicesWindowSize(int, int) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets the size of the completion choices window.
- setColor(Color) - Method in class org.fife.ui.autocomplete.OutlineHighlightPainter
-
Sets the color to paint the bounding boxes with.
- setCommentCompletionProvider(CompletionProvider) - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
Sets the comment completion provider.
- setCompletion(Completion, String, boolean) - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow.TimerAction
- setCompletionProvider(CompletionProvider) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets the completion provider being used.
- setCompletions(List<Completion>) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Sets the completions to display in the choices list.
- setContents(Collection<Completion>) - Method in class org.fife.ui.autocomplete.CompletionListModel
-
Sets the contents of this model.
- setDefaultCompletionClassLoader(ClassLoader) - Static method in class org.fife.ui.autocomplete.CompletionXMLParser
-
Sets the class loader to use when loading custom classes to use for various
Completion
types, such asFunctionCompletion
s, from XML. - setDefaultCompletionProvider(CompletionProvider) - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
Sets the default completion provider.
- setDefaultEndOffs(int) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
- setDefinedIn(String) - Method in class org.fife.ui.autocomplete.MarkupTagCompletion
-
Sets where this variable is defined.
- setDefinedIn(String) - Method in class org.fife.ui.autocomplete.VariableCompletion
-
Sets where this variable is defined.
- setDelegateRenderer(DefaultListCellRenderer) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Sets the delegate renderer.
- setDescription(String) - Method in class org.fife.ui.autocomplete.MarkupTagCompletion
-
Sets the short description of this tag.
- setDescription(String) - Method in class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
- setDescriptionFor(Completion) - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Sets the description displayed in this window.
- setDescriptionFor(Completion, boolean) - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Sets the description displayed in this window.
- setDescriptionFor(Completion, String, boolean) - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Sets the description displayed in this window.
- setDescriptionWindowColor(Color) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Sets the color of the description window.
- setDescriptionWindowColor(Color) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets the color of the description window.
- setDescriptionWindowSize(int, int) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets the size of the description window.
- setDescriptionWindowSize(Dimension) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Sets the size of the description window.
- setDisplayedDesc(Completion, String, boolean) - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
- setDisplayFont(Font) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Sets the font to use when rendering completion items.
- setDocCommentCompletionProvider(CompletionProvider) - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
Sets the documentation comment completion provider.
- setExternalURLHandler(ExternalURLHandler) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets the handler to use when an external URL is clicked in the description window.
- setFallbackCellRenderer(ListCellRenderer<Object>) - Method in class org.fife.ui.autocomplete.DelegatingCellRenderer
-
Sets the fallback cell renderer.
- setHideOnCompletionProviderChange(boolean) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets whether the popup should be hidden when the CompletionProvider changes.
- setHideOnNoText(boolean) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets whether the popup should be hidden when user types a space (or any character that resets the completion list to "all completions").
- setIcon(Icon) - Method in class org.fife.ui.autocomplete.AbstractCompletion
-
Sets the icon to use for this completion.
- setIconWithDefault(Completion) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Sets the icon to display based off of a completion, falling back to the empty icon if the completion has no icon.
- setIconWithDefault(Completion, Icon) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Sets the icon to display based off of a completion, falling back to a default icon if the completion has no icon.
- setInitialSelection(int, int) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
-
Sets the initially selected region for the completion.
- setLinkRedirector(LinkRedirector) - Static method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets the redirector for external URL's found in code completion documentation.
- setListCellRenderer(ListCellRenderer<Object>) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Sets the default list cell renderer to use when a completion provider does not supply its own.
- setListCellRenderer(ListCellRenderer<Object>) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets the default list cell renderer to use when a completion provider does not supply its own.
- setListCellRenderer(ListCellRenderer<Object>) - Method in interface org.fife.ui.autocomplete.CompletionProvider
-
Sets the renderer to use when displaying completion choices.
- setListCellRenderer(ListCellRenderer<Object>) - Method in class org.fife.ui.autocomplete.CompletionProviderBase
- setLocationRelativeTo(Rectangle) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Sets the location of this window to be "good" relative to the specified rectangle.
- setLocationRelativeTo(Rectangle) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow
-
Sets the location of this window relative to the given rectangle.
- setLocationRelativeTo(Rectangle) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionDescriptionToolTip
-
Sets the location of this tool tip relative to the given rectangle.
- setParamChoicesRenderer(ListCellRenderer<Object>) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets the renderer to use for
Completion
s in the optional parameter choices popup window (displayed when aParameterizedCompletion
is code-completed). - setParamColor(Color) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Sets the color to use for function arguments.
- setParameter(int, String) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow
-
Displays the choices for the specified parameter matching the given text.
- setParameterAssistanceEnabled(boolean) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets whether parameter assistance is enabled.
- setParameterChoicesProvider(ParameterChoicesProvider) - Method in class org.fife.ui.autocomplete.CompletionProviderBase
-
Sets the param choices provider.
- setParameterCopyColor(Color) - Method in class org.fife.ui.autocomplete.AutoCompletionStyleContext
-
Sets the color of the highlight painted on copies of editable parameters in parameterized completions.
- setParameterDescriptionTruncateThreshold(int) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets the maximum number of characters that the
ParameterizedCompletionDescriptionToolTip
will attempt to display on one line before truncating to a short-form representation. - setParameterizedCompletionCursorPositionColor(Color) - Method in class org.fife.ui.autocomplete.AutoCompletionStyleContext
-
Sets the color used to denote the ending caret position for parameterized completions.
- setParameterizedCompletionParams(char, String, char) - Method in interface org.fife.ui.autocomplete.CompletionProvider
-
Sets the values used to identify and insert "parameterized completions" (e.g.
- setParameterizedCompletionParams(char, String, char) - Method in class org.fife.ui.autocomplete.CompletionProviderBase
- setParameterizedCompletionParams(char, String, char) - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
Calling this method will result in an
UnsupportedOperationException
being thrown. - setParameterOutlineColor(Color) - Method in class org.fife.ui.autocomplete.AutoCompletionStyleContext
-
Sets the color of the outline highlight used to denote editable parameters in parameterized completions.
- setParams(List<ParameterizedCompletion.Parameter>) - Method in class org.fife.ui.autocomplete.FunctionCompletion
-
Sets the parameters to this function.
- setParent(CompletionProvider) - Method in interface org.fife.ui.autocomplete.CompletionProvider
-
Sets the parent completion provider.
- setParent(CompletionProvider) - Method in class org.fife.ui.autocomplete.CompletionProviderBase
- setPopupVisible(boolean) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Toggles the visibility of the auto-completion popup window.
- setRelevance(int) - Method in class org.fife.ui.autocomplete.AbstractCompletion
-
Sets the relevance of this completion.
- setReturnValueDescription(String) - Method in class org.fife.ui.autocomplete.FunctionCompletion
-
Sets the description of the return value of this function.
- setShortDescription(String) - Method in class org.fife.ui.autocomplete.BasicCompletion
-
Sets the short description of this completion.
- setShortDescription(String) - Method in class org.fife.ui.autocomplete.TemplateCompletion
-
Sets the short description of this template completion.
- setShowDescWindow(boolean) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets whether the "description window" should be shown beside the completion window.
- setShowTypes(boolean) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Sets whether the types of fields and return types of methods are shown in the completion text.
- setSize(int) - Method in class org.fife.ui.autocomplete.EmptyIcon
-
Sets the size of this icon.
- setStringCompletionProvider(CompletionProvider) - Method in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
Sets the completion provider to use while in a string.
- setSummary(String) - Method in class org.fife.ui.autocomplete.BasicCompletion
-
Sets the summary for this completion.
- setTextToInsert(String) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
-
Sets the text to insert for the completion.
- setTriggerKey(KeyStroke) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Sets the keystroke that should be used to trigger the auto-complete popup window.
- setTypeColor(Color) - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Sets the color to use for function/field types.
- setUI(ListUI) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow.PopupList
- setVisible(boolean) - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
- setVisible(boolean) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Toggles the visibility of this popup window.
- setVisible(boolean) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow
-
Toggles the visibility of this popup window.
- setVisible(boolean) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionDescriptionToolTip
-
Toggles the visibility of this tool tip.
- shortDesc - Variable in class org.fife.ui.autocomplete.BasicCompletion
- shortDescription - Variable in class org.fife.ui.autocomplete.TemplateCompletion
- ShorthandCompletion - Class in org.fife.ui.autocomplete
-
A completion where the input text is shorthand for (really, just different from) the actual text to be inserted.
- ShorthandCompletion(CompletionProvider, String, String) - Constructor for class org.fife.ui.autocomplete.ShorthandCompletion
-
Constructor.
- ShorthandCompletion(CompletionProvider, String, String, String) - Constructor for class org.fife.ui.autocomplete.ShorthandCompletion
-
Constructor.
- ShorthandCompletion(CompletionProvider, String, String, String, String) - Constructor for class org.fife.ui.autocomplete.ShorthandCompletion
-
Constructor.
- showDescWindow - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
Whether the description window should be displayed along with the completion choice window.
- showSummaryFor(Completion, String) - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Callback for custom
ExternalURLHandler
s. - showSummaryFor(Completion, String) - Method in interface org.fife.ui.autocomplete.DescWindowCallback
-
Callback allowing a new code completion's description to be displayed in the description window.
- showTypes - Variable in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Whether to display the types of fields and return types of functions in the completion text.
- size - Variable in class org.fife.ui.autocomplete.EmptyIcon
- SizeGrip - Class in org.fife.ui.autocomplete
-
A component that allows its parent window to be resizable, similar to the size grip seen on status bars.
- SizeGrip() - Constructor for class org.fife.ui.autocomplete.SizeGrip
- SizeGrip.MouseHandler - Class in org.fife.ui.autocomplete
-
Listens for mouse events on this panel and resizes the parent window appropriately.
- SORT_BY_RELEVANCE_COMPARATOR - Static variable in class org.fife.ui.autocomplete.CompletionProviderBase
-
Comparator used to sort completions by their relevance before sorting them lexicographically.
- SORT_BY_RELEVANCE_COMPARATOR - Static variable in class org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow
-
Comparator used to sort completions by their relevance before sorting them lexicographically.
- SortByRelevanceComparator - Class in org.fife.ui.autocomplete
-
Compares two
Completion
s by their relevance before sorting them lexicographically. - SortByRelevanceComparator() - Constructor for class org.fife.ui.autocomplete.SortByRelevanceComparator
- sp - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow
-
The scroll pane containing the list.
- start - Variable in class org.fife.ui.autocomplete.AutoCompletion.ParameterizedCompletionStartAction
- start - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo.ReplacementCopy
- startElement(String, String, String, Attributes) - Method in class org.fife.ui.autocomplete.CompletionXMLParser
-
Called when an element starts.
- startParameterizedCompletionAssistance(ParameterizedCompletion, boolean) - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Displays a "tool tip" detailing the inputs to the function just entered.
- startsWithIgnoreCase(String, String) - Static method in class org.fife.ui.autocomplete.Util
-
Returns whether a string starts with a specified prefix, ignoring case.
- stringCompletionProvider - Variable in class org.fife.ui.autocomplete.LanguageAwareCompletionProvider
-
The provider to use when completing in a string.
- stripHtml(String) - Static method in class org.fife.ui.autocomplete.Util
-
Strips any HTML from a string.
- STYLE_CONTEXT - Static variable in class org.fife.ui.autocomplete.AutoCompletion
-
Stores how to render auto-completion-specific highlights in text components.
- SUBSTANCE_LIST_UI - Static variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
The class name of the Substance List UI.
- SUBSTANCE_RENDERER_CLASS_NAME - Static variable in class org.fife.ui.autocomplete.CompletionCellRenderer
- summary - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow.HistoryEntry
- summary - Variable in class org.fife.ui.autocomplete.BasicCompletion
- summary - Variable in class org.fife.ui.autocomplete.TemplateCompletion
- SuppressFBWarnings - Annotation Type in org.fife.ui.autocomplete
-
Used to suppress FindBugs warnings.
T
- tabKap - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- TAG_PATTERN - Static variable in class org.fife.ui.autocomplete.Util
- tags - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
The tags for the highlights around parameters.
- TemplateCompletion - Class in org.fife.ui.autocomplete
-
A completion made up of a template with arbitrary parameters that the user can tab through and fill in.
- TemplateCompletion(CompletionProvider, String, String, String) - Constructor for class org.fife.ui.autocomplete.TemplateCompletion
- TemplateCompletion(CompletionProvider, String, String, String, String, String) - Constructor for class org.fife.ui.autocomplete.TemplateCompletion
- TemplatePiece - Interface in org.fife.ui.autocomplete
-
A piece of a
TemplateCompletion
. - TemplatePiece.Param - Class in org.fife.ui.autocomplete
-
A parameter template piece.
- TemplatePiece.ParamCopy - Class in org.fife.ui.autocomplete
-
A copy of a parameter template piece.
- TemplatePiece.Text - Class in org.fife.ui.autocomplete
-
A plain text template piece.
- text - Variable in class org.fife.ui.autocomplete.TemplatePiece.Param
- text - Variable in class org.fife.ui.autocomplete.TemplatePiece.ParamCopy
- text - Variable in class org.fife.ui.autocomplete.TemplatePiece.Text
- Text(String) - Constructor for class org.fife.ui.autocomplete.TemplatePiece.Text
- textComponent - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
The text component we're providing completion for.
- textComponentListener - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
Listens for events from the text component that affect the visibility of the popup windows.
- TextComponentListener() - Constructor for class org.fife.ui.autocomplete.AutoCompletion.TextComponentListener
- textToInsert - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo
- timer - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Provides a slight delay between asking to set a description and actually displaying it, so that if the user is scrolling quickly through completions, those with slow-to-calculate summaries won't bog down the scrolling.
- timer - Variable in class org.fife.ui.autocomplete.AutoCompletion.AutoActivationListener
- timerAction - Variable in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
The action that listens for the timer to fire.
- TimerAction() - Constructor for class org.fife.ui.autocomplete.AutoCompleteDescWindow.TimerAction
- tip - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
A tool tip displaying the currently edited parameter name and type.
- TipUtil - Class in org.fife.ui.autocomplete
-
Static utility methods for homemade tool tips.
- TipUtil() - Constructor for class org.fife.ui.autocomplete.TipUtil
- ToolBarBackAction(boolean) - Constructor for class org.fife.ui.autocomplete.AutoCompleteDescWindow.ToolBarBackAction
- ToolBarForwardAction(boolean) - Constructor for class org.fife.ui.autocomplete.AutoCompleteDescWindow.ToolBarForwardAction
- tooltip - Variable in class org.fife.ui.autocomplete.ParameterizedCompletionDescriptionToolTip
-
The actual tool tip.
- toString() - Method in class org.fife.ui.autocomplete.AbstractCompletion
-
Returns a string representation of this completion.
- toString() - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow.HistoryEntry
-
Overridden to display a short name for the completion, since it's used in the tool tips for the "back" and "forward" buttons.
- toString() - Method in class org.fife.ui.autocomplete.BasicCompletion
-
Returns a string representation of this completion.
- toString() - Method in class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
- toString() - Method in class org.fife.ui.autocomplete.TemplateCompletion
- toString() - Method in class org.fife.ui.autocomplete.TemplatePiece.Param
- toString() - Method in class org.fife.ui.autocomplete.TemplatePiece.ParamCopy
- toString() - Method in class org.fife.ui.autocomplete.TemplatePiece.Text
- toString() - Method in class org.fife.ui.autocomplete.VariableCompletion
-
Overridden to return the name of the variable being completed.
- trigger - Variable in class org.fife.ui.autocomplete.AutoCompletion
-
The keystroke that triggers the completion window.
- tweakTipEditorPane(JEditorPane) - Static method in class org.fife.ui.autocomplete.TipUtil
-
Tweaks a
JEditorPane
so it can be used to render the content in a focusable pseudo-tool tip. - type - Variable in class org.fife.ui.autocomplete.AutoCompletionEvent
-
The type of this event.
- type - Variable in class org.fife.ui.autocomplete.CompletionXMLParser
- type - Variable in class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
- type - Variable in class org.fife.ui.autocomplete.VariableCompletion
-
The variable's type.
- Type() - Constructor for enum org.fife.ui.autocomplete.AutoCompletionEvent.Type
- typeColor - Variable in class org.fife.ui.autocomplete.CompletionCellRenderer
-
The color to use when rendering types in completion text.
U
- uninstall() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Uninstalls this auto-completion from its text component.
- uninstall() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext.Listener
-
Uninstalls this listener from the current text component.
- uninstall(AutoCompletePopupWindow) - Method in class org.fife.ui.autocomplete.AutoCompletion.PopupWindowListener
- uninstallDefaults() - Method in class org.fife.ui.autocomplete.FastListUI
-
Overridden to work around a Nimbus issue.
- uninstallKeyBindings() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Stops intercepting certain keystrokes from the text component.
- uninstallKeyBindings() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Removes the key bindings we installed.
- uninstallTriggerKey() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Replaces the "trigger key" action with the one that was there before auto-completion was installed.
- UpAction() - Constructor for class org.fife.ui.autocomplete.AutoCompletePopupWindow.UpAction
- updateLayoutState() - Method in class org.fife.ui.autocomplete.FastListUI
-
Recalculates the cell width and height of each cell in the list.
- updateText(int) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionDescriptionToolTip
-
Updates the text in the tool tip to have the current parameter displayed in bold.
- updateToolTipText() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Updates the text in the tool tip to have the current parameter displayed in bold.
- updateToolTipText(int) - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
- updateUI() - Method in class org.fife.ui.autocomplete.AutoCompleteDescWindow
-
Called by the parent completion popup window the LookAndFeel is updated.
- updateUI() - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Updates the
LookAndFeel
of this window and the description window. - updateUI() - Method in class org.fife.ui.autocomplete.AutoCompletion
-
Updates the LookAndFeel of the popup window.
- updateUI() - Method in class org.fife.ui.autocomplete.CompletionCellRenderer
-
Overridden to update our delegate, if necessary.
- updateUI() - Method in class org.fife.ui.autocomplete.DelegatingCellRenderer
- updateUI() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionChoicesWindow
-
Updates the
LookAndFeel
of this window. - updateUI() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionContext
-
Updates the
LookAndFeel
of all popup windows this context manages. - updateUI() - Method in class org.fife.ui.autocomplete.ParameterizedCompletionDescriptionToolTip
-
Updates the
LookAndFeel
of this window and the description window. - updateUI() - Method in class org.fife.ui.autocomplete.SizeGrip
- upKap - Variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
- urlClicked(HyperlinkEvent, Completion, DescWindowCallback) - Method in interface org.fife.ui.autocomplete.ExternalURLHandler
-
Called when an external URL is clicked in the description window.
- USE_SUBSTANCE_RENDERERS - Static variable in class org.fife.ui.autocomplete.Util
- Util - Class in org.fife.ui.autocomplete
-
Utility methods for the auto-complete framework.
- Util() - Constructor for class org.fife.ui.autocomplete.Util
V
- value() - Method in annotation type org.fife.ui.autocomplete.SuppressFBWarnings
-
The set of FindBugs warnings that are to be suppressed in annotated element.
- valueChanged(ListSelectionEvent) - Method in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
Called when a new item is selected in the popup list.
- valueOf(String) - Static method in enum org.fife.ui.autocomplete.AutoCompletionEvent.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.fife.ui.autocomplete.AutoCompletionEvent.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VariableCompletion - Class in org.fife.ui.autocomplete
-
A completion for a variable (or constant) in a programming language.
- VariableCompletion(CompletionProvider, String, String) - Constructor for class org.fife.ui.autocomplete.VariableCompletion
-
Constructor.
- VERTICAL_SPACE - Static variable in class org.fife.ui.autocomplete.AutoCompletePopupWindow
-
The space between the caret and the completion popup.
W
- warning(SAXParseException) - Method in class org.fife.ui.autocomplete.CompletionXMLParser
- windowGainedFocus(WindowEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.ParentWindowListener
- windowLostFocus(WindowEvent) - Method in class org.fife.ui.autocomplete.AutoCompletion.ParentWindowListener
All Classes All Packages