- getBundle() - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
- getCancelButtonText() - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
Returns the text on the Cancel button.
- getCompletionProvider() - Method in class org.fife.rsta.ui.search.RegexAwareComboBox
-
Creates the shared completion provider instance.
- getContentAssistImage() - Static method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
Returns the image to display beside text components when content assist
is available.
- getDisplayedBottomComponent() - Method in class org.fife.rsta.ui.CollapsibleSectionPanel
-
Returns the currently displayed bottom component.
- getDownRadioButtonText() - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
-
Returns the text for the "Down" radio button.
- getEmpty5Border() - Static method in class org.fife.rsta.ui.UIUtil
-
Returns an empty border of width 5 on all sides.
- getEnable() - Method in class org.fife.rsta.ui.search.FindReplaceButtonsEnableResult
-
- getError() - Method in class org.fife.rsta.ui.search.FindReplaceButtonsEnableResult
-
- getErrorDialogTitle() - Method in class org.fife.rsta.ui.GoToDialog
-
Returns the title for the error dialog.
- getErrorTextForeground() - Static method in class org.fife.rsta.ui.UIUtil
-
Returns a color to use for "error" text in a text field.
- getFindButtonText() - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
-
Returns the text on the "Find" button.
- getFindText() - Method in class org.fife.rsta.ui.search.FindToolBar
-
- getFindWhatLabelText() - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
-
Returns the label on the "Find what" text field.
- getIcon() - Method in class org.fife.rsta.ui.DecorativeIconPanel
-
Returns the icon being displayed.
- getIconHeight() - Method in class org.fife.rsta.ui.SizeGripIcon
-
Returns the height of this icon.
- getIconWidth() - Method in class org.fife.rsta.ui.SizeGripIcon
-
Returns the width of this icon.
- getLineNumber() - Method in class org.fife.rsta.ui.GoToDialog
-
Gets the line number the user entered to go to.
- getMarkAllDelay() - Method in class org.fife.rsta.ui.search.FindToolBar
-
Returns the delay between when the user types and when a "mark all"
event is fired (assuming "mark all" is enabled), in milliseconds.
- getMatchCaseCheckboxText() - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
Returns the text for the "Match Case" check box.
- getMaximumSize() - Method in class org.fife.rsta.ui.MaxWidthComboBox
-
Overridden to ensure that the returned size has width no greater than
the specified maximum.
- getMaxLineNumberAllowed() - Method in class org.fife.rsta.ui.GoToDialog
-
Returns the maximum line number the user is allowed to enter.
- getMaxNumElements() - Method in class org.fife.rsta.ui.RComboBoxModel
-
Returns the maximum number of items this combo box can hold.
- getMinimumSize() - Method in class org.fife.rsta.ui.MaxWidthComboBox
-
Overridden to ensure that the returned size has width no greater than
the specified maximum.
- getMnemonic(ResourceBundle, String) - Static method in class org.fife.rsta.ui.UIUtil
-
Returns the mnemonic specified by the given key in a resource bundle.
- getPreferredSize() - Method in class org.fife.rsta.ui.MaxWidthComboBox
-
Overridden to ensure that the returned size has width no greater than
the specified maximum.
- getRegularExpressionCheckboxText() - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
Returns the text for the "Regular Expression" check box.
- getReplaceAllButtonText() - Method in class org.fife.rsta.ui.search.ReplaceDialog
-
Returns the text on the "Replace All" button.
- getReplaceButtonText() - Method in class org.fife.rsta.ui.search.ReplaceDialog
-
Returns the text on the "Replace" button.
- getReplaceString() - Method in class org.fife.rsta.ui.search.ReplaceDialog
-
Returns the java.lang.String to replace with.
- getReplaceText() - Method in class org.fife.rsta.ui.search.FindToolBar
-
- getReplaceWithLabelText() - Method in class org.fife.rsta.ui.search.ReplaceDialog
-
Returns the label on the "Replace with" text field.
- getSearchButtonsBorderText() - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
-
Returns the text for the search direction's radio buttons' border.
- getSearchContext() - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
Returns the search context used by this dialog.
- getSearchContext() - Method in class org.fife.rsta.ui.search.FindToolBar
-
Returns the search context for this tool bar.
- getSearchContext() - Method in class org.fife.rsta.ui.search.SearchEvent
-
- getSearchString() - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
Returns the text to search for.
- getSearchStrings() - Method in class org.fife.rsta.ui.search.SearchComboBox
-
Returns the Strings contained in this combo box.
- getSelectedString() - Method in class org.fife.rsta.ui.search.SearchComboBox
-
Returns the text in the text field of the combo box.
- getSelectedText() - Method in class org.fife.rsta.ui.demo.RSTAUIDemoApp
-
- getSelectedText() - Method in interface org.fife.rsta.ui.search.SearchListener
-
- getShowIcon() - Method in class org.fife.rsta.ui.DecorativeIconPanel
-
Returns whether the icon (if any) is being rendered.
- getString(String) - Static method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
- getTextComponent(JComboBox) - Static method in class org.fife.rsta.ui.UIUtil
-
Returns the text editor component for the specified combo box.
- getToolTipText() - Method in class org.fife.rsta.ui.DecorativeIconPanel
-
Returns the tool tip displayed when the mouse hovers over the icon.
- getType() - Method in class org.fife.rsta.ui.search.SearchEvent
-
- getUpRadioButtonText() - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
-
Returns the text for the "Up" radio button.
- getWholeWordCheckboxText() - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
Returns the text for the "Whole Word" check box.
- GoToDialog - Class in org.fife.rsta.ui
-
A "Go To" dialog allowing you to go to a specific line number in an
instance of RSyntaxTextArea.
- GoToDialog(Dialog) - Constructor for class org.fife.rsta.ui.GoToDialog
-
Creates a new GoToDialog.
- GoToDialog(Frame) - Constructor for class org.fife.rsta.ui.GoToDialog
-
Creates a new GoToDialog.
- RComboBoxModel - Class in org.fife.rsta.ui
-
A combo box model that limits the number of items the combo box will
"remember." You can use it like so:
RComboBoxModel model = new RComboBoxModel();
model.setMaxNumElements(10);
JComboBox comboBox = new JComboBox(model);
It also won't let you add an item to the combo box twice (i.e., no
duplicates), and it adds new items to the beginning of the list, not
the end (as JComboBox's do by default).
It defaults to 8 elements remembered.
- RComboBoxModel() - Constructor for class org.fife.rsta.ui.RComboBoxModel
-
Creates a new combo box model with a maximum element count of
8.
- RComboBoxModel(Object[]) - Constructor for class org.fife.rsta.ui.RComboBoxModel
-
Creates a new combo box model with a maximum element count of
8.
- RComboBoxModel(Vector<?>) - Constructor for class org.fife.rsta.ui.RComboBoxModel
-
Creates a new combo box model with a maximum element count of
8.
- refreshUIFromContext() - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
-
Overridden to initialize UI elements specific to this subclass.
- refreshUIFromContext() - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
Initializes the UI in this tool bar from a search context.
- RegexAwareComboBox - Class in org.fife.rsta.ui.search
-
A combo box that offers content assistance for regular expressions.
- RegexAwareComboBox(boolean) - Constructor for class org.fife.rsta.ui.search.RegexAwareComboBox
-
Constructor.
- RegexAwareComboBox(ComboBoxModel, int, boolean) - Constructor for class org.fife.rsta.ui.search.RegexAwareComboBox
-
Constructor.
- regexCheckBox - Variable in class org.fife.rsta.ui.search.AbstractSearchDialog
-
- regexCheckBox - Variable in class org.fife.rsta.ui.search.FindToolBar
-
- removeSearchListener(SearchListener) - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
-
- removeSearchListener(SearchListener) - Method in class org.fife.rsta.ui.search.FindToolBar
-
- removeUpdate(DocumentEvent) - Method in class org.fife.rsta.ui.search.FindToolBar.FindFieldListener
-
- replaceCombo - Variable in class org.fife.rsta.ui.search.FindToolBar
-
- ReplaceDialog - Class in org.fife.rsta.ui.search
-
A "Replace" dialog similar to those found in most Windows text editing
applications.
- ReplaceDialog(Dialog, SearchListener) - Constructor for class org.fife.rsta.ui.search.ReplaceDialog
-
Creates a new ReplaceDialog.
- ReplaceDialog(Frame, SearchListener) - Constructor for class org.fife.rsta.ui.search.ReplaceDialog
-
Creates a new ReplaceDialog.
- ReplaceFindFieldListener() - Constructor for class org.fife.rsta.ui.search.ReplaceToolBar.ReplaceFindFieldListener
-
- ReplaceToolBar - Class in org.fife.rsta.ui.search
-
A toolbar for replace operations in a text editor application.
- ReplaceToolBar(SearchListener) - Constructor for class org.fife.rsta.ui.search.ReplaceToolBar
-
Creates the tool bar.
- ReplaceToolBar.ReplaceFindFieldListener - Class in org.fife.rsta.ui.search
-
Listens for the user typing into the search field.
- requestFocus() - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
Overridden to ensure the "Find text" field gets focused.
- requestFocusInWindow() - Method in class org.fife.rsta.ui.search.FindToolBar
-
Makes the find field on this toolbar request focus.
- requestFocusInWindow() - Method in class org.fife.rsta.ui.search.ReplaceToolBar
-
Overridden to possibly toggle the enabled state of the replace button.
- ResizableFrameContentPane - Class in org.fife.rsta.ui
-
A panel to be used as the content pane for JDialogs
and JFrames that are resizable.
- ResizableFrameContentPane() - Constructor for class org.fife.rsta.ui.ResizableFrameContentPane
-
Constructor.
- ResizableFrameContentPane(LayoutManager) - Constructor for class org.fife.rsta.ui.ResizableFrameContentPane
-
Constructor.
- RSTAUIDemoApp - Class in org.fife.rsta.ui.demo
-
An application that demonstrates use of the RSTAUI project.
- RSTAUIDemoApp() - Constructor for class org.fife.rsta.ui.demo.RSTAUIDemoApp
-
- SEARCH_DOWNWARD_PROPERTY - Static variable in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
-
Property fired when the user toggles the search direction radio buttons.
- SearchComboBox - Class in org.fife.rsta.ui.search
-
The combo box used for entering text to "find" and "replace" in both the
Find/Replace dialogs as well as tool bars.
- SearchComboBox(FindToolBar, boolean) - Constructor for class org.fife.rsta.ui.search.SearchComboBox
-
Constructor.
- searchConditionsPanel - Variable in class org.fife.rsta.ui.search.AbstractSearchDialog
-
- searchEvent(SearchEvent) - Method in class org.fife.rsta.ui.demo.RSTAUIDemoApp
-
Listens for events from our search dialogs and actually does the dirty
work.
- SearchEvent - Class in org.fife.rsta.ui.search
-
The event fired whenever a user wants to search for or replace text in a
Find or Replace dialog/tool bar.
- SearchEvent(Object, SearchEvent.Type, SearchContext) - Constructor for class org.fife.rsta.ui.search.SearchEvent
-
- searchEvent(SearchEvent) - Method in interface org.fife.rsta.ui.search.SearchListener
-
Callback called whenever a search event occurs.
- SearchEvent.Type - Enum in org.fife.rsta.ui.search
-
Types of search events.
- searchListener - Variable in class org.fife.rsta.ui.search.FindDialog
-
Our search listener, cached so we can grab its selected text easily.
- searchListener - Variable in class org.fife.rsta.ui.search.ReplaceDialog
-
Our search listener, cached so we can grab its selected text easily.
- searchListener - Variable in class org.fife.rsta.ui.search.ReplaceToolBar
-
Our search listener, cached so we can grab its selected text easily.
- SearchListener - Interface in org.fife.rsta.ui.search
-
Listens for events fired from a Find or Replace dialog/tool bar.
- searchMsg - Static variable in class org.fife.rsta.ui.search.FindToolBar
-
- selectAll - Variable in class org.fife.rsta.ui.search.FindToolBar.FindFieldListener
-
- setAnimationTime(int) - Method in class org.fife.rsta.ui.CollapsibleSectionPanel
-
Sets the amount of time, in milliseconds, it should take for a
"collapsible panel" to show or hide.
- setAssistanceEnabled(Image) - Method in class org.fife.rsta.ui.AssistanceIconPanel
-
A hook for applications to initialize this panel, if the component
we're listening to already has content assist enabled.
- setAutoCompleteEnabled(boolean) - Method in class org.fife.rsta.ui.search.RegexAwareComboBox
-
Toggles whether regex auto-complete is enabled.
- setCancelButtonText(String) - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
Sets the text on the Cancel button.
- setDownRadioButtonText(String) - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
-
Sets the text label for the "Down" radio button.
- setEnable(boolean) - Method in class org.fife.rsta.ui.search.FindReplaceButtonsEnableResult
-
- setErrorDialogTitle(String) - Method in class org.fife.rsta.ui.GoToDialog
-
Sets the title for the error dialog.
- setEscapeClosesDialog(boolean) - Method in class org.fife.rsta.ui.EscapableDialog
-
Toggles whether the Escape key closes this dialog.
- setFindButtonText(String) - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
-
Sets the text on the "Find" button.
- setFindText(String) - Method in class org.fife.rsta.ui.search.FindToolBar
-
- setFindWhatLabelText(String) - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
-
Sets the label on the "Find what" text field.
- setIcon(Icon) - Method in class org.fife.rsta.ui.DecorativeIconPanel
-
Sets the icon to display.
- setMarkAllDelay(int) - Method in class org.fife.rsta.ui.search.FindToolBar
-
Sets the delay between when the user types and when a "mark all"
event is fired (assuming "mark all" is enabled), in milliseconds.
- setMatchCaseCheckboxText(String) - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
Sets the text for the "Match Case" check box.
- setMaxLineNumberAllowed(int) - Method in class org.fife.rsta.ui.GoToDialog
-
Sets the maximum line number for them to enter.
- setMaxNumElements(int) - Method in class org.fife.rsta.ui.RComboBoxModel
-
Sets the maximum number of items this combo box can hold.
- setRegularExpressionCheckboxText(String) - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
Sets the text for the "Regular Expression" check box.
- setReplaceAllButtonText(String) - Method in class org.fife.rsta.ui.search.ReplaceDialog
-
Sets the text on the "Replace All" button.
- setReplaceButtonText(String) - Method in class org.fife.rsta.ui.search.ReplaceDialog
-
Sets the text on the "Replace" button.
- setReplaceString(String) - Method in class org.fife.rsta.ui.search.ReplaceDialog
-
Sets the java.lang.String to replace with.
- setReplaceText(String) - Method in class org.fife.rsta.ui.search.FindToolBar
-
- setReplaceWithLabelText(String) - Method in class org.fife.rsta.ui.search.ReplaceDialog
-
Sets the label on the "Replace with" text field.
- setSearchButtonsBorderText(String) - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
-
Sets the text for the search direction's radio buttons' border.
- setSearchContext(SearchContext) - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
Sets the search context for this dialog.
- setSearchContext(SearchContext) - Method in class org.fife.rsta.ui.search.FindToolBar
-
Sets the search context for this tool bar.
- setSearchString(String) - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
Sets the java.lang.String to search for.
- setShowIcon(boolean) - Method in class org.fife.rsta.ui.DecorativeIconPanel
-
Toggles whether the icon should be shown.
- setToolTipText(String) - Method in class org.fife.rsta.ui.DecorativeIconPanel
-
Sets the tool tip text to display when the mouse is over the icon.
- setUpRadioButtonText(String) - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
-
Sets the text label for the "Up" radio button.
- setVisible(boolean) - Method in class org.fife.rsta.ui.GoToDialog
-
Overrides JDialog's setVisible method; decides
whether or not buttons are enabled if the user is enabling the dialog.
- setVisible(boolean) - Method in class org.fife.rsta.ui.search.FindDialog
-
Overrides JDialog's setVisible method; decides
whether or not buttons are enabled.
- setVisible(boolean) - Method in class org.fife.rsta.ui.search.ReplaceDialog
-
Overrides JDialog's setVisible method; decides
whether or not buttons are enabled.
- setVisible(boolean) - Method in class org.fife.rsta.ui.TextFilePropertiesDialog
-
Overridden to focus the file path text field and select its contents
when this dialog is made visible.
- setWholeWordCheckboxText(String) - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
-
Sets the text for the "Whole Word" check box.
- showBottomComponent(JComponent) - Method in class org.fife.rsta.ui.CollapsibleSectionPanel
-
Displays a previously-registered "bottom component."
- SizeGripIcon - Class in org.fife.rsta.ui
-
An icon that looks like a Windows 98 or XP-style size grip.
- SizeGripIcon() - Constructor for class org.fife.rsta.ui.SizeGripIcon
-