Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

AbstractFindReplaceDialog - Class in org.fife.rsta.ui.search
This is the base class for FindDialog and ReplaceDialog.
AbstractFindReplaceDialog(Dialog) - Constructor for class org.fife.rsta.ui.search.AbstractFindReplaceDialog
Constructor.
AbstractFindReplaceDialog(Frame) - Constructor for class org.fife.rsta.ui.search.AbstractFindReplaceDialog
Constructor.
AbstractSearchDialog - Class in org.fife.rsta.ui.search
Base class for all search dialogs (find, replace, find in files, etc.).
AbstractSearchDialog(Dialog) - Constructor for class org.fife.rsta.ui.search.AbstractSearchDialog
Constructor.
AbstractSearchDialog(Frame) - Constructor for class org.fife.rsta.ui.search.AbstractSearchDialog
Constructor.
actionPerformed(ActionEvent) - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
Listens for action events in this dialog.
actionPerformed(ActionEvent) - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
Listens for actions in this search dialog.
actionPerformed(ActionEvent) - Method in class org.fife.rsta.ui.search.ReplaceDialog
 
actionPerformed(ActionEvent) - Method in class org.fife.rsta.ui.TextFilePropertiesDialog
Listens for actions in this dialog.
addBottomComponent(JComponent) - Method in class org.fife.rsta.ui.CollapsibleSectionPanel
Adds a "bottom component." To show this component, you must call CollapsibleSectionPanel.showBottomComponent(JComponent) directly.
addBottomComponent(KeyStroke, JComponent) - Method in class org.fife.rsta.ui.CollapsibleSectionPanel
Adds a "bottom component" and binds its display to a key stroke.
addElement(E) - Method in class org.fife.rsta.ui.RComboBoxModel
Adds the object (if it's not already in the list) to the front of the list.
addItem(String) - Method in class org.fife.rsta.ui.search.SearchComboBox
Overridden to always select the newly-added item.
addNotify() - Method in class org.fife.rsta.ui.search.ReplaceToolBar
 
addSearchListener(SearchListener) - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
Adds a SearchListener to this dialog.
addSearchListener(SearchListener) - Method in class org.fife.rsta.ui.search.FindToolBar
Adds a SearchListener to this tool bar.
ASSISTANCE_IMAGE - Static variable in interface org.fife.rsta.ui.ContentAssistable
Property event fired when the image to use when the component is focused changes.
AssistanceIconPanel - Class in org.fife.rsta.ui
A panel meant to be displayed alongside a text component, that can display assistance icons for that text component.
AssistanceIconPanel(JComponent) - Constructor for class org.fife.rsta.ui.AssistanceIconPanel
Constructor.
AssistanceIconPanel(JComponent, int) - Constructor for class org.fife.rsta.ui.AssistanceIconPanel
Constructor.

B

browse(String) - Static method in class org.fife.rsta.ui.UIUtil
Attempts to open a web browser to the specified URI.
browse(URI) - Static method in class org.fife.rsta.ui.UIUtil
Attempts to open a web browser to the specified URI.

C

cancelButton - Variable in class org.fife.rsta.ui.search.AbstractSearchDialog
 
caseCheckBox - Variable in class org.fife.rsta.ui.search.AbstractSearchDialog
 
changedUpdate(DocumentEvent) - Method in class org.fife.rsta.ui.search.FindToolBar.FindFieldListener
 
CollapsibleSectionPanel - Class in org.fife.rsta.ui
A panel that can show or hide contents anchored to its bottom via a shortcut.
CollapsibleSectionPanel() - Constructor for class org.fife.rsta.ui.CollapsibleSectionPanel
Constructor.
CollapsibleSectionPanel(boolean) - Constructor for class org.fife.rsta.ui.CollapsibleSectionPanel
Constructor.
ContentAssistable - Interface in org.fife.rsta.ui
A component (such as a text field) that supports content assist.
context - Variable in class org.fife.rsta.ui.search.AbstractSearchDialog
 
createButtonFooter(JButton, JButton) - Method in class org.fife.rsta.ui.TextFilePropertiesDialog
Creates a "footer" component containing the OK and Cancel buttons.
createButtonPanel(JButton, JButton) - Method in class org.fife.rsta.ui.GoToDialog
Returns a panel containing the OK and Cancel buttons.
createButtonPanel() - Method in class org.fife.rsta.ui.search.FindToolBar
 
createButtonPanel() - Method in class org.fife.rsta.ui.search.ReplaceToolBar
 
createCB(String) - Method in class org.fife.rsta.ui.search.FindToolBar
 
createContentAssistablePanel(JComponent) - Method in class org.fife.rsta.ui.search.FindToolBar
Wraps the specified component in a panel with a leading "content assist available" icon in front of it.
createDefaultSearchContext() - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
Returns the default search context to use for this dialog.
createFieldPanel() - Method in class org.fife.rsta.ui.search.FindToolBar
 
createFieldPanel() - Method in class org.fife.rsta.ui.search.ReplaceToolBar
 
createFindButtons() - Method in class org.fife.rsta.ui.search.FindToolBar
Creates the buttons for this tool bar.
createFindButtons() - Method in class org.fife.rsta.ui.search.ReplaceToolBar
 
createTitle(String) - Method in class org.fife.rsta.ui.TextFilePropertiesDialog
Returns the title to use for this dialog.
createTitledBorder(String) - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
Returns a titled border for panels on search dialogs.

D

DecorativeIconPanel - Class in org.fife.rsta.ui
A panel that displays an 8x8 decorative icon for a component, such as a text field or combo box.
DecorativeIconPanel() - Constructor for class org.fife.rsta.ui.DecorativeIconPanel
Constructor.
DecorativeIconPanel(int) - Constructor for class org.fife.rsta.ui.DecorativeIconPanel
Constructor.
dirPanel - Variable in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
 
displayInvalidLineNumberMessage() - Method in class org.fife.rsta.ui.GoToDialog
Displays a message to the user that they have entered an invalid line number.
doMarkAll(boolean) - Method in class org.fife.rsta.ui.search.FindToolBar
Forces a "mark all" event to be sent out, if "mark all" is enabled.
downButton - Variable in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
 

E

EscapableDialog - Class in org.fife.rsta.ui
A dialog that closes itself when the Escape key is pressed.
EscapableDialog() - Constructor for class org.fife.rsta.ui.EscapableDialog
Constructor.
EscapableDialog(Dialog) - Constructor for class org.fife.rsta.ui.EscapableDialog
Constructor.
EscapableDialog(Dialog, boolean) - Constructor for class org.fife.rsta.ui.EscapableDialog
Constructor.
EscapableDialog(Dialog, String) - Constructor for class org.fife.rsta.ui.EscapableDialog
Constructor.
EscapableDialog(Dialog, String, boolean) - Constructor for class org.fife.rsta.ui.EscapableDialog
Constructor.
EscapableDialog(Frame) - Constructor for class org.fife.rsta.ui.EscapableDialog
Constructor.
EscapableDialog(Frame, boolean) - Constructor for class org.fife.rsta.ui.EscapableDialog
Constructor.
EscapableDialog(Frame, String) - Constructor for class org.fife.rsta.ui.EscapableDialog
Constructor.
EscapableDialog(Frame, String, boolean) - Constructor for class org.fife.rsta.ui.EscapableDialog
Constructor.
escapePressed() - Method in class org.fife.rsta.ui.EscapableDialog
Called when the Escape key is pressed in this dialog.
escapePressed() - Method in class org.fife.rsta.ui.GoToDialog
Called when the user clicks Cancel or hits the Escape key.
escapePressed() - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
 
escapePressed() - Method in class org.fife.rsta.ui.search.ReplaceDialog
 

F

findButton - Variable in class org.fife.rsta.ui.search.FindToolBar
 
findCombo - Variable in class org.fife.rsta.ui.search.FindToolBar
 
FindDialog - Class in org.fife.rsta.ui.search
A "Find" dialog similar to those found in most Windows text editing applications.
FindDialog(Dialog, SearchListener) - Constructor for class org.fife.rsta.ui.search.FindDialog
Creates a new FindDialog.
FindDialog(Frame, SearchListener) - Constructor for class org.fife.rsta.ui.search.FindDialog
Creates a new FindDialog.
findFieldLabel - Variable in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
 
findFieldListener - Variable in class org.fife.rsta.ui.search.FindToolBar
 
FindFieldListener() - Constructor for class org.fife.rsta.ui.search.FindToolBar.FindFieldListener
 
findNextButton - Variable in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
 
findPrevButton - Variable in class org.fife.rsta.ui.search.FindToolBar
 
FindReplaceButtonsEnableResult - Class in org.fife.rsta.ui.search
Returns the result of whether the "action" buttons such as "Find" and "Replace" should be enabled.
FindReplaceButtonsEnableResult(boolean, String) - Constructor for class org.fife.rsta.ui.search.FindReplaceButtonsEnableResult
 
findTextCombo - Variable in class org.fife.rsta.ui.search.AbstractSearchDialog
The combo box where the user enters the text for which to search.
FindToolBar - Class in org.fife.rsta.ui.search
A toolbar for search operations in a text editor application.
FindToolBar(SearchListener) - Constructor for class org.fife.rsta.ui.search.FindToolBar
Creates the tool bar.
FindToolBar.FindFieldListener - Class in org.fife.rsta.ui.search
Listens for events in the Find (and Replace, in the subclass) search field.
fireSearchEvent(SearchEvent.Type, SearchContext) - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
Notifies all listeners that have registered interest for notification on this event type.
fireSearchEvent(SearchEvent) - Method in class org.fife.rsta.ui.search.FindToolBar
Notifies all listeners that have registered interest for notification on this event type.
fixComboOrientation(JComboBox<?>) - Static method in class org.fife.rsta.ui.UIUtil
Fixes the orientation of the renderer of a combo box.
focusFindTextField() - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
Makes the "Find text" field active.
focusGained(FocusEvent) - Method in class org.fife.rsta.ui.search.FindToolBar.FindFieldListener
 
focusLost(FocusEvent) - Method in class org.fife.rsta.ui.search.FindToolBar.FindFieldListener
 

G

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.
getContentAssistImage() - Method in class org.fife.rsta.ui.search.RegexAwareComboBox
Returns the image to display by this text field when content assistance 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 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.
getWrapCheckboxText() - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
Returns the text for the "Wrap" 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.

H

handleDocumentEvent(DocumentEvent) - Method in class org.fife.rsta.ui.search.FindToolBar.FindFieldListener
 
handleDocumentEvent(DocumentEvent) - Method in class org.fife.rsta.ui.search.ReplaceToolBar.ReplaceFindFieldListener
 
handleRegExCheckBoxClicked() - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
Called when the regex checkbox is clicked (or its value is modified via a change to the search context).
handleRegExCheckBoxClicked() - Method in class org.fife.rsta.ui.search.FindToolBar
Called when the regex checkbox is clicked (or its value is modified via a change to the search context).
handleRegExCheckBoxClicked() - Method in class org.fife.rsta.ui.search.ReplaceDialog
Called when the regex checkbox is clicked.
handleRegExCheckBoxClicked() - Method in class org.fife.rsta.ui.search.ReplaceToolBar
Called when the regex checkbox is clicked (or its value is modified via a change to the search context).
handleSearchAction(ActionEvent) - Method in class org.fife.rsta.ui.search.FindToolBar
Creates a search event object and notifies all registered listeners.
handleSearchAction(ActionEvent) - Method in class org.fife.rsta.ui.search.ReplaceToolBar
 
handleSearchContextPropertyChanged(PropertyChangeEvent) - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
Called whenever a property in the search context is modified.
handleSearchContextPropertyChanged(PropertyChangeEvent) - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
Called whenever a property in the search context is modified.
handleSearchContextPropertyChanged(PropertyChangeEvent) - Method in class org.fife.rsta.ui.search.ReplaceDialog
 
handleToggleButtons() - Method in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
 
handleToggleButtons() - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
Returns whether any action-related buttons (Find Next, Replace, etc.) should be enabled.
handleToggleButtons() - Method in class org.fife.rsta.ui.search.FindToolBar
Returns whether any action-related buttons (Find Next, Replace, etc.) should be enabled.
handleToggleButtons() - Method in class org.fife.rsta.ui.search.ReplaceDialog
 
handleToggleButtons() - Method in class org.fife.rsta.ui.search.ReplaceToolBar
 
hideAutoCompletePopups() - Method in class org.fife.rsta.ui.search.RegexAwareComboBox
Hides any auto-complete windows that are visible.
hideBottomComponent() - Method in class org.fife.rsta.ui.CollapsibleSectionPanel
Hides the currently displayed "bottom" component with a slide-out animation.

I

insertElementAt(E, int) - Method in class org.fife.rsta.ui.RComboBoxModel
Adds an item at a specified index.
insertUpdate(DocumentEvent) - Method in class org.fife.rsta.ui.search.FindToolBar.FindFieldListener
 
install(JTextComponent) - Method in class org.fife.rsta.ui.search.FindToolBar.FindFieldListener
 
isAutoCompleteEnabled() - Method in class org.fife.rsta.ui.search.RegexAwareComboBox
Returns whether regex auto-complete is enabled.
isPreJava6JRE() - Static method in class org.fife.rsta.ui.search.AbstractSearchDialog
Deprecated.
This library no longer supports Java versions earlier than Java 8. This method is deprecated instead of removed to avoid a major version bump.
isWholeWord(CharSequence, int, int) - Static method in class org.fife.rsta.ui.search.AbstractSearchDialog
Returns whether the characters on either side of substr(searchIn,startPos,startPos+searchStringLength) are whitespace.

K

keyTyped(KeyEvent) - Method in class org.fife.rsta.ui.search.FindToolBar.FindFieldListener
 

L

listener - Variable in class org.fife.rsta.ui.search.FindToolBar
 

M

makeEnterActivateButton(JButton) - Method in class org.fife.rsta.ui.search.FindToolBar
Makes the Enter key activate the button.
makeSpringCompactGrid(Container, int, int, int, int, int, int) - Static method in class org.fife.rsta.ui.UIUtil
This method is ripped off from SpringUtilities.java found on Sun's Java Tutorial pages.
markAllCheckBox - Variable in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
The "mark all" check box.
markAllCheckBox - Variable in class org.fife.rsta.ui.search.FindToolBar
 
matchCaseCheckBox - Variable in class org.fife.rsta.ui.search.FindToolBar
 
matchesSearchFor(String) - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
 
MaxWidthComboBox<E> - Class in org.fife.rsta.ui
A combo box whose width cannot go over a specified value.
MaxWidthComboBox(int) - Constructor for class org.fife.rsta.ui.MaxWidthComboBox
Constructor.
MaxWidthComboBox(ComboBoxModel<E>, int) - Constructor for class org.fife.rsta.ui.MaxWidthComboBox
Constructor.
MSG - Static variable in class org.fife.rsta.ui.search.FindToolBar
 

N

newButton(ResourceBundle, String) - Static method in class org.fife.rsta.ui.UIUtil
Returns a button with the specified text.
newLabel(ResourceBundle, String, Component) - Static method in class org.fife.rsta.ui.UIUtil
Returns an JLabel with the specified text.

O

org.fife.rsta.ui - package org.fife.rsta.ui
Main package for the library.
org.fife.rsta.ui.search - package org.fife.rsta.ui.search
Search-related UI components.

P

paint(Graphics) - Method in class org.fife.rsta.ui.ResizableFrameContentPane
Paints this panel.
paintChildren(Graphics) - Method in class org.fife.rsta.ui.DecorativeIconPanel
Paints any child components.
paintIcon(Component, Graphics, int, int) - Method in class org.fife.rsta.ui.SizeGripIcon
Paints this icon.
propertyChange(PropertyChangeEvent) - Method in class org.fife.rsta.ui.AssistanceIconPanel
Called when the property ContentAssistable.ASSISTANCE_IMAGE is fired by the component we are listening to.

R

RComboBoxModel<E> - 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(E[]) - Constructor for class org.fife.rsta.ui.RComboBoxModel
Creates a new combo box model with a maximum element count of 8.
RComboBoxModel(Vector<E>) - 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<E> - 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<E>, 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
Removes a SearchListener from this dialog.
removeSearchListener(SearchListener) - Method in class org.fife.rsta.ui.search.FindToolBar
Removes a SearchListener from this tool bar.
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.

S

SEARCH_DOWNWARD_PROPERTY - Static variable in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
Property fired when the user toggles the search direction radio buttons.
SEARCH_MSG - Static variable in class org.fife.rsta.ui.search.FindToolBar
 
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 - 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.
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.
setContentAssistImage(Image) - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
Sets the image to display by this dialog's text fields when content assistance is available.
setContentAssistImage(Image) - Method in class org.fife.rsta.ui.search.FindToolBar
Sets the image to display by this dialog's text fields when content assistance is available.
setContentAssistImage(Image) - Method in class org.fife.rsta.ui.search.RegexAwareComboBox
Sets the image to display by this text field when content assistance is available.
setContentAssistImage(Image) - Method in class org.fife.rsta.ui.search.ReplaceDialog
 
setContentAssistImage(Image) - Method in class org.fife.rsta.ui.search.ReplaceToolBar
 
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.
setWrapCheckboxText(String) - Method in class org.fife.rsta.ui.search.AbstractSearchDialog
Sets the text for the "Wrap" 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
 

T

TextFilePropertiesDialog - Class in org.fife.rsta.ui
A dialog that displays the properties of an individual text file being edited by a TextEditorPane.
TextFilePropertiesDialog(Dialog, TextEditorPane) - Constructor for class org.fife.rsta.ui.TextFilePropertiesDialog
Constructor.
TextFilePropertiesDialog(Frame, TextEditorPane) - Constructor for class org.fife.rsta.ui.TextFilePropertiesDialog
Constructor.

U

UIUtil - Class in org.fife.rsta.ui
Utility methods for org.fife.rsta.ui GUI components.
upButton - Variable in class org.fife.rsta.ui.search.AbstractFindReplaceDialog
 
updateUI() - Method in class org.fife.rsta.ui.CollapsibleSectionPanel
 
updateUI() - Method in class org.fife.rsta.ui.search.FindDialog
This method should be called whenever the LookAndFeel of the application changes.
updateUI() - Method in class org.fife.rsta.ui.search.ReplaceDialog
This method should be called whenever the LookAndFeel of the application changes.
updateUI() - Method in class org.fife.rsta.ui.search.SearchComboBox
 

V

valueOf(String) - Static method in enum org.fife.rsta.ui.search.SearchEvent.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.fife.rsta.ui.search.SearchEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

wholeWordCheckBox - Variable in class org.fife.rsta.ui.search.AbstractSearchDialog
 
wholeWordCheckBox - Variable in class org.fife.rsta.ui.search.FindToolBar
 
wrapCheckBox - Variable in class org.fife.rsta.ui.search.AbstractSearchDialog
 
wrapCheckBox - Variable in class org.fife.rsta.ui.search.FindToolBar
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links