A B C D E F G H I J K L M N O P Q R S T U V W X

A

aaEnabled - Variable in class org.fife.rtext.RTextPreferences
 
about() - Method in class org.fife.ui.app.AbstractGUIApplication
Gets called from the OSXAdapter; this method is needed by the Mac OS X JVM.
ABOUT_ACTION_KEY - Static variable in class org.fife.ui.app.AbstractGUIApplication
The key for getting the About action from getAction.
AboutDialog - Class in org.fife.ui
An "About Dialog" for an application.
AboutDialog(Frame) - Constructor for class org.fife.ui.AboutDialog
Creates a new AboutDialog.
AboutDialog(Frame, String) - Constructor for class org.fife.ui.AboutDialog
Creates a new AboutDialog.
AboutDialog.LicenseDialog - Class in org.fife.ui
A dialog box that displays the license for the application.
AboutDialog.LicenseDialog(Dialog, String) - Constructor for class org.fife.ui.AboutDialog.LicenseDialog
 
AbstractGUIApplication - Class in org.fife.ui.app
A basic, generic GUI application.
AbstractGUIApplication(String) - Constructor for class org.fife.ui.app.AbstractGUIApplication
Constructor.
AbstractGUIApplication(String, String) - Constructor for class org.fife.ui.app.AbstractGUIApplication
Constructor.
AbstractGUIApplication(String, String, GUIApplicationPreferences) - Constructor for class org.fife.ui.app.AbstractGUIApplication
Constructor.
AbstractMainView - Class in org.fife.rtext
Abstract class representing a collection of RTextEditorPanes.
AbstractMainView() - Constructor for class org.fife.rtext.AbstractMainView
Constructor.
AbstractParserNoticeWindow - Class in org.fife.rtext
Base class for dockable windows containing parser notices.
AbstractParserNoticeWindow(RText) - Constructor for class org.fife.rtext.AbstractParserNoticeWindow
 
AbstractParserNoticeWindow.ParserNoticeTableModel - Class in org.fife.rtext
Basic model for tables displaying parser notices.
AbstractParserNoticeWindow.ParserNoticeTableModel(String) - Constructor for class org.fife.rtext.AbstractParserNoticeWindow.ParserNoticeTableModel
 
AbstractPluggableGUIApplication - Class in org.fife.ui.app
An extension of AbstractGUIApplication adding the ability to add/remove plug-ins.
AbstractPluggableGUIApplication(String) - Constructor for class org.fife.ui.app.AbstractPluggableGUIApplication
Constructor.
AbstractPluggableGUIApplication(String, String) - Constructor for class org.fife.ui.app.AbstractPluggableGUIApplication
Constructor.
AbstractPluggableGUIApplication(String, String, GUIApplicationPreferences) - Constructor for class org.fife.ui.app.AbstractPluggableGUIApplication
Constructor.
AbstractPlugin - Class in org.fife.ui.app
Base class for Plugin implementations that don't need to extend a specific class.
AbstractPlugin() - Constructor for class org.fife.ui.app.AbstractPlugin
 
AbstractRowHandler - Class in org.fife.ui.modifiabletable
A base class for RowHandler implementations.
AbstractRowHandler() - Constructor for class org.fife.ui.modifiabletable.AbstractRowHandler
 
AbstractWorkspaceTreeNode - Class in org.fife.rtext.plugins.project.tree
All nodes in a workspace tree extend this class.
AbstractWorkspaceTreeNode(ProjectPlugin) - Constructor for class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode
 
AbstractWorkspaceTreeNode.AddFileAction - Class in org.fife.rtext.plugins.project.tree
Action for a menu item that adds a file to this project.
AbstractWorkspaceTreeNode.AddFileAction(ProjectEntryParent, MutableTreeNode) - Constructor for class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.AddFileAction
 
AbstractWorkspaceTreeNode.AddFolderAction - Class in org.fife.rtext.plugins.project.tree
Action for a menu item that adds a folder to this project.
AbstractWorkspaceTreeNode.AddFolderAction(ProjectEntryParent, MutableTreeNode) - Constructor for class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.AddFolderAction
 
AbstractWorkspaceTreeNode.AddLogicalFolderAction - Class in org.fife.rtext.plugins.project.tree
Action for a menu item that adds a logical folder to this project.
AbstractWorkspaceTreeNode.AddLogicalFolderAction(ProjectEntryParent, MutableTreeNode) - Constructor for class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.AddLogicalFolderAction
 
AbstractWorkspaceTreeNode.DeleteAction - Class in org.fife.rtext.plugins.project.tree
Action for deleting a tree node.
AbstractWorkspaceTreeNode.DeleteAction() - Constructor for class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.DeleteAction
 
AbstractWorkspaceTreeNode.DeleteAction(boolean) - Constructor for class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.DeleteAction
 
AbstractWorkspaceTreeNode.MoveDownAction - Class in org.fife.rtext.plugins.project.tree
Moves this tree node "down" in the list of its parent's children.
AbstractWorkspaceTreeNode.MoveDownAction() - Constructor for class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.MoveDownAction
 
AbstractWorkspaceTreeNode.MoveUpAction - Class in org.fife.rtext.plugins.project.tree
Moves this tree node "up" in the list of its parent's children.
AbstractWorkspaceTreeNode.MoveUpAction() - Constructor for class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.MoveUpAction
 
AbstractWorkspaceTreeNode.OpenAction - Class in org.fife.rtext.plugins.project.tree
Opens the selected file in RText.
AbstractWorkspaceTreeNode.OpenAction() - Constructor for class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.OpenAction
 
AbstractWorkspaceTreeNode.PropertiesAction - Class in org.fife.rtext.plugins.project.tree
Action for getting the properties of a tree node.
AbstractWorkspaceTreeNode.PropertiesAction(boolean) - Constructor for class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.PropertiesAction
 
AbstractWorkspaceTreeNode.PropertiesAction(boolean, boolean) - Constructor for class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.PropertiesAction
 
AbstractWorkspaceTreeNode.RefreshAction - Class in org.fife.rtext.plugins.project.tree
Refreshes the selected tree node.
AbstractWorkspaceTreeNode.RefreshAction() - Constructor for class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.RefreshAction
 
AbstractWorkspaceTreeNode.RenameAction - Class in org.fife.rtext.plugins.project.tree
Action for renaming a tree node.
AbstractWorkspaceTreeNode.RenameAction() - Constructor for class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.RenameAction
 
AbstractWorkspaceTreeNode.RenameAction(boolean) - Constructor for class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.RenameAction
 
accelerators - Variable in class org.fife.ui.app.GUIApplicationPreferences
Accelerators for all actions in the GUIApplication's action map.
accept(WorkspaceVisitor) - Method in class org.fife.rtext.plugins.project.model.FileProjectEntry
 
accept(WorkspaceVisitor) - Method in class org.fife.rtext.plugins.project.model.FolderProjectEntry
 
accept(WorkspaceVisitor) - Method in class org.fife.rtext.plugins.project.model.LogicalFolderProjectEntry
 
accept(WorkspaceVisitor) - Method in interface org.fife.rtext.plugins.project.model.ModelEntity
Called when a visitor visits this entity.
accept(WorkspaceVisitor) - Method in class org.fife.rtext.plugins.project.model.Project
 
accept(WorkspaceVisitor) - Method in class org.fife.rtext.plugins.project.model.Workspace
 
accept(File) - Method in class org.fife.ui.rtextfilechooser.filters.AcceptAllFileFilter
 
accept(File) - Method in class org.fife.ui.rtextfilechooser.filters.ExtensionFileFilter
Accepts all directories and all files matching the specified extensions.
accept(File) - Method in class org.fife.ui.rtextfilechooser.filters.HTMLFileFilter
Accept all directories and all *.html/*.htm files.
accept(File) - Method in class org.fife.ui.rtextfilechooser.filters.ImageFileFilter
Accepts all gif, jpg, and png image files.
AcceptAllFileFilter - Class in org.fife.ui.rtextfilechooser.filters
File filter that accepts all files.
AcceptAllFileFilter() - Constructor for class org.fife.ui.rtextfilechooser.filters.AcceptAllFileFilter
 
ActionFactory - Class in org.fife.rtext.actions
Creates all of the actions for RText.
actionNames - Static variable in interface org.fife.rtext.RTextActionInfo
The names of all actions in an array.
actionPerformed(ActionEvent) - Method in class org.fife.help.HelpDialog
 
actionPerformed(ActionEvent) - Method in class org.fife.print.PrintPreviewDialog
 
actionPerformed(ActionEvent) - Method in class org.fife.rtext.AbstractMainView
 
actionPerformed(ActionEvent) - Method in class org.fife.rtext.actions.CapsLockAction
actionPerformed(ActionEvent) - Method in class org.fife.rtext.actions.CheckForUpdatesAction
 
actionPerformed(ActionEvent) - Method in class org.fife.rtext.actions.NextDocumentAction
 
actionPerformed(ActionEvent) - Method in class org.fife.rtext.plugins.console.StopAction
Called when this action is performed.
actionPerformed(ActionEvent) - Method in class org.fife.rtext.plugins.langsupport.GoToMemberAction
 
actionPerformed(ActionEvent) - Method in class org.fife.rtext.plugins.macros.RunMacroAction
 
actionPerformed(ActionEvent) - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.AddFileAction
 
actionPerformed(ActionEvent) - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.AddFolderAction
 
actionPerformed(ActionEvent) - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.AddLogicalFolderAction
 
actionPerformed(ActionEvent) - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.DeleteAction
 
actionPerformed(ActionEvent) - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.MoveDownAction
 
actionPerformed(ActionEvent) - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.MoveUpAction
 
actionPerformed(ActionEvent) - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.OpenAction
 
actionPerformed(ActionEvent) - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.PropertiesAction
 
actionPerformed(ActionEvent) - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.RefreshAction
 
actionPerformed(ActionEvent) - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode.RenameAction
 
actionPerformed(ActionEvent) - Method in class org.fife.rtext.plugins.tasks.ViewTasksAction
Called when this action is performed.
actionPerformed(ActionEvent) - Method in class org.fife.rtext.plugins.tools.NewToolDialog
Called when an event occurs in this dialog.
actionPerformed(ActionEvent) - Method in class org.fife.rtext.plugins.tools.StopAction
Called when this action is performed.
actionPerformed(ActionEvent) - Method in class org.fife.rtext.RemoteFileChooser
Called when an action occurs in this dialog.
actionPerformed(ActionEvent) - Method in class org.fife.rtext.RText
 
actionPerformed(ActionEvent) - Method in class org.fife.ui.AboutDialog
Called whenever an action occurs in this dialog.
actionPerformed(ActionEvent) - Method in class org.fife.ui.AboutDialog.LicenseDialog
 
actionPerformed(ActionEvent) - Method in class org.fife.ui.app.ExceptionDialog
Called when a widget is used in this dialog.
actionPerformed(ActionEvent) - Method in class org.fife.ui.app.GUIApplication.AboutAction
Displays the About dialog.
actionPerformed(ActionEvent) - Method in class org.fife.ui.app.GUIApplication.ExitAction
Calls the application's doExit method.
actionPerformed(ActionEvent) - Method in class org.fife.ui.app.GUIApplication.HelpAction
Displays the Help dialog, if it is non-null.
actionPerformed(ActionEvent) - Method in class org.fife.ui.app.GUIApplication.ToggleStatusBarAction
Toggles the status bar.
actionPerformed(ActionEvent) - Method in class org.fife.ui.app.GUIApplication.ToggleToolBarAction
Toggles the toolbar.
actionPerformed(ActionEvent) - Method in class org.fife.ui.dockablewindows.Actions.CloseAction
 
actionPerformed(ActionEvent) - Method in class org.fife.ui.dockablewindows.Actions.RedockAction
 
actionPerformed(ActionEvent) - Method in class org.fife.ui.FontDialog
 
actionPerformed(ActionEvent) - Method in class org.fife.ui.FontSelector
Listens for actions in this panel.
actionPerformed(ActionEvent) - Method in class org.fife.ui.OptionsDialog
Listens for action events in this dialog.
actionPerformed(ActionEvent) - Method in class org.fife.ui.RColorButton.RColorButtonActionListener
 
actionPerformed(ActionEvent) - Method in class org.fife.ui.RColorSwatchesButton.PopupListener
 
actionPerformed(ActionEvent) - Method in class org.fife.ui.RScrollPane
Listens for scrollbars' popup menus' actions.
actionPerformed(ActionEvent) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Listens for actions in this panel.
actionPerformed(ActionEvent) - Method in class org.fife.ui.rtextarea.CaretAndSelectionOptionPanel
Listens for actions in this panel.
actionPerformed(ActionEvent) - Method in class org.fife.ui.rtextarea.GutterOptionPanel
Called when an action is performed in this panel.
actionPerformed(ActionEvent) - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Listens for actions in this panel.
actionPerformed(ActionEvent) - Method in class org.fife.ui.rtextfilechooser.Actions.AddToFavoritesAction
 
actionPerformed(ActionEvent) - Method in class org.fife.ui.rtextfilechooser.Actions.CopyAction
 
actionPerformed(ActionEvent) - Method in class org.fife.ui.rtextfilechooser.Actions.DeleteAction
 
actionPerformed(ActionEvent) - Method in class org.fife.ui.rtextfilechooser.Actions.PasteAction
 
actionPerformed(ActionEvent) - Method in class org.fife.ui.rtextfilechooser.Actions.PropertiesAction
 
actionPerformed(ActionEvent) - Method in class org.fife.ui.rtextfilechooser.Actions.RefreshAction
 
actionPerformed(ActionEvent) - Method in class org.fife.ui.rtextfilechooser.Actions.RenameAction
 
actionPerformed(ActionEvent) - Method in class org.fife.ui.rtextfilechooser.Actions.SystemOpenAction
 
actionPerformed(ActionEvent) - Method in class org.fife.ui.rtextfilechooser.Actions.UpOneLevelAction
 
actionPerformed(ActionEvent) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Listens for actions in this file dialog.
actionPerformed(ActionEvent) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooserOptionPanel
Listens for actions on this panel.
actionPerformed(ActionEvent) - Method in class org.fife.ui.search.FindInFilesDialog
Called whenever the user does something.
actionPerformedImpl(ActionEvent, RTextArea) - Method in class org.fife.rtext.actions.ToggleTextModeAction
ActionRegistry - Class in org.fife.ui.app
A mapping of keys to actions.
ActionRegistry() - Constructor for class org.fife.ui.app.ActionRegistry
 
Actions - Class in org.fife.ui.dockablewindows
Actions related to dockable windows.
Actions - Interface in org.fife.ui.rtextfilechooser
Actions for the file chooser.
Actions.AddToFavoritesAction - Class in org.fife.ui.rtextfilechooser
Adds the currently-viewed directory to the file chooser "favorites."
Actions.AddToFavoritesAction(RTextFileChooser) - Constructor for class org.fife.ui.rtextfilechooser.Actions.AddToFavoritesAction
 
Actions.CloseAction - Class in org.fife.ui.dockablewindows
Closes the selected docked window.
Actions.CloseAction(DockableWindowPanel) - Constructor for class org.fife.ui.dockablewindows.Actions.CloseAction
 
Actions.CopyAction - Class in org.fife.ui.rtextfilechooser
Copies any files selected in the file chooser's view.
Actions.CopyAction(FileSelector) - Constructor for class org.fife.ui.rtextfilechooser.Actions.CopyAction
 
Actions.DeleteAction - Class in org.fife.ui.rtextfilechooser
Action that handles deleting files.
Actions.DeleteAction(RTextFileChooser, boolean) - Constructor for class org.fife.ui.rtextfilechooser.Actions.DeleteAction
Constructor.
Actions.FileChooserAction - Class in org.fife.ui.rtextfilechooser
Base class for all file chooser actions.
Actions.FileChooserAction(RTextFileChooser) - Constructor for class org.fife.ui.rtextfilechooser.Actions.FileChooserAction
 
Actions.PasteAction - Class in org.fife.ui.rtextfilechooser
Pastes files into the currently selected directory.
Actions.PasteAction(RTextFileChooser) - Constructor for class org.fife.ui.rtextfilechooser.Actions.PasteAction
 
Actions.PropertiesAction - Class in org.fife.ui.rtextfilechooser
Displays the "properties" dialog for any selected files.
Actions.PropertiesAction(FileSelector) - Constructor for class org.fife.ui.rtextfilechooser.Actions.PropertiesAction
 
Actions.RedockAction - Class in org.fife.ui.dockablewindows
Moves the selected dockable window to a new location in the parent DockableWindowPanel.
Actions.RedockAction(DockableWindowPanel, int, String) - Constructor for class org.fife.ui.dockablewindows.Actions.RedockAction
 
Actions.RefreshAction - Class in org.fife.ui.rtextfilechooser
Refreshes the files displayed in the file chooser's view.
Actions.RefreshAction(RTextFileChooser) - Constructor for class org.fife.ui.rtextfilechooser.Actions.RefreshAction
 
Actions.RenameAction - Class in org.fife.ui.rtextfilechooser
Renames a file.
Actions.RenameAction(RTextFileChooser) - Constructor for class org.fife.ui.rtextfilechooser.Actions.RenameAction
 
Actions.SystemOpenAction - Class in org.fife.ui.rtextfilechooser
Opens a file with the default system editor or viewer.
Actions.SystemOpenAction(FileSelector, String) - Constructor for class org.fife.ui.rtextfilechooser.Actions.SystemOpenAction
 
Actions.UpOneLevelAction - Class in org.fife.ui.rtextfilechooser
Action that makes the file chooser display one directory "higher."
Actions.UpOneLevelAction(RTextFileChooser) - Constructor for class org.fife.ui.rtextfilechooser.Actions.UpOneLevelAction
 
active - Variable in class org.fife.rtext.plugins.filesystemtree.FileSystemTreePrefs
Whether the GUI plugin window is active (visible).
active - Variable in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPrefs
Whether the GUI plugin window is active (visible).
ACTIVE_PROPERTY - Static variable in class org.fife.ui.dockablewindows.DockableWindow
Property meaning the dockable window has changed its "active" state; that is, it has either been made visible or hidden.
actualContentPane - Variable in class org.fife.ui.app.AbstractGUIApplication
This panel contains the actual content of the application (i.e., when the use calls getContentPane to add stuff, this is the panel they get).
add(MutableTreeNode) - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
 
ADD - Static variable in class org.fife.ui.modifiabletable.ModifiableTable
 
ADD_REMOVE - Static variable in class org.fife.ui.modifiabletable.ModifiableTable
 
ADD_REMOVE_MODIFY - Static variable in class org.fife.ui.modifiabletable.ModifiableTable
 
addAction(String, Action) - Method in class org.fife.ui.app.AbstractGUIApplication
Adds an action to this application's action map.
addAction(String, Action) - Method in class org.fife.ui.app.ActionRegistry
Adds an action to this action registry.
addAction(String, Action) - Method in interface org.fife.ui.app.GUIApplication
Adds an action to this application's action map.
addActions(RText, RTextPreferences) - Static method in class org.fife.rtext.actions.ActionFactory
Installs RText's actions.
addArg(String) - Method in class org.fife.rtext.plugins.tools.Tool
Adds a command line argument for this tool.
addChildPanel(OptionsDialogPanel) - Method in class org.fife.ui.OptionsDialogPanel
Adds a "child" option panel to this one.
addChoosableFileFilter(FileFilter) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Adds a file filter to the filter combo box.
addCompletions(CompletionProvider) - Method in class org.fife.rtext.plugins.tools.ContentAssistField
Adds the completions known to this text field.
addComponent(Component) - Method in class org.fife.ui.breadcrumbbar.ScrollableJPopupMenu
This method should be used to add items to this popup menu, not the standard add methods.
addCurrentTextAreaListener(CurrentTextAreaListener) - Method in class org.fife.rtext.AbstractMainView
Adds a current text area listener.
addDefaultCodeTemplates() - Static method in class org.fife.rtext.RTextUtilities
Adds a set of "default" code templates to the text areas.
addDockableWindow(DockableWindow) - Method in class org.fife.rtext.RText
 
addDockableWindow(DockableWindow) - Method in class org.fife.ui.dockablewindows.DockableWindowPanel
Adds a dockable window.
addDockableWindowListener(DockableWindowListener) - Method in class org.fife.ui.dockablewindows.DockableWindow
Adds a listener to this dockable window.
ADDED - Static variable in class org.fife.ui.modifiabletable.ModifiableTableChangeEvent
 
addEntry(ProjectEntry) - Method in class org.fife.rtext.plugins.project.model.LogicalFolderProjectEntry
 
addEntry(ProjectEntry) - Method in class org.fife.rtext.plugins.project.model.Project
 
addEntry(ProjectEntry) - Method in interface org.fife.rtext.plugins.project.model.ProjectEntryParent
Adds a new project entry.
addExtraMenu(JMenu) - Method in class org.fife.ui.app.MenuBar
Adds an "extra" menu to this menu bar.
addFileFilter(String, String) - Method in class org.fife.rtext.SyntaxFilters
Adds a file filter for a given syntax style.
addFileFilters(File, RTextFileChooser) - Static method in class org.fife.ui.rtextfilechooser.Utilities
Adds user-defined file filters to a file chooser, as specified in a file.
addFileToFileHistory(String) - Method in class org.fife.ui.RecentFilesMenu
Adds the file specified to the file history.
addFindInFilesListener(FindInFilesListener) - Method in class org.fife.ui.search.FindInFilesDialog
Adds a find-in-files listener to this find in files dialog.
addInFilesComboBoxFilter(String) - Method in class org.fife.ui.search.FindInFilesDialog
Adds a file filter to the "In files:" combo box.
addInfoPanel(WizardDialogInfoPanel) - Method in class org.fife.ui.app.WizardPlugin
Adds a "step" to this wizard.
addItem(String) - Method in class org.fife.ui.FSATextField
Adds an item to the file list.
addLeftAligned(Container, Component) - Method in class org.fife.ui.OptionsDialogPanel
Adds a child component to a container, ensuring it is left-aligned.
addLeftAligned(Container, Component, int) - Method in class org.fife.ui.OptionsDialogPanel
Adds a child component to a container, ensuring it is left-aligned.
addLeftAligned(Container, Component, int, int) - Method in class org.fife.ui.OptionsDialogPanel
Adds a child component to a container, ensuring it is left-aligned.
addMacro(Macro) - Method in class org.fife.rtext.plugins.macros.MacroManager
Adds a macro.
addMatchData(MatchData, String) - Method in class org.fife.ui.search.FindInFilesTable
Adds data on a match to the table.
addMenuItem(Action) - Method in class org.fife.ui.MenuButton
Adds a menu item to the popup menu.
addMenuItem(JMenuItem) - Method in class org.fife.ui.MenuButton
Adds a menu item to the popup menu.
addModifiableTableListener(ModifiableTableListener) - Method in class org.fife.ui.modifiabletable.ModifiableTable
Adds a listener to this modifiable table.
addNewEmptyUntitledFile() - Method in class org.fife.rtext.AbstractMainView
Adds an empty text file with a default name to this panel.
addNoticesImpl(RTextEditorPane, List<ParserNotice>) - Method in class org.fife.rtext.AbstractParserNoticeWindow.ParserNoticeTableModel
 
addNotify() - Method in class org.fife.ui.CustomizableToolBar
 
addNotify() - Method in class org.fife.ui.FSATextField
addPanel(String, Component) - Method in class org.fife.ui.AboutDialog
Adds a panel to the tabbed pane.
addPlugin(Plugin) - Method in class org.fife.ui.app.AbstractPluggableGUIApplication
Adds a plugin to this GUI application.
addPopupMenuListener(PopupMenuListener) - Method in class org.fife.ui.MenuButton
Adds a listener to this menu button's popup menu.
addProject(Project) - Method in class org.fife.rtext.plugins.project.model.Workspace
Adds a project to this workspace.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.fife.rtext.plugins.macros.MacroManager
Adds a property change listener to this macro manager.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.fife.rtext.plugins.tools.ToolManager
Adds a property change listener to this tool manager.
addRow(Object[]) - Method in class org.fife.rtext.AbstractParserNoticeWindow.ParserNoticeTableModel
 
addRow() - Method in class org.fife.ui.modifiabletable.ModifiableTable
Gets information from the user on a new row to add and adds it to the table.
addRTextInstance(RText) - Static method in class org.fife.rtext.StoreKeeper
Notes that a new RText window is open.
addSeparator() - Method in class org.fife.ui.breadcrumbbar.ScrollableJPopupMenu
Overridden so we can keep track of what is added to the popup menu.
addSeparator() - Method in class org.fife.ui.MenuButton
Adds a separator to the popup menu.
addSpecialItem(Object, String) - Method in class org.fife.ui.SpecialValueComboBox
Adds an object/"special value" (parameter) pair to this combo box.
addStatusBarComponent(StatusBarPanel, int, GridBagConstraints) - Method in class org.fife.ui.StatusBar
Adds a component to this status bar.
addStatusBarComponent(StatusBarPanel, GridBagConstraints) - Method in class org.fife.ui.StatusBar
Adds a component to the end of this status bar (but before the size grip).
addTextAreaImpl(String, Component, String) - Method in class org.fife.rtext.AbstractMainView
Adds a text area visually to this panel.
addToFavorites(String) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Adds the specified directory to the user's "favorites" list.
addTool(Tool) - Method in class org.fife.rtext.plugins.tools.ToolManager
Adds a tool.
addToolBar(JToolBar, String) - Method in class org.fife.ui.app.AbstractGUIApplication
Adds a toolbar to this GUI application.
addXmlDeclaration - Variable in class org.fife.rtext.plugins.tidy.XmlOptions
 
ALL_BUTTONS - Static variable in class org.fife.ui.modifiabletable.ModifiableTable
 
alt - Static variable in interface org.fife.rtext.RTextActionInfo
 
applyComponentOrientation(ComponentOrientation) - Method in class org.fife.rtext.AbstractMainView
Overridden so we ensure text areas keep their special LTR or RTL orientaitons.
applyComponentOrientation(ComponentOrientation) - Method in class org.fife.ui.breadcrumbbar.BreadcrumbBar
applyComponentOrientation(ComponentOrientation) - Method in class org.fife.ui.breadcrumbbar.ScrollableJPopupMenu
Overridden to apply the new orientation to our (possibly hidden) child components.
applyComponentOrientation(ComponentOrientation) - Method in class org.fife.ui.FileExplorerTableModel.SortableHeaderRenderer
Provides a hook to change the orientation on the delegated-to renderer.
applyComponentOrientation(ComponentOrientation) - Method in class org.fife.ui.MenuButton
Sets the orientation of this component.
applyComponentOrientation(ComponentOrientation) - Method in class org.fife.ui.search.FindInFilesTable
Overridden to ensure the table's header and cells are also rendered correctly (RTL, LTR).
applyComponentOrientation(ComponentOrientation) - Method in class org.fife.ui.StatusBar
Overridden to ensure that the slight border between the status text and the edge of the status bar is on the correct side of the status bar, depending on whether we're LTR or RTL.
APPROVE_OPTION - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooser
 
approveSelection() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Called when the user clicks the "Approve" button.
approveSelectionImpl() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Called at the end of RTextFileChooser.approveSelection(); the file chooser dialog will only close if this method returns true.
areTabsEmulated() - Method in class org.fife.rtext.AbstractMainView
Returns whether or not tabs are emulated with spaces.
areTabsEmulated() - Method in class org.fife.rtext.RText
Returns whether or not tabs are emulated with spaces (i.e.
ASCENDING - Static variable in class org.fife.ui.FileExplorerTableModel
 
author - Variable in class org.fife.ctags.TagFileInfo
 
AUTO_COMPLETE_PROPERTY - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooserOptionPanel
 
AUTO_INSERT_CLOSING_CURLYS - Static variable in class org.fife.rtext.AbstractMainView
 
autoInsertClosingCurlys - Variable in class org.fife.rtext.RTextPreferences
 
AWTExceptionHandler - Class in org.fife.rtext
Catches uncaught exceptions thrown in the EDT.
AWTExceptionHandler() - Constructor for class org.fife.rtext.AWTExceptionHandler
 

B

BACKGROUND_FILL_COLOR - Static variable in class org.fife.ui.SubstanceUtils
 
backgroundObject - Variable in class org.fife.rtext.RTextPreferences
 
BaseAction - Class in org.fife.rtext.plugins.project
A base class for tree node actions.
BaseAction(String) - Constructor for class org.fife.rtext.plugins.project.BaseAction
 
BaseAction(String, String) - Constructor for class org.fife.rtext.plugins.project.BaseAction
 
BEVEL_BORDER - Static variable in class org.fife.ui.TitledPanel
 
BevelDividerBorder - Class in org.fife.ui
A "border" that is actually just a bevel "divider" like those found in many Microsoft Windows applications.
BevelDividerBorder(int) - Constructor for class org.fife.ui.BevelDividerBorder
Creates a bevel divider border on the specified side of the panel.
BevelDividerBorder(int, int) - Constructor for class org.fife.ui.BevelDividerBorder
Creates a bevel divider border on the specified side of the panel with the specified "slack" on either side.
BevelDividerBorder(int, int, Color, Color) - Constructor for class org.fife.ui.BevelDividerBorder
Creates a bevel divider border on the specified side of the panel with the specified "slack" on either side.
bomInUtf8 - Variable in class org.fife.rtext.RTextPreferences
 
bookmarksEnabled - Variable in class org.fife.rtext.RTextPreferences
 
BOTTOM - Static variable in interface org.fife.ui.dockablewindows.DockableWindowConstants
Integer constant representing the bottom of the window.
BOTTOM - Static variable in class org.fife.ui.modifiabletable.ModifiableTable
 
BottomLineBorder - Class in org.fife.rtext
A border that draws a single 1-pixel line across the bottom of the component.
BottomLineBorder(int) - Constructor for class org.fife.rtext.BottomLineBorder
 
bracketMatchingEnabled - Variable in class org.fife.rtext.RTextPreferences
 
BREADCRUMB_MODE - Static variable in class org.fife.ui.breadcrumbbar.BreadcrumbBar
Mode for when the breadcrumb bar is displaying breadcrumb buttons.
BreadcrumbBar - Class in org.fife.ui.breadcrumbbar
A file/directory "breadcrumb bar," as seen in Windows Vista's File Explorer and other applications.
BreadcrumbBar() - Constructor for class org.fife.ui.breadcrumbbar.BreadcrumbBar
 
BreadcrumbBarTest - Class in org.fife.ui.breadcrumbbar
 
BreadcrumbBarTest() - Constructor for class org.fife.ui.breadcrumbbar.BreadcrumbBarTest
 
BreadcrumbBarToggleButtonUI - Class in org.fife.ui.breadcrumbbar
UI for toggle buttons.
BreadcrumbBarToggleButtonUI() - Constructor for class org.fife.ui.breadcrumbbar.BreadcrumbBarToggleButtonUI
 
browse(String) - Static method in class org.fife.ui.UIUtil
Attempts to open a web browser to the specified URI.
browse(URI) - Static method in class org.fife.ui.UIUtil
Attempts to open a web browser to the specified URI.
bytesToKb(long) - Static method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
 

C

c_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
c_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
c_paramAssistance - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
c_showDescWindow - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
CANCEL - Static variable in class org.fife.ui.app.WizardPlugin
 
CANCEL_OPTION - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooser
 
cancelPressed() - Method in class org.fife.rtext.RemoteFileChooser
Handles the Cancel button being pressed.
cancelSelection() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Called when the user clicks the Cancel button.
canImport(JComponent, DataFlavor[]) - Method in class org.fife.ui.TabbedPaneTransferHandler
Overridden to include a check for a TabData flavor.
canModifyRow(int) - Method in class org.fife.ui.modifiabletable.AbstractRowHandler
The default implementation always returns true, because typically ModifiableTables will allow all their rows to be modified.
canModifyRow(int) - Method in interface org.fife.ui.modifiabletable.RowHandler
Called when the user selects a row in the table.
canRemoveRow(int) - Method in class org.fife.ui.modifiabletable.AbstractRowHandler
Overriden to call AbstractRowHandler.canModifyRow(int).
canRemoveRow(int) - Method in interface org.fife.ui.modifiabletable.RowHandler
Called when the user selects a row in the table.
canSnapshot() - Static method in class org.fife.jgoodies.looks.common.ShadowPopup
 
CapsLockAction - Class in org.fife.rtext.actions
Action called when the caps lock key is pressed in a text area.
CapsLockAction(RText) - Constructor for class org.fife.rtext.actions.CapsLockAction
Constructor.
CaretAndSelectionOptionPanel - Class in org.fife.ui.rtextarea
Option panel for caret and selection options.
CaretAndSelectionOptionPanel() - Constructor for class org.fife.ui.rtextarea.CaretAndSelectionOptionPanel
Constructor.
caretBlinkRate - Variable in class org.fife.rtext.RTextPreferences
 
caretColor - Variable in class org.fife.rtext.RTextPreferences
 
carets - Variable in class org.fife.rtext.RTextPreferences
 
caretUpdate(CaretEvent) - Method in class org.fife.rtext.RText
Called when cursor in text editor changes position.
CASE_CHECK - Static variable in class org.fife.ui.rtextfilechooser.filters.ExtensionFileFilter
 
centerSelectionVertically(RSyntaxTextArea) - Static method in class org.fife.rtext.RTextUtilities
Scrolls the selected text of a text area so that it is centered vertically.
changedUpdate(DocumentEvent) - Method in class org.fife.help.HelpDialog.HelpListener
 
changedUpdate(DocumentEvent) - Method in class org.fife.rtext.RemoteFileChooser
Called when a text field being listened to is modified.
changedUpdate(DocumentEvent) - Method in class org.fife.ui.FSATextField
Called when the text component's document receives a style change.
changedUpdate(DocumentEvent) - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
This doesn't get called but is here because this class implements DocumentListener.
changeSearchListener(AbstractMainView) - Method in class org.fife.rtext.SearchManager
Changes all listeners registered on search dialogs/tool bars from an old main view to the new one.
CHECK_BOX - Static variable in class org.fife.ui.FontSelector
 
checkFilesForOutsideModification() - Method in class org.fife.rtext.AbstractMainView
Checks the "modified" timestamps for open files against the last known "modified" timestamps to see if any files have been modified outside of this RText instance.
checkForErrors() - Method in class org.fife.rtext.plugins.tools.Tool
Does basic checking to ensure that this program can run (the program exists, the directory to run in exists, etc.).
CheckForUpdatesAction - Class in org.fife.rtext.actions
An action that checks a simple web service for the latest RText version.
CheckForUpdatesAction(RText, ResourceBundle, Icon) - Constructor for class org.fife.rtext.actions.CheckForUpdatesAction
Constructor.
children() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
 
chooser - Variable in class org.fife.ui.rtextfilechooser.Actions.FileChooserAction
 
cleanse(String) - Method in class org.fife.ui.PickyDocumentFilter
"Cleans" the input text specified by passing it to PickyDocumentFilter.cleanseImpl(String).
cleanseImpl(String) - Method in class org.fife.rtext.NumberDocumentFilter
Removes any characters in a string that aren't digits.
cleanseImpl(String) - Method in class org.fife.ui.PickyDocumentFilter
"Cleanses" the text to insert.
CleanSplitPaneUI - Class in org.fife.ui
UI for a JSplitPane that draws no nasty bevels around components or the divider.
CleanSplitPaneUI() - Constructor for class org.fife.ui.CleanSplitPaneUI
 
clear() - Method in class org.fife.ui.search.FindInFilesTable
Clears all match results from the table.
clearArgs() - Method in class org.fife.rtext.plugins.tools.Tool
Clears the command line arguments.
clearDnDIndicatorRect() - Method in interface org.fife.ui.DrawDnDIndicatorTabbedPane
Clears the rectangle indicating where the new tab will be "dropped."
clearEnvVars() - Method in class org.fife.rtext.plugins.tools.Tool
Clears the environment variables associated with this tool.
clearExtensionColorMap() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Removes all values from the extension-to-color map.
clearFavorites() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Removes all favorites from the "Favorites" list.
clearMacros() - Method in class org.fife.rtext.plugins.macros.MacroManager
Removes all macros from this manager.
clearTools() - Method in class org.fife.rtext.plugins.tools.ToolManager
Removes all tools from this manager.
ClojureOptionsPanel - Class in org.fife.rtext.plugins.langsupport
Options panel containing options for Clojure.
ClojureOptionsPanel() - Constructor for class org.fife.rtext.plugins.langsupport.ClojureOptionsPanel
Constructor.
clone() - Method in class org.fife.rtext.plugins.macros.Macro
Returns a clone of this macro.
CLOSE_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
CLOSE_ALL_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
closeAllDocuments() - Method in class org.fife.rtext.AbstractMainView
Attempts to close all currently active documents.
closeAllDocumentsExcept(int) - Method in class org.fife.rtext.AbstractMainView
Attempts to close all currently active documents except the one specified.
closeCurrentDocument() - Method in class org.fife.rtext.AbstractMainView
Attempts to close the current document.
closeCurrentDocumentImpl() - Method in class org.fife.rtext.AbstractMainView
Attempts to close the current document.
codeFoldingEnabledFor - Variable in class org.fife.rtext.RTextPreferences
 
collapseAllNodes() - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Collapses all tree nodes.
COLOR_CHANGED_PROPERTY - Static variable in class org.fife.ui.RColorButton
The property fired when the user changes the color displayed by this button.
COLOR_CHANGED_PROPERTY - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooserOptionPanel
 
ColorCellRenderer - Class in org.fife.ui
A renderer for a JTable that displays a color.
ColorCellRenderer() - Constructor for class org.fife.ui.ColorCellRenderer
Constructor.
colorScheme - Variable in class org.fife.rtext.RTextPreferences
 
COMBO_POPUP_PROTOTYPE_DISPLAY_VALUE_KEY - Static variable in class org.fife.jgoodies.looks.Options
A JComboBox client property key for the combo's popup menu prototype display value.
COMBO_RENDERER_IS_BORDER_REMOVABLE - Static variable in class org.fife.jgoodies.looks.Options
A client property key for combo box renderer components.
COMPARABLE_COMPARATOR - Static variable in class org.fife.ui.FileExplorerTableModel
Compares two comparable objects by their compareTo method.
compareTo(Macro) - Method in class org.fife.rtext.plugins.macros.Macro
Compares this macro to another by name, lexicographically.
compareTo(ProjectEntry) - Method in class org.fife.rtext.plugins.project.model.FileProjectEntry
 
compareTo(ProjectEntry) - Method in class org.fife.rtext.plugins.project.model.FolderProjectEntry
 
compareTo(ProjectEntry) - Method in class org.fife.rtext.plugins.project.model.LogicalFolderProjectEntry
 
compareTo(Project) - Method in class org.fife.rtext.plugins.project.model.Project
 
compareTo(Object) - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
 
compareTo(Tool) - Method in class org.fife.rtext.plugins.tools.Tool
Compares this tool to another by name, lexicographically.
component - Variable in class org.fife.ui.OptionsDialogPanel.OptionsPanelCheckResult
 
componentHidden(ComponentEvent) - Method in class org.fife.ui.FSATextField
Called when the parent dialog/frame of this text field is hidden.
componentMoved(ComponentEvent) - Method in class org.fife.ui.FSATextField
Called when the parent dialog/frame of this text field is moved.
componentResized(ComponentEvent) - Method in class org.fife.ui.FSATextField
Called when the parent dialog/frame of this text field is resized.
componentShown(ComponentEvent) - Method in class org.fife.ui.FSATextField
Called when the parent dialog/frame of this text field is shown.
configure(DefaultTableCellRenderer, JTable, KeyStroke) - Static method in class org.fife.ui.KeyStrokeCellRenderer
 
configureFileChooser(RTextFileChooser) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooserOptionPanel
Configures the passed-in file chooser to have its parameters set like those specified in this option panel.
configureFindInFilesDialog(FindInFilesDialog) - Static method in class org.fife.rtext.RTextUtilities
Configures a find-in-files dialog for RText.
configurePopupMenuActions() - Method in class org.fife.ui.rtextfilechooser.DirectoryTree
Called right before the popup menu is displayed.
configurePopupMenuActions() - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Called right before the popup menu is displayed.
ConsolePrefs - Class in org.fife.rtext.plugins.console
Preferences for the Console plugin.
ConsolePrefs() - Constructor for class org.fife.rtext.plugins.console.ConsolePrefs
 
construct() - Method in class org.fife.ui.GUIWorkerThread
Compute the value to be returned by the get method.
constructSourceBrowserTree(RText) - Method in class org.fife.rtext.plugins.langsupport.JavaScriptSourceBrowserTreeConstructor
 
constructSourceBrowserTree(RText) - Method in class org.fife.rtext.plugins.langsupport.JavaSourceBrowserTreeConstructor
 
constructSourceBrowserTree(RText) - Method in class org.fife.rtext.plugins.langsupport.XmlSourceBrowserTreeConstructor
 
containsFile(File) - Method in class org.fife.ui.rtextfilechooser.FileSystemTree.FileSystemTreeNode
 
containsMacroNamed(String) - Method in class org.fife.rtext.plugins.macros.MacroManager
Returns whether a macro is defined with the specified name.
containsProjectNamed(String) - Method in class org.fife.rtext.plugins.project.model.Workspace
Returns whether a project already exists with the specified name.
containsToolWithName(String) - Method in class org.fife.rtext.plugins.tools.ToolManager
Returns whether a tool with a given name is already defined.
ContentAssistField - Class in org.fife.rtext.plugins.tools
A text field with content assist available.
ContentAssistField() - Constructor for class org.fife.rtext.plugins.tools.ContentAssistField
Constructor.
convertOpenFilesSpacesToTabs() - Method in class org.fife.rtext.AbstractMainView
Converts all instances of a number of spaces equal to a tab in all open documents into tabs.
convertOpenFilesSpacesToTabs() - Method in class org.fife.rtext.RText
Converts all instances of a number of spaces equal to a tab in all open documents into tabs.
convertOpenFilesTabsToSpaces() - Method in class org.fife.rtext.AbstractMainView
Converts all tabs in all open documents into an equivalent number of spaces.
convertOpenFilesTabsToSpaces() - Method in class org.fife.rtext.RText
Converts all tabs in all open documents into an equivalent number of spaces.
convertValueToText(Object, boolean, boolean, boolean, int, boolean) - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
 
COPY_AS_RTF_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
copyData(AbstractMainView) - Method in class org.fife.rtext.AbstractMainView
 
copyFile(File, File) - Static method in class org.fife.ui.rtextfilechooser.Utilities
Copies a file from one location to another.
CPlusPlusOptionsPanel - Class in org.fife.rtext.plugins.langsupport
Options panel containing options for C++.
CPlusPlusOptionsPanel() - Constructor for class org.fife.rtext.plugins.langsupport.CPlusPlusOptionsPanel
Constructor.
cpp_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
create() - Static method in class org.fife.ui.KeyStrokeCellRenderer
Creates and returns a cell renderer for key strokes.
createAboutApplicationPanel() - Method in class org.fife.ui.AboutDialog
Creates the panel for the tabbed pane about this application.
createAboutDialog() - Method in class org.fife.rtext.RText
Returns the About dialog for this application.
createAboutDialog() - Method in class org.fife.ui.app.AbstractGUIApplication
Creates the About dialog this application uses.
createActionListener() - Method in class org.fife.ui.RColorButton
Returns the listener listening for this button to be clicked.
createActionListener() - Method in class org.fife.ui.RColorSwatchesButton
Returns the listener listening for this button to be clicked.
createActions(GUIApplicationPreferences) - Method in class org.fife.rtext.RText
Creates the array of actions used by this RText.
createActions(GUIApplicationPreferences) - Method in class org.fife.ui.app.AbstractGUIApplication
Creates the actions used by this application.
createAssistancePanel(JComponent, DecorativeIconPanel) - Static method in class org.fife.rtext.RTextUtilities
Creates a panel containing the specified component and an (optional) decorative (or assistance) icon panel.
createButton(Action) - Method in class org.fife.ui.CustomizableToolBar
Creates a button to add to this tool bar.
createButtonFooter(JButton, JButton) - Static method in class org.fife.ui.UIUtil
Creates a "footer" containing two buttons (typically OK and Cancel) for a dialog.
createButtonFooter(JButton, JButton, int) - Static method in class org.fife.ui.UIUtil
Creates a "footer" containing two buttons (typically OK and Cancel) for a dialog.
createButtonFooter(Container) - Static method in class org.fife.ui.UIUtil
Creates a "footer" component, typically containing buttons, for a dialog.
createButtonFooter(Container, int) - Static method in class org.fife.ui.UIUtil
Creates a "footer" component, typically containing buttons, for a dialog.
createButtonFooter(Container, int, int) - Static method in class org.fife.ui.UIUtil
Creates a "footer" component, typically containing buttons, for a dialog.
createButtonPanel(String, int, List<? extends Action>) - Method in class org.fife.ui.modifiabletable.ModifiableTable
Returns the panel of buttons for modifying the table.
createCheckBoxMenuItem(Action) - Method in class org.fife.ui.app.MenuBar
Returns a check box menu item configured from an action.
createComparator() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
Returns a comparator used to sort the child nodes of this node.
createDefaultDivider() - Method in class org.fife.ui.CleanSplitPaneUI
 
createDefaultSearchContext() - Method in class org.fife.ui.search.FindInFilesDialog
Overridden to return the "find in files"-specific search context.
createDetailsPanel() - Method in class org.fife.ui.search.FindInFilesDialog
Creates the panel containing "Report Detail" options.
createDetailsPanel() - Method in class org.fife.ui.search.ReplaceInFilesDialog
Creates the panel containing "Report Detail" options.
createDialog(Window) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Creates a dialog for the given parent frame.
createErrorStrip(RTextEditorPane) - Method in class org.fife.rtext.AbstractMainView
 
createExtraOptionsPanel() - Method in class org.fife.ui.search.FindInFilesDialog
Returns a panel containing any extra options, such as a "verbose" output option.
createExtraOptionsPanel() - Method in class org.fife.ui.search.ReplaceInFilesDialog
Returns a panel containing any extra options, such as a "verbose" output option.
createFileChooser(RText) - Static method in class org.fife.rtext.RTextUtilities
Creates and initializes a file chooser suitable for RText.
createGUI(MacroPlugin) - Method in class org.fife.rtext.plugins.macros.NewMacroDialog
 
createHorizontalBox() - Method in class org.fife.ui.OptionsDialogPanel
Returns a horizontal box that respects component orientation, which Box.createHorizontalBox() does not, for backward compatibility reasons (!).
createInputPanel() - Method in class org.fife.ui.search.FindInFilesDialog
Creates and returns the panel containing input fields and their labels.
createInputPanel() - Method in class org.fife.ui.search.ReplaceInFilesDialog
Creates and returns the panel containing input fields and their labels.
createLicenseDialog() - Method in class org.fife.ui.AboutDialog
Returns the dialog that displays this application's license.
createMatchDataVector(String, MatchData) - Method in class org.fife.ui.search.FindInFilesTable
Return the vector of data to display in the table for a match data instance.
createMatchDataVector(String, MatchData) - Method in class org.fife.ui.search.ReplaceInFilesTable
Return the vector of data to display in the table for a match data instance.
createMenu(ResourceBundle, String) - Method in class org.fife.ui.app.MenuBar
Returns an JMenu with the specified text.
createMenuBar(GUIApplicationPreferences) - Method in class org.fife.rtext.RText
Creates and returns the menu bar used in this application.
createMenuBar(GUIApplicationPreferences) - Method in class org.fife.ui.app.AbstractGUIApplication
Creates and returns the menu bar used in this application.
createMenuItem(ResourceBundle, String) - Method in class org.fife.ui.app.MenuBar
Returns a menu item with the specified text.
createMenuItem(Action, ResourceBundle, String, String) - Method in class org.fife.ui.app.MenuBar
Returns an JMenuItem with the specified text and mnemonic that performs the specified action when clicked.
createMenuItem(Action, ResourceBundle, String, String, KeyStroke) - Method in class org.fife.ui.app.MenuBar
Returns an JMenuItem with the specified text and mnemonic that performs the specified action when clicked.
createMenuItem(Action, String) - Method in class org.fife.ui.app.MenuBar
Returns a menu item with the passed-in properties.
createMenuItem(Action) - Method in class org.fife.ui.app.MenuBar
Returns a menu item with the passed-in properties.
createNameChecker() - Method in class org.fife.rtext.plugins.project.tree.FileProjectEntryTreeNode
 
createNameChecker() - Method in class org.fife.rtext.plugins.project.tree.FolderProjectEntryTreeNode
 
createOpenAction(String) - Method in class org.fife.ui.RecentFilesMenu
Creates the action that will open the specified file in the application when its menu item is selected.
createPanels() - Method in class org.fife.ui.app.WizardPlugin
This method should be overridden to initialize all panels in this wizard via addInfoPanel.
createPopupMenu() - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Creates the popup menu for this file system tree.
createRadioButtonMenuItem(Action, String) - Method in class org.fife.ui.app.MenuBar
Returns a radio button menu item with the passed-in properties.
createRedockPopupMenu(DockableWindowPanel) - Static method in class org.fife.ui.dockablewindows.Actions
Creates and returns a popup menu that can be used to change the dock location of a dockable window.
createResultsComponent() - Method in class org.fife.ui.search.FindInFilesDialog
Creates and returns the component used to display search results.
createResultsComponent() - Method in class org.fife.ui.search.ReplaceInFilesDialog
Creates and returns the component used to display search results.
createSplashScreen() - Method in class org.fife.rtext.RText
Returns the splash screen to display while this GUI application is loading.
createSplashScreen() - Method in class org.fife.ui.app.AbstractGUIApplication
Creates and returns the splash screen to display while this GUI application is loading.
createStatusBar(GUIApplicationPreferences) - Method in class org.fife.rtext.RText
Returns the status bar to be used by this application.
createStatusBar(GUIApplicationPreferences) - Method in class org.fife.ui.app.AbstractGUIApplication
Creates and returns the status bar to be used by this application.
createTable(TableModel) - Method in class org.fife.rtext.AbstractParserNoticeWindow
 
createTableModel(ResourceBundle) - Method in class org.fife.ui.search.FindInFilesTable
Returns the table model to use.
createTableModel(ResourceBundle) - Method in class org.fife.ui.search.ReplaceInFilesTable
Returns the table model to use.
createTextComponent() - Method in class org.fife.ui.app.ExceptionDialog
Returns the text component to use to display the exception.
createToolBar(GUIApplicationPreferences) - Method in class org.fife.rtext.RText
Creates and returns the toolbar to be used by this application.
createToolBar(GUIApplicationPreferences) - Method in class org.fife.ui.app.AbstractGUIApplication
Creates and returns the toolbar to be used by this application.
createTransferable(JComponent) - Method in class org.fife.ui.TabbedPaneTransferHandler
 
createTreeNodeFor(File) - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Creates a tree node for the specified file.
createTreeNodeForImpl(File, boolean) - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Creates a tree node for the specified file.
createWorkerThread(File) - Method in class org.fife.ui.search.FindInFilesDialog
Returns the thread that will do the searching.
createWorkerThread(File) - Method in class org.fife.ui.search.ReplaceInFilesDialog
Returns the thread that will do the searching.
cs_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
CSharpOptionsPanel - Class in org.fife.rtext.plugins.langsupport
Options panel containing options for C#.
CSharpOptionsPanel() - Constructor for class org.fife.rtext.plugins.langsupport.CSharpOptionsPanel
Constructor.
css_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
CssOptionsPanel - Class in org.fife.rtext.plugins.langsupport
Options panel containing options for CSS.
CssOptionsPanel() - Constructor for class org.fife.rtext.plugins.langsupport.CssOptionsPanel
Constructor.
CTagReader - Class in org.fife.ctags
A class capable of reading a ctags file and searching for identifiers in it.
CTagReader() - Constructor for class org.fife.ctags.CTagReader
Creates a new CTagReader.
CTAGS_TYPE_EXUBERANT - Static variable in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
 
CTAGS_TYPE_STANDARD - Static variable in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
 
ctagsExecutable - Variable in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPrefs
The filename of the Exuberant CTags executable.
ctagsType - Variable in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPrefs
The type of ctags.
CURRENT_DOCUMENT_PROPERTY - Static variable in class org.fife.rtext.AbstractMainView
 
currentLineHighlightColor - Variable in class org.fife.rtext.RTextPreferences
 
currentLineHighlightEnabled - Variable in class org.fife.rtext.RTextPreferences
 
CurrentTextAreaEvent - Class in org.fife.rtext
Event that notifies when a property of the current text area changes.
CurrentTextAreaEvent(AbstractMainView, int, Object, Object) - Constructor for class org.fife.rtext.CurrentTextAreaEvent
Constructor.
CurrentTextAreaListener - Interface in org.fife.rtext
A listener interested in knowing about changes to the current text area.
currentTextAreaPropertyChanged(CurrentTextAreaEvent) - Method in interface org.fife.rtext.CurrentTextAreaListener
Called when a property of the current text area (or the current text area itself) is modified.
currentTextAreaPropertyChanged(CurrentTextAreaEvent) - Method in class org.fife.rtext.plugins.langsupport.GoToMemberAction
Listens for text area events.
currentTextAreaPropertyChanged(CurrentTextAreaEvent) - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Called whenever the currently-active document in RText changes, or one of its properties changes.
currentTextAreaPropertyChanged(CurrentTextAreaEvent) - Method in class org.fife.rtext.plugins.tidy.Plugin
Listens for text area events.
CUSTOM_HANDLER_PREFIX - Static variable in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
 
CustomizableToolBar - Class in org.fife.ui
An extension of JToolBar that adds a right-click popup menu allowing the user to toggle docking and add or remove buttons and separators.
CustomizableToolBar() - Constructor for class org.fife.ui.CustomizableToolBar
Creates a new toolbar.
CustomizableToolBar(int) - Constructor for class org.fife.ui.CustomizableToolBar
Creates a new toolbar with the specified orientation.
CustomizableToolBar(String) - Constructor for class org.fife.ui.CustomizableToolBar
Creates a new toolbar.
CustomizableToolBar(String, int) - Constructor for class org.fife.ui.CustomizableToolBar
Creates a new toolbar.

D

DARK_COLOR - Static variable in class org.fife.ui.SubstanceUtils
 
DEC_FONT_SIZES_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
decColumn() - Method in class org.fife.rtext.StatusBar
Decrements the value of column in row/column indicator.
decrementPreviewPage() - Method in class org.fife.print.PrintPreviewDialog
Decrements the first preview page, if possible, and updates the screen.
decRow() - Method in class org.fife.rtext.StatusBar
Decrements the value of row in row/column indicator.
DEFAULT_ACCELERATOR - Static variable in class org.fife.ui.app.StandardAction
A property specific to StandardActions (though other custom actions can certainly use it) that stores the default accelerator for the action.
DEFAULT_ENCODING_PROPERTY - Static variable in class org.fife.rtext.AbstractMainView
 
DEFAULT_ICON_SIZE_KEY - Static variable in class org.fife.jgoodies.looks.Options
 
DEFAULT_LOOK_NAME - Static variable in class org.fife.jgoodies.looks.Options
The class name of the default JGoodies L&f, PlasticXP.
DEFAULT_MAX_SPELLING_ERRORS - Static variable in class org.fife.rtext.RTextPreferences
The default maximum number of spelling errors to display for a single file.
DEFAULT_SPELLING_ERROR_COLOR - Static variable in class org.fife.rtext.RTextPreferences
The default color used to underline spelling errors.
DEFAULT_STATUS_MESSAGE - Static variable in class org.fife.ui.StatusBar
 
defaultActionAccelerators - Static variable in interface org.fife.rtext.RTextActionInfo
The default accelerator for all RText actions.
defaultAlt - Static variable in interface org.fife.rtext.RTextActionInfo
 
defaultEncoding - Variable in class org.fife.rtext.RTextPreferences
 
DefaultFilePasteCallback - Class in org.fife.ui.rtextfilechooser
A default file paste callback suitable for most applications.
DefaultFilePasteCallback(Component) - Constructor for class org.fife.ui.rtextfilechooser.DefaultFilePasteCallback
Constructor.
defaultLineTerminator - Variable in class org.fife.rtext.RTextPreferences
 
defaultModifier - Static variable in interface org.fife.rtext.RTextActionInfo
 
defaultShift - Static variable in interface org.fife.rtext.RTextActionInfo
 
deriveColor(Color, int) - Static method in class org.fife.ui.UIUtil
Derives a color from another color by linearly shifting its blue, green, and blue values.
DESCENDING - Static variable in class org.fife.ui.FileExplorerTableModel
 
DETAILS_MODE - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooser
 
DICTIONARIES - Static variable in class org.fife.rtext.SpellingSupport
Dictionaries for the supported languages.
DIR_PROJECT_ENTRY - Static variable in interface org.fife.rtext.plugins.project.model.ProjectEntry
A project entry that's a directory and all of its contents.
DIRECTORIES_ONLY - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooser
 
DirectoryTree - Class in org.fife.ui.rtextfilechooser
A tree containing all directories in the local host's file system.
DirectoryTree() - Constructor for class org.fife.ui.rtextfilechooser.DirectoryTree
 
displayException(Dialog, Throwable, String) - Method in class org.fife.rtext.RText
Overridden so we can syntax highlight the Java exception displayed.
displayException(Frame, Throwable, String) - Method in class org.fife.rtext.RText
Overridden so we can syntax highlight the Java exception displayed.
displayException(Throwable) - Method in class org.fife.ui.app.AbstractGUIApplication
Displays a dialog box telling the user that an Exception was thrown.
displayException(Throwable, String) - Method in class org.fife.ui.app.AbstractGUIApplication
Displays a dialog box telling the user that an Exception was thrown.
displayException(Dialog, Throwable) - Method in class org.fife.ui.app.AbstractGUIApplication
Displays a dialog box telling the user that an Exception was thrown.
displayException(Dialog, Throwable, String) - Method in class org.fife.ui.app.AbstractGUIApplication
Displays a dialog box telling the user that an Exception was thrown.
displayException(Frame, Throwable) - Method in class org.fife.ui.app.AbstractGUIApplication
Displays a dialog box telling the user that an Exception was thrown.
displayException(Frame, Throwable, String) - Method in class org.fife.ui.app.AbstractGUIApplication
Displays a dialog box telling the user that an Exception was thrown.
displayException(Throwable) - Method in interface org.fife.ui.app.GUIApplication
This method should be overridden to convey to the user that an Exception occurred in some way, for example, in a dialog box.
displayException(Dialog, Throwable) - Method in interface org.fife.ui.app.GUIApplication
This method should be overridden to convey to the user that an Exception occurred in some way, for example, in a dialog box.
displayException(Frame, Throwable) - Method in interface org.fife.ui.app.GUIApplication
This method should be overridden to convey to the user that an Exception occurred in some way, for example, in a dialog box.
dispose() - Method in class org.fife.rtext.AbstractMainView
Disposes of this view.
dividerLocations - Variable in class org.fife.rtext.RTextPreferences
 
doApply(Frame) - Method in class org.fife.ui.OptionsDialog
Automatically called when the user clicks the "Apply" button and when the user first clicks the "OK" button before the dialog goes away.
doApply(Frame) - Method in class org.fife.ui.OptionsDialogPanel
Applies the settings entered into this panel on the specified application.
doApplyImpl(Frame) - Method in class org.fife.rtext.plugins.langsupport.OptionsPanel
Applies the settings entered into this panel on the specified application.
doApplyImpl(Frame) - Method in class org.fife.ui.OptionsDialogPanel
Applies the settings entered into this panel on the specified application.
doApplyImpl(Frame) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Applies the settings entered into this dialog on the specified application.
doApplyImpl(Frame) - Method in class org.fife.ui.rsyntaxtextarea.SpellingOptionPanel
Applies the settings entered into this panel on the specified application.
doApplyImpl(Frame) - Method in class org.fife.ui.rsyntaxtextarea.TemplateOptionPanel
Applies the settings entered into this dialog on the specified application.
doApplyImpl(Frame) - Method in class org.fife.ui.rtextarea.CaretAndSelectionOptionPanel
Applies the settings entered into this panel on the specified application.
doApplyImpl(Frame) - Method in class org.fife.ui.rtextarea.GutterOptionPanel
Applies the settings entered into this dialog on the specified application.
doApplyImpl(Frame) - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Applies the settings entered into this dialog on the specified application.
doApplyImpl(Frame) - Method in class org.fife.ui.rtextfilechooser.FileChooserFavoritesOptionPanel
Applies the settings entered into this dialog on the specified application.
doApplyImpl(Frame) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooserOptionPanel
Applies the settings entered into this dialog on the specified application.
DockableWindow - Class in org.fife.ui.dockablewindows
A dockable window that is a panel either docked to one of the four sides of a DockableWindowPanel, or in a floating window.
DockableWindow() - Constructor for class org.fife.ui.dockablewindows.DockableWindow
Constructor.
DockableWindow(LayoutManager) - Constructor for class org.fife.ui.dockablewindows.DockableWindow
Constructor.
DockableWindow(String) - Constructor for class org.fife.ui.dockablewindows.DockableWindow
Constructor.
DockableWindow(String, LayoutManager) - Constructor for class org.fife.ui.dockablewindows.DockableWindow
Constructor.
DockableWindowConstants - Interface in org.fife.ui.dockablewindows
Interface defining constants pertinent to dockable windows.
DockableWindowEvent - Class in org.fife.ui.dockablewindows
Event fired by DockableWindows.
DockableWindowEvent(Object, int, int) - Constructor for class org.fife.ui.dockablewindows.DockableWindowEvent
Constructor.
dockableWindowIterator() - Method in class org.fife.ui.app.GUIPlugin
Returns an iterator over all dockable windows in this plugin.
DockableWindowListener - Interface in org.fife.ui.dockablewindows
Interface for classes interested in listening for dockable window events.
DockableWindowPanel - Class in org.fife.ui.dockablewindows
A panel capable of having "windows" docked to any of its four sides, as well as manage "floating" windows.
DockableWindowPanel() - Constructor for class org.fife.ui.dockablewindows.DockableWindowPanel
Constructor.
dockableWindowPositionChanged(DockableWindowEvent) - Method in interface org.fife.ui.dockablewindows.DockableWindowListener
Called whenever a dockable window changes its position.
dockableWindowPositionChanged(DockableWindowEvent) - Method in class org.fife.ui.dockablewindows.DockableWindowPanel
Called whenever a dockable window changed its preferred position.
dockableWindowPositionWillChange(DockableWindowEvent) - Method in interface org.fife.ui.dockablewindows.DockableWindowListener
Called whenever a dockable window will change its position.
dockableWindowPositionWillChange(DockableWindowEvent) - Method in class org.fife.ui.dockablewindows.DockableWindowPanel
This method does nothing.
DockableWindowScrollPane - Class in org.fife.ui.dockablewindows
A scroll pane to go into a dockable window.
DockableWindowScrollPane() - Constructor for class org.fife.ui.dockablewindows.DockableWindowScrollPane
Constructor.
DockableWindowScrollPane(Component) - Constructor for class org.fife.ui.dockablewindows.DockableWindowScrollPane
Constructor.
DOCUMENT_SELECT_BOTTOM - Static variable in class org.fife.rtext.AbstractMainView
 
DOCUMENT_SELECT_LEFT - Static variable in class org.fife.rtext.AbstractMainView
 
DOCUMENT_SELECT_RIGHT - Static variable in class org.fife.rtext.AbstractMainView
 
DOCUMENT_SELECT_TOP - Static variable in class org.fife.rtext.AbstractMainView
 
doExit() - Method in class org.fife.rtext.RText
Called when the user attempts to close the application, whether from an "Exit" menu item, closing the main application window, or any other means.
doExit() - Method in class org.fife.ui.app.AbstractGUIApplication
Called when the user attempts to close the application, whether from an "Exit" menu item, closing the main application window, or any other means.
doExit() - Method in interface org.fife.ui.app.GUIApplication
Called when the user attempts to close the application, whether from an "Exit" menu item, closing the main application window, or any other means.
doFileSizeCheck - Variable in class org.fife.rtext.RTextPreferences
 
dragEnter(DropTargetDragEvent) - Method in class org.fife.ui.TabbedPaneTransferHandler
 
dragExit(DropTargetEvent) - Method in class org.fife.ui.TabbedPaneTransferHandler
 
dragOver(DropTargetDragEvent) - Method in class org.fife.ui.TabbedPaneTransferHandler
Called when a drag-and-drop operation is pending, and the mouse is hovering over the destination component.
DrawDnDIndicatorTabbedPane - Interface in org.fife.ui
Tabbed panes who implement this interface will receive notification when a drop operation is pending over them, so they can draw an indicator rectangle where the dropped tab will occur.
drop(DropTargetDropEvent) - Method in class org.fife.ui.TabbedPaneTransferHandler
 
dropActionChanged(DropTargetDragEvent) - Method in class org.fife.ui.TabbedPaneTransferHandler
 
dropShadowsInEditor - Variable in class org.fife.rtext.RTextPreferences
 

E

editMacrosAccelerator - Variable in class org.fife.rtext.plugins.macros.MacroPrefs
Accelerator for the "Edit Macros..." action.
editToolsAccelerator - Variable in class org.fife.rtext.plugins.tools.ToolsPrefs
Accelerator for the "Edit Tools..." action.
EMBEDDED_TABS_KEY - Static variable in class org.fife.jgoodies.looks.Options
A JTabbedPane client property key that indicates that tabs are painted with a special embedded appearance.
EmptyIcon - Class in org.fife.rtext
An icon that paints nothing.
EmptyIcon(int, int) - Constructor for class org.fife.rtext.EmptyIcon
Constructor.
EmptyString - Static variable in class org.fife.ctags.CTagReader
 
emulateTabsWithSpaces - Variable in class org.fife.rtext.RTextPreferences
 
ENABLED_PROPERTY - Static variable in class org.fife.ui.FontSelector
 
enableTemplates(RText, boolean) - Static method in class org.fife.rtext.RTextUtilities
Enables or disables template usage in RText text areas.
ensureButtonWidth(JButton, int) - Static method in class org.fife.ui.UIUtil
Ensures a button has a specific minimum width.
ensureDefaultButtonWidth(JButton) - Static method in class org.fife.ui.UIUtil
Ensures a button has a specific minimum width, similar to what Windows does.
ensureSourceTreeSortedProperly() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Ensures that a source tree is sorted or not sorted, to match the sorting button's current state.
ensureValidInputs() - Method in class org.fife.ui.OptionsDialogPanel
Checks whether or not all input the user specified on this panel, and any child panels, is valid.
ensureValidInputsImpl() - Method in class org.fife.rtext.plugins.langsupport.OptionsPanel
Checks whether or not all input the user specified on this panel is valid.
ensureValidInputsImpl() - Method in class org.fife.ui.OptionsDialogPanel
Checks whether or not all input the user specified on this panel is valid.
ensureValidInputsImpl() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Checks whether or not all input the user specified on this panel is valid.
ensureValidInputsImpl() - Method in class org.fife.ui.rsyntaxtextarea.SpellingOptionPanel
Checks whether or not all input the user specified on this panel is valid.
ensureValidInputsImpl() - Method in class org.fife.ui.rsyntaxtextarea.TemplateOptionPanel
Checks whether or not all input the user specified on this panel is valid.
ensureValidInputsImpl() - Method in class org.fife.ui.rtextarea.CaretAndSelectionOptionPanel
Checks whether or not all input the user specified on this panel is valid.
ensureValidInputsImpl() - Method in class org.fife.ui.rtextarea.GutterOptionPanel
Checks whether or not all input the user specified on this panel is valid.
ensureValidInputsImpl() - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Checks whether or not all input the user specified on this panel is valid.
ensureValidInputsImpl() - Method in class org.fife.ui.rtextfilechooser.FileChooserFavoritesOptionPanel
Checks whether or not all input the user specified on this panel is valid.
ensureValidInputsImpl() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooserOptionPanel
Checks whether or not all input the user specified on this panel is valid.
equals(Object) - Method in class org.fife.rtext.plugins.macros.Macro
Returns whether this macro and another have the same name.
equals(Object) - Method in class org.fife.rtext.plugins.project.model.FileProjectEntry
 
equals(Object) - Method in class org.fife.rtext.plugins.project.model.FolderProjectEntry
 
equals(Object) - Method in class org.fife.rtext.plugins.project.model.LogicalFolderProjectEntry
 
equals(Object) - Method in class org.fife.rtext.plugins.project.model.Project
 
equals(Object) - Method in class org.fife.rtext.plugins.tools.Tool
Returns whether this tool and another have the same name.
equals(Object) - Method in class org.fife.ui.rtextfilechooser.FileSystemTree.FileSystemTreeNode
 
ERROR_OPTION - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooser
 
errorMessage - Variable in class org.fife.ui.OptionsDialogPanel.OptionsPanelCheckResult
 
EscapableDialog - Class in org.fife.ui
A dialog that closes itself when the Escape key is pressed.
EscapableDialog() - Constructor for class org.fife.ui.EscapableDialog
Constructor.
EscapableDialog(Dialog) - Constructor for class org.fife.ui.EscapableDialog
Constructor.
EscapableDialog(Dialog, boolean) - Constructor for class org.fife.ui.EscapableDialog
Constructor.
EscapableDialog(Dialog, String) - Constructor for class org.fife.ui.EscapableDialog
Constructor.
EscapableDialog(Dialog, String, boolean) - Constructor for class org.fife.ui.EscapableDialog
Constructor.
EscapableDialog(Frame) - Constructor for class org.fife.ui.EscapableDialog
Constructor.
EscapableDialog(Frame, boolean) - Constructor for class org.fife.ui.EscapableDialog
Constructor.
EscapableDialog(Frame, String) - Constructor for class org.fife.ui.EscapableDialog
Constructor.
EscapableDialog(Frame, String, boolean) - Constructor for class org.fife.ui.EscapableDialog
Constructor.
escapeForHtml(String) - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode
 
escapeForHTML(String, String) - Static method in class org.fife.rtext.RTextUtilities
Returns a string with characters that are special to HTML (such as <, > and &) replaced by their HTML escape sequences.
escapeForHTML(String, String, boolean) - Static method in class org.fife.rtext.RTextUtilities
Returns a string with characters that are special to HTML (such as <, > and &) replaced by their HTML escape sequences.
escapePressed() - Method in class org.fife.rtext.plugins.project.NewFolderDialog
 
escapePressed() - Method in class org.fife.rtext.plugins.project.RenameDialog
Overridden to set the name "the user entered" to null.
escapePressed() - Method in class org.fife.rtext.RemoteFileChooser
Called when the Escape key is pressed in this dialog.
escapePressed() - Method in class org.fife.ui.EscapableDialog
Called when the Escape key is pressed in this dialog.
escapePressed() - Method in class org.fife.ui.OptionsDialog
Called when the Escape key is pressed in this dialog.
escapePressed() - Method in class org.fife.ui.rtextfilechooser.RDirectoryChooser
 
escapePressed() - Method in class org.fife.ui.search.ReplaceInFilesDialog
 
ExceptionDialog - Class in org.fife.ui.app
The dialog displayed to the user when an Exception is caught.
ExceptionDialog(Frame, Throwable) - Constructor for class org.fife.ui.app.ExceptionDialog
Creates an exception dialog for an unexpected exception.
ExceptionDialog(Dialog, Throwable) - Constructor for class org.fife.ui.app.ExceptionDialog
Creates an exception dialog for an unexpected exception.
exceptionFG - Variable in class org.fife.rtext.plugins.console.ConsolePrefs
The color used for exceptions in consoles.
execute(ProcessRunnerOutputListener) - Method in class org.fife.rtext.plugins.tools.Tool
Runs this tool in a separate thread.
EXIT_ACTION_KEY - Static variable in class org.fife.ui.app.AbstractGUIApplication
The key for getting the Exit action from getAction.
expandAllNodes(JTree) - Static method in class org.fife.ui.UIUtil
Expands all nodes in the specified tree.
EXPANDED_PROPERTY - Static variable in class org.fife.ui.rtextfilechooser.FileSystemTree
 
ExtendedLookAndFeelInfo - Class in org.fife.ui.app
Information about a 3rd party Look and Feel in a JAR file.
ExtendedLookAndFeelInfo(String, String, String) - Constructor for class org.fife.ui.app.ExtendedLookAndFeelInfo
Constructor.
ExtensionFileFilter - Class in org.fife.ui.rtextfilechooser.filters
A file filter for JFileChoosers that filters using extensions given by the user.
ExtensionFileFilter(String, String) - Constructor for class org.fife.ui.rtextfilechooser.filters.ExtensionFileFilter
Constructor.
ExtensionFileFilter(String, String[]) - Constructor for class org.fife.ui.rtextfilechooser.filters.ExtensionFileFilter
Constructor.
ExtensionFileFilter(String, String, int) - Constructor for class org.fife.ui.rtextfilechooser.filters.ExtensionFileFilter
Constructor.
ExtensionFileFilter(String, String[], int) - Constructor for class org.fife.ui.rtextfilechooser.filters.ExtensionFileFilter
Constructor.
ExtensionFileFilter(String, String, int, boolean) - Constructor for class org.fife.ui.rtextfilechooser.filters.ExtensionFileFilter
Constructor.
ExtensionFileFilter(String, String[], int, boolean) - Constructor for class org.fife.ui.rtextfilechooser.filters.ExtensionFileFilter
Constructor.
EXTRA_LIGHT_COLOR - Static variable in class org.fife.ui.SubstanceUtils
 

F

FAVORITES_PROPERTY - Static variable in class org.fife.ui.rtextfilechooser.FileChooserFavoritesOptionPanel
 
fieldList - Variable in class org.fife.ctags.TagEntry
List of key-value pairs.
file - Variable in class org.fife.ctags.TagEntry
Path of source file containing the definition of this tag.
FILE_NAME_CHANGED - Static variable in class org.fife.rtext.CurrentTextAreaEvent
Fired when the current text area's filename is changed.
FILE_PROJECT_ENTRY - Static variable in interface org.fife.rtext.plugins.project.model.ProjectEntry
A project entry that's a single file somewhere on the file system.
FILE_PROPERTIES_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
FILE_SIZE_CHECK_PROPERTY - Static variable in class org.fife.rtext.AbstractMainView
 
FileChooserFavoritesOptionPanel - Class in org.fife.ui.rtextfilechooser
Option panel for managing the "Favorite Directories" of an RTextFileChooser.
FileChooserFavoritesOptionPanel() - Constructor for class org.fife.ui.rtextfilechooser.FileChooserFavoritesOptionPanel
Constructor.
FileChooserOwner - Interface in org.fife.ui.rtextfilechooser
A class that has an RTextFileChooser.
FileDisplayNames - Class in org.fife.ui.rtextfilechooser
Utility class for getting file display names.
FileExplorerTableModel - Class in org.fife.ui
A table model that simulates the functionality found in the table used in Windows' "details view" in Windows explorer.
FileExplorerTableModel() - Constructor for class org.fife.ui.FileExplorerTableModel
Constructor.
FileExplorerTableModel(TableModel) - Constructor for class org.fife.ui.FileExplorerTableModel
Constructor.
FileExplorerTableModel(TableModel, JTableHeader) - Constructor for class org.fife.ui.FileExplorerTableModel
Constructor.
FileExplorerTableModel.SortableHeaderRenderer - Class in org.fife.ui
A cell renderer for column headers for sorted tables.
FileExplorerTableModel.SortableHeaderRenderer(TableCellRenderer) - Constructor for class org.fife.ui.FileExplorerTableModel.SortableHeaderRenderer
 
fileHistoryString - Variable in class org.fife.rtext.RTextPreferences
 
FileIOExtras - Class in org.fife.ui.rtextfilechooser.extras
Base class for host-specific "IO extras" classes used by the file chooser.
FileIOExtras() - Constructor for class org.fife.ui.rtextfilechooser.extras.FileIOExtras
Protected constructor to prevent instantiation.
FileListTransferable - Class in org.fife.ui.rtextfilechooser
A transferable object for a list of files.
FileListTransferable(List<File>) - Constructor for class org.fife.ui.rtextfilechooser.FileListTransferable
Constructor.
FilePasteCallback - Interface in org.fife.ui.rtextfilechooser
Listens as a copy/paste operation is performed by an instance of FilePasteThread.
filePasteUpdate(int, int, File) - Method in class org.fife.ui.rtextfilechooser.DefaultFilePasteCallback
Updates the progress monitor to display the number of files remaining, the number of files copied, and the name of the file currently being copied.
filePasteUpdate(int, int, File) - Method in interface org.fife.ui.rtextfilechooser.FilePasteCallback
Called when a file is pasted, or the total number of files to paste has been recalculated.
FileProjectEntry - Class in org.fife.rtext.plugins.project.model
A project entry reflecting a file on the local file system.
FileProjectEntry(ProjectEntryParent, String) - Constructor for class org.fife.rtext.plugins.project.model.FileProjectEntry
 
FileProjectEntry(ProjectEntryParent, File) - Constructor for class org.fife.rtext.plugins.project.model.FileProjectEntry
 
FileProjectEntryTreeNode - Class in org.fife.rtext.plugins.project.tree
The tree node used for file project entries.
FileProjectEntryTreeNode(ProjectPlugin, ProjectEntry) - Constructor for class org.fife.rtext.plugins.project.tree.FileProjectEntryTreeNode
 
FILES_AND_DIRECTORIES - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooser
 
FILES_ONLY - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooser
 
fileScope - Variable in class org.fife.ctags.TagEntry
Whether this tag is of file-limited scope.
FileSelector - Interface in org.fife.ui.rtextfilechooser
Interface for components that allow file selection.
FileSystemTree - Class in org.fife.ui.rtextfilechooser
A tree containing all files in the local host's file system.
FileSystemTree() - Constructor for class org.fife.ui.rtextfilechooser.FileSystemTree
Constructor.
FileSystemTree(File) - Constructor for class org.fife.ui.rtextfilechooser.FileSystemTree
Constructor.
FileSystemTree.FileSystemTreeModel - Class in org.fife.ui.rtextfilechooser
 
FileSystemTree.FileSystemTreeModel(TreeNode) - Constructor for class org.fife.ui.rtextfilechooser.FileSystemTree.FileSystemTreeModel
 
FileSystemTree.FileSystemTreeNode - Class in org.fife.ui.rtextfilechooser
The tree node used by the file tree.
FileSystemTree.FileSystemTreeNode() - Constructor for class org.fife.ui.rtextfilechooser.FileSystemTree.FileSystemTreeNode
 
FileSystemTree.FileSystemTreeNode(Object) - Constructor for class org.fife.ui.rtextfilechooser.FileSystemTree.FileSystemTreeNode
 
FileSystemTreePlugin - Class in org.fife.rtext.plugins.filesystemtree
A panel displaying all files on the local file system, allowing for quick and easy opening of files without opening the file chooser.
FileSystemTreePlugin(AbstractPluggableGUIApplication) - Constructor for class org.fife.rtext.plugins.filesystemtree.FileSystemTreePlugin
Creates a new FileSystemTreePlugin.
FileSystemTreePrefs - Class in org.fife.rtext.plugins.filesystemtree
Preferences for the file system tree plugin.
FileSystemTreePrefs() - Constructor for class org.fife.rtext.plugins.filesystemtree.FileSystemTreePrefs
 
FileTreeNode - Class in org.fife.rtext.plugins.project.tree
A tree node for regular files and directories.
FileTreeNode(ProjectPlugin, File) - Constructor for class org.fife.rtext.plugins.project.tree.FileTreeNode
 
FileTreeNode.FileNameChecker - Class in org.fife.rtext.plugins.project.tree
Ensures that proposed file names are valid.
FileTreeNode.FileNameChecker(File, boolean) - Constructor for class org.fife.rtext.plugins.project.tree.FileTreeNode.FileNameChecker
 
FileTypeIconManager - Class in org.fife.rtext
Manages icons used for file types by subclasses of AbstractMainView.
FileTypeInfo - Class in org.fife.ui.rtextfilechooser
An icon and a color grouped together.
FileTypeInfo(Icon, Color) - Constructor for class org.fife.ui.rtextfilechooser.FileTypeInfo
Constructor.
filter(String) - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
Filters the children of this tree node based on the specified prefix.
filterAndSort(File[]) - Method in class org.fife.ui.rtextfilechooser.DirectoryTree
Overridden to take only the directories (not regular files) from the array and sorts them alphabetically.
filterAndSort(File[]) - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Does any filtering and sorting of an array of files so that they will be displayed properly.
FIND_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
FIND_IN_FILES_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
FIND_NEXT_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
findButton - Variable in class org.fife.ui.search.FindInFilesDialog
 
findInFilesDialog - Variable in class org.fife.rtext.AbstractMainView
 
FindInFilesDialog - Class in org.fife.ui.search
A dialog allowing the user to search for a text string in all files in a directory, so they don't have to do the files one at a time.
FindInFilesDialog(Frame) - Constructor for class org.fife.ui.search.FindInFilesDialog
Creates a new FindInFilesDialog.
FindInFilesDialog.FindInFilesFocusAdapter - Class in org.fife.ui.search
Listens for the text field gaining focus.
FindInFilesDialog.FindInFilesFocusAdapter() - Constructor for class org.fife.ui.search.FindInFilesDialog.FindInFilesFocusAdapter
 
FindInFilesEvent - Class in org.fife.ui.search
Event fired by FindInFileDialogs when the user clicks on a match.
FindInFilesEvent(Object, String, int) - Constructor for class org.fife.ui.search.FindInFilesEvent
Constructor.
findInFilesFileSelected(FindInFilesEvent) - Method in class org.fife.rtext.AbstractMainView
Called when the user selects a file in a listened-to find-in-files dialog.
findInFilesFileSelected(FindInFilesEvent) - Method in interface org.fife.ui.search.FindInFilesListener
Called when the user selects a file in a listened-to find-in-files dialog.
FindInFilesListener - Interface in org.fife.ui.search
An interface for objects that wish to be notified of files being selected in a FindInFilesDialog.
FindInFilesSearchContext - Class in org.fife.ui.search
A search context that also contains options relevant to a Find in Files or Replace in Files dialog.
FindInFilesSearchContext() - Constructor for class org.fife.ui.search.FindInFilesSearchContext
 
FindInFilesTable - Class in org.fife.ui.search
The table used to display search results in a FindInFilesDialog.
FindInFilesTable() - Constructor for class org.fife.ui.search.FindInFilesTable
Constructor.
findNext() - Method in class org.fife.rtext.SearchManager
Executes a "find" operation in the active editor.
findToolBar - Variable in class org.fife.rtext.SearchManager
 
finished() - Method in class org.fife.ui.GUIWorkerThread
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
fireCurrentTextAreaEvent(int, Object, Object) - Method in class org.fife.rtext.AbstractMainView
Notifies all registered CurrentTextAreaListeners of a change in the current text area.
fireFindInFilesEvent(FindInFilesEvent) - Method in class org.fife.ui.search.FindInFilesDialog
Notifies all find-in-files listeners of a find-in-files event in this dialog.
fireModifiableTableEvent(int, int) - Method in class org.fife.ui.modifiabletable.ModifiableTable
Notifies all listeners of a row being added, removed, or modified.
firePositionChanged(DockableWindowEvent) - Method in class org.fife.ui.dockablewindows.DockableWindow
Notifies all listeners that this dockable window's position changed.
firePositionWillChange(DockableWindowEvent) - Method in class org.fife.ui.dockablewindows.DockableWindow
Notifies all listeners that this dockable window's position will change.
fireTreeExpanded(TreePath) - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Called when a node has expanded.
fireTreeWillExpand(TreePath) - Method in class org.fife.rtext.plugins.project.tree.WorkspaceTree
Called when a node is about to be expanded.
fireTreeWillExpand(TreePath) - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Called when a node is about to be expanded.
fixComboOrientation(JComboBox) - Static method in class org.fife.ui.UIUtil
Fixes the orientation of the renderer of a combo box.
fixJTableRendererOrientations(JTable) - Static method in class org.fife.ui.UIUtil
Fixes the orientation of the default JTable renderers (for Object, Number and Boolean) to match that of the current Locale (e.g.
fixToolbarButtons(JToolBar) - Static method in class org.fife.ui.WebLookAndFeelUtils
Sets properties needed for toolbar buttons to look nice in WebLookAndFeel.
FLOATING - Static variable in interface org.fife.ui.dockablewindows.DockableWindowConstants
Integer constant representing a floating window.
FOCUS_RING_COLOR - Static variable in class org.fife.ui.SubstanceUtils
 
focusDockableWindowGroup(int) - Method in class org.fife.rtext.RText
Focuses the specified dockable window group.
focusDockableWindowGroup(int) - Method in class org.fife.ui.dockablewindows.DockableWindowPanel
Focuses the specified dockable window group.
focused() - Method in class org.fife.ui.dockablewindows.DockableWindow
Called when the user clicks on the tab for this dockable window.
focusFindField() - Method in class org.fife.rtext.SearchToolBar
Makes the find field on this toolbar request focus.
focusGained(FocusEvent) - Method in class org.fife.rtext.RemoteFileChooser
Called when a combo box in this dialog gains focus.
focusGained(FocusEvent) - Method in class org.fife.ui.search.FindInFilesDialog.FindInFilesFocusAdapter
 
focusLost(FocusEvent) - Method in class org.fife.rtext.RemoteFileChooser
Called when a combo box in this dialog loses focus.
FolderFilterInfo - Class in org.fife.rtext.plugins.project.model
Information about what children to display in a folder tree view.
FolderFilterInfo() - Constructor for class org.fife.rtext.plugins.project.model.FolderFilterInfo
 
FolderFilterInfo(String[], String[], String[]) - Constructor for class org.fife.rtext.plugins.project.model.FolderFilterInfo
 
FolderProjectEntry - Class in org.fife.rtext.plugins.project.model
A project entry representing a folder on the local file system and its contents, possibly filtered.
FolderProjectEntry(ProjectEntryParent, File) - Constructor for class org.fife.rtext.plugins.project.model.FolderProjectEntry
 
FolderProjectEntryTreeNode - Class in org.fife.rtext.plugins.project.tree
The tree node used for folder project entries.
FolderProjectEntryTreeNode(ProjectPlugin, FolderProjectEntry) - Constructor for class org.fife.rtext.plugins.project.tree.FolderProjectEntryTreeNode
 
FONT_COLOR_PROPERTY - Static variable in class org.fife.ui.FontSelector
 
FONT_PROPERTY - Static variable in class org.fife.ui.FontSelector
 
FontDialog - Class in org.fife.ui
A dialog box that allows the user to choose from all fonts available to the application on the system, as well as choose a font color.
FontDialog(Dialog, String, Font, Color) - Constructor for class org.fife.ui.FontDialog
Creates a new font dialog from which the user can choose the font property "underline" and the font color.
FontDialog(Dialog, String, Font, Color, boolean, boolean) - Constructor for class org.fife.ui.FontDialog
Creates a new font dialog.
FontDialog(Frame, String, Font, Color) - Constructor for class org.fife.ui.FontDialog
Creates a new font dialog from which the user can choose the font property "underline" and the font color.
FontDialog(Frame, String, Font, Color, boolean, boolean) - Constructor for class org.fife.ui.FontDialog
Creates a new font dialog.
FontSelector - Class in org.fife.ui
A panel allowing the user to select a font, for use in things such as options dialogs.
FontSelector() - Constructor for class org.fife.ui.FontSelector
Constructor.
FontSelector(int) - Constructor for class org.fife.ui.FontSelector
Constructor.
forceSpellCheck(RTextEditorPane) - Method in class org.fife.rtext.SpellingSupport
Forces a spell check to be done in the text area.
FOREGROUND_COLOR - Static variable in class org.fife.ui.SubstanceUtils
 
format - Variable in class org.fife.ctags.TagFileInfo
 
FRACTIONAL_METRICS_PROPERTY - Static variable in class org.fife.rtext.AbstractMainView
 
fractionalMetricsEnabled - Variable in class org.fife.rtext.RTextPreferences
 
FSATextField - Class in org.fife.ui
A "File System-Aware" text field.
FSATextField() - Constructor for class org.fife.ui.FSATextField
Creates a new FSATextField that previews both files and directories, and whose current directory is the program's current directory.
FSATextField(int) - Constructor for class org.fife.ui.FSATextField
Creates a new FSATextField that previews both files and directories, and whose current directory is the program's current directory.
FSATextField(boolean, File) - Constructor for class org.fife.ui.FSATextField
Creates a new FSATextField.
FSATextField(boolean, String) - Constructor for class org.fife.ui.FSATextField
Creates a new FSATextField.

G

generatePreferences(RText) - Static method in class org.fife.rtext.RTextPreferences
Creates a properties object with all fields initialized to the values that the specified RText instance is currently running with.
generatePreferences(Object) - Static method in class org.fife.ui.app.GUIApplicationPreferences
Creates a properties object with all fields initialized to the values that the specified application instance is currently running with.
get() - Static method in class org.fife.rtext.FileTypeIconManager
Returns the singleton instance of this class.
get() - Static method in class org.fife.rtext.plugins.macros.MacroManager
Returns the singleton instance of the macro manager.
get() - Static method in class org.fife.rtext.plugins.tools.ToolManager
Returns the singleton instance of the tool manager.
get() - Method in class org.fife.ui.GUIWorkerThread
Return the value created by the construct method.
get() - Static method in class org.fife.ui.rtextfilechooser.FileDisplayNames
Returns the singleton instance of this class.
get() - Static method in class org.fife.util.TranslucencyUtil
Returns the singleton instance of this class.
get3rdPartyLookAndFeelInfo() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns an array of info. for JAR files containing 3rd party Look and Feels.
get3rdPartyLookAndFeelInfo() - Method in class org.fife.ui.app.ThirdPartyLookAndFeelManager
Returns an array of information on the JAR files containing 3rd party Look and Feels.
getAboutDialog() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the About dialog for this application.
getAboutDialog() - Method in interface org.fife.ui.app.GUIApplication
Returns the About dialog for this application.
getAccelerator() - Method in class org.fife.rtext.plugins.macros.Macro
 
getAccelerator() - Method in class org.fife.rtext.plugins.tools.Tool
Returns the accelerator to use to activate this tool in a menu.
getAccelerator(String) - Method in class org.fife.ui.app.GUIApplicationPreferences
Returns the accelerator for the specified action name.
getAccelerator() - Method in class org.fife.ui.app.StandardAction
Returns the accelerator for this action.
getAction(String) - Method in class org.fife.ui.app.AbstractGUIApplication
Returns one of this application's actions.
getAction(String) - Method in class org.fife.ui.app.ActionRegistry
Returns an action by its key.
getAction(String) - Method in interface org.fife.ui.app.GUIApplication
Returns one of this application's actions.
getActionKeys() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the keys of all actions known to this application.
getActionKeys() - Method in class org.fife.ui.app.ActionRegistry
Returns the list of keys of all actions known to this registry.
getActionKeys() - Method in interface org.fife.ui.app.GUIApplication
Returns the keys of all actions known to this application.
getActions() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the actions of this GUI application as an array.
getActions() - Method in class org.fife.ui.app.ActionRegistry
Returns all actions as an array.
getActions() - Method in interface org.fife.ui.app.GUIApplication
Returns the actions of this GUI application as an array.
getActiveTool() - Method in class org.fife.rtext.plugins.tools.ToolDockableWindow
Returns the currently running tool, if any.
getActiveTool() - Method in class org.fife.rtext.plugins.tools.ToolPlugin
Returns the currently running tool, if any.
getAddress() - Method in class org.fife.ui.Hyperlink
Returns the web address this hyperlink points to.
getAddXmlDeclaration() - Method in class org.fife.rtext.plugins.tidy.XmlOptions
Returns whether the XML declaration should be added.
getAllowedFileFilters() - Method in class org.fife.rtext.plugins.project.model.FolderFilterInfo
 
getAnimationSpeed() - Static method in class org.fife.ui.SubstanceUtils
Returns the length of time GUI animations take, in milliseconds.
getAppendEnvironmentVars() - Method in class org.fife.io.ProcessRunner
Returns whether any extra environment variables defined for this process to run with should be appended to the parent process's environment (as opposed to overwriting it).
getAppendEnvironmentVars() - Method in class org.fife.rtext.plugins.tools.Tool
Returns whether this tool should append any environment variables it defines to RText's current environment.
getApplication() - Method in class org.fife.ui.app.StandardAction
Returns the application.
getApplyButtonText() - Method in class org.fife.ui.OptionsDialog
Returns the text on the "Apply" button.
getArgs() - Method in class org.fife.rtext.plugins.tools.Tool
Returns the command line arguments for this Tool, as an array.
getAutoCompleteFileName() - Method in class org.fife.ui.FSATextField
Returns whether this text field auto-completes the next matching filename when the drop-down list is visible.
getAutoCompleteFileNames() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns whether the filename text field auto-completes the next matching filename when the drop-down list is visible.
getAutoInsertClosingCurlys() - Method in class org.fife.rtext.AbstractMainView
Returns whether closing curly braces are auto-inserted in languages where it is appropriate.
getBackgroundImageAlpha() - Method in class org.fife.rtext.AbstractMainView
Returns the alpha value used to make the background image translucent.
getBackgroundImageFileName() - Method in class org.fife.rtext.AbstractMainView
Returns the full path to the file containing the current background image.
getBackgroundImageFileName() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Returns the name of the file containing the chosen background image.
getBackgroundObject() - Method in class org.fife.rtext.AbstractMainView
Returns the Object representing the background for all documents in this tabbed pane; either a java.awt.Color or a java.lang.String.
getBackgroundObject() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Returns the background object (a color or an image) selected by the user.
getBlinkRate() - Method in class org.fife.ui.rtextarea.CaretAndSelectionOptionPanel
Returns the blink rate selected by the user.
getBookmarksEnabled() - Method in class org.fife.rtext.AbstractMainView
Returns whether bookmarks are enabled.
getBooleanSystemProperty(String, String) - Static method in class org.fife.jgoodies.looks.LookUtils
Checks if a boolean system property has been set for the given key, and returns the associated Boolean, or null if no value has been set.
getBorderInsets(Component) - Method in class org.fife.jgoodies.looks.common.ShadowPopupBorder
Returns the insets of the border.
getBorderInsets(Component, Insets) - Method in class org.fife.jgoodies.looks.common.ShadowPopupBorder
Reinitializes the insets parameter with this Border's current Insets.
getBorderInsets(Component) - Method in class org.fife.rtext.BottomLineBorder
 
getBorderInsets(Component, Insets) - Method in class org.fife.rtext.BottomLineBorder
 
getBorderInsets(Component) - Method in class org.fife.ui.BevelDividerBorder
Returns the insets of the border.
getBorderInsets(Component) - Method in class org.fife.ui.OptionsDialogPanel.OptionPanelBorder
Returns the insets of the border.
getBorderInsets(Component) - Method in class org.fife.ui.TitledPanel.BottomBevelBorder
 
getBracketMatchBGColor() - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Returns the color the user chose for the background of a matched bracket.
getCancelButtonText() - Method in class org.fife.ui.OptionsDialog
Returns the text on the "Cancel" button.
getCancelled() - Method in class org.fife.ui.GetKeyStrokeDialog
Whether the dialog was canceled.
getCaretBlinkRate() - Method in class org.fife.rtext.AbstractMainView
Returns the blink rate for all text areas.
getCaretColor() - Method in class org.fife.rtext.AbstractMainView
Returns the color being used for the carets of all text areas in this main view.
getCaretColor() - Method in class org.fife.ui.rtextarea.CaretAndSelectionOptionPanel
Returns the color the user chose for the caret.
getCaretStyle(int) - Method in class org.fife.rtext.AbstractMainView
Returns the caret style for either the insert or overwrite caret.
getCaretStyle(int) - Method in class org.fife.ui.rtextarea.CaretAndSelectionOptionPanel
Returns the caret style for either the insert or overwrite caret that the user chose.
getCellRenderer(int, int) - Method in class org.fife.ui.search.FindInFilesTable
Returns the renderer to use for the given cell.
getChange() - Method in class org.fife.ui.modifiabletable.ModifiableTableChangeEvent
Returns the change that occurred.
getChildAfter(TreeNode) - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
 
getChildAt(int) - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
 
getChildBefore(TreeNode) - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
 
getChildCount() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
 
getChildPanel(int) - Method in class org.fife.ui.OptionsDialogPanel
Returns the specified child option panel.
getChildPanelCount() - Method in class org.fife.ui.OptionsDialogPanel
Gets the number of "child" option panels.
getChoosableFileFilters() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Gets the list of user-choosable file filters.
getChosenDirectory() - Method in class org.fife.rtext.plugins.project.NewFolderDialog
Returns the directory chosen by the user.
getChosenDirectory() - Method in class org.fife.ui.rtextfilechooser.RDirectoryChooser
Returns the directory chosen by the user.
getCloseButtonText() - Method in class org.fife.print.PrintPreviewDialog
Returns the text on the "Close" button.
getCodeFoldingEnabledForString() - Method in class org.fife.rtext.AbstractMainView
Returns a comma-separated string of languages with code folding enabled.
getCollapsibleSectionPanel() - Method in class org.fife.rtext.RText
Returns the application's "collapsible section panel;" that is, the panel containing the main view and possible find/replace tool bars.
getColor() - Method in class org.fife.ui.RColorButton.ColorIcon
 
getColor() - Method in class org.fife.ui.RColorButton
Returns the color currently displayed by the button.
getColorForExtension(String) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the color associated with a file type.
getColorSet() - Method in class org.fife.ui.breadcrumbbar.BreadcrumbBarToggleButtonUI
 
getColumnClass(int) - Method in class org.fife.rtext.AbstractParserNoticeWindow.ParserNoticeTableModel
 
getColumnClass(int) - Method in class org.fife.ui.FileExplorerTableModel
 
getColumnCount() - Method in class org.fife.ui.FileExplorerTableModel
 
getColumnName(int) - Method in class org.fife.ui.FileExplorerTableModel
 
getCommandLineString() - Method in class org.fife.io.ProcessRunner
Returns the command line this external process runner will run as a string.
getComparator(int) - Method in class org.fife.ui.FileExplorerTableModel
 
getCompletionProvider() - Method in class org.fife.rtext.plugins.tools.ContentAssistField
Creates the shared completion provider instance.
getContentPane() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the main content pane of the application.
getContentPanel() - Method in class org.fife.ui.dockablewindows.DockableWindowPanel
Returns the panel containing the "actual" content (e.g., the stuff that isn't a dockable window).
getContentsTabText() - Method in class org.fife.help.HelpDialog
Returns the label on the "Contents" tab.
getCrossPlatformLookAndFeelClassName() - Static method in class org.fife.jgoodies.looks.Options
Returns the class name for a cross-platform LookAndFeel.
getCTagsExecutableLocation() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Returns the path used to run the ctags executable.
getCTagsType() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Returns a string representation of the type of Ctags specified by the user.
getCurrentDirectory() - Method in class org.fife.ui.FSATextField
Returns the current directory for this text field.
getCurrentDirectory() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the directory this RTextFileChooser is currently in.
getCurrentLineHighlightColor() - Method in class org.fife.rtext.AbstractMainView
Returns the color being used to highlight the current line.
getCurrentLineHighlightColor() - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Returns the current line highlight color chosen by the user.
getCurrentTextArea() - Method in class org.fife.rtext.AbstractMainView
Returns the currently active text area.
getCustomColorsMap() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the map containing all file extensions and the colors used to color the names of files of those types.
getCustomTitle() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the custom title to use for this file chooser.
getData() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Updates heap memory information.
getDataVector() - Method in class org.fife.ui.modifiabletable.ModifiableTable
Retrieves the data stored in the table as a Vector of Vectors.
getDefaultAccelerator() - Method in class org.fife.ui.app.StandardAction
Returns the default accelerator for this action.
getDefaultEncoding() - Method in class org.fife.rtext.AbstractMainView
Returns the default encoding of new text files.
getDefaultEncoding() - Static method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the default encoding for this operating system.
getDefaultFileColor() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the color used to paint the name of files with unknown type.
getDefaultIconSize() - Static method in class org.fife.jgoodies.looks.Options
Returns the default icon size that is used in menus, menu items and toolbars.
getDefaultStatusMessage() - Method in class org.fife.ui.StatusBar
Returns the default message displayed by this status bar.
getDefaultTheme(LookAndFeel) - Static method in class org.fife.jgoodies.looks.LookUtils
 
getDelegateRenderer() - Method in class org.fife.ui.FileExplorerTableModel.SortableHeaderRenderer
 
getDesc() - Method in class org.fife.rtext.plugins.macros.Macro
 
getDescription() - Method in class org.fife.rtext.plugins.tools.Tool
Returns a description of this tool.
getDescription() - Method in class org.fife.ui.rtextfilechooser.filters.AcceptAllFileFilter
 
getDescription() - Method in class org.fife.ui.rtextfilechooser.filters.ExtensionFileFilter
Returns the description of this filter, displayed in the file chooser.
getDescription() - Method in class org.fife.ui.rtextfilechooser.filters.HTMLFileFilter
 
getDescription() - Method in class org.fife.ui.rtextfilechooser.filters.ImageFileFilter
Returns the description of this file filter.
getDescription(File) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the description for the file displayed in the file chooser.
getDialogType() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the last type of dialog displayed.
getDirectory() - Method in class org.fife.io.ProcessRunner
Returns the directory to run the process in.
getDirectory() - Method in class org.fife.rtext.plugins.tools.Tool
Returns the directory the tool will run in.
getDisplayButtonText() - Method in class org.fife.help.HelpDialog
Returns the label on the "Display" button on the Index and Search panels.
getDisplayedColor() - Method in class org.fife.ui.ColorCellRenderer
Returns the color displayed.
getDisplayedFont() - Method in class org.fife.ui.FontSelector
Returns the font being displayed.
getDisplayedText() - Method in class org.fife.ui.Hyperlink
Returns the text displayed by this hyperlink.
getDisplayName() - Method in class org.fife.rtext.plugins.project.model.FolderProjectEntry
 
getDisplayName() - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode
Returns the name to display for this node in the workspace tree.
getDisplayName() - Method in class org.fife.rtext.plugins.project.tree.FileProjectEntryTreeNode
 
getDisplayName() - Method in class org.fife.rtext.plugins.project.tree.FileTreeNode
 
getDisplayName() - Method in class org.fife.rtext.plugins.project.tree.FolderProjectEntryTreeNode
 
getDisplayName() - Method in class org.fife.rtext.plugins.project.tree.LogicalFolderProjectEntryTreeNode
 
getDisplayName() - Method in class org.fife.rtext.plugins.project.tree.PhysicalLocationTreeNode.NotYetPopulatedChild
 
getDisplayName() - Method in class org.fife.rtext.plugins.project.tree.WorkspaceRootTreeNode
 
getDividerLocation(int) - Method in class org.fife.ui.dockablewindows.DockableWindowPanel
 
getDockableWindow() - Method in class org.fife.rtext.plugins.console.Plugin
Returns the dockable window containing the consoles.
getDockableWindow() - Method in class org.fife.rtext.plugins.project.ProjectPlugin
Returns the dockable window for this plugin.
getDockableWindow() - Method in class org.fife.rtext.plugins.tools.ToolPlugin
Returns the dockable window for the tool plugin.
getDockableWindow(String) - Method in class org.fife.ui.app.GUIPlugin
Returns a dockable window.
getDockableWindowName() - Method in class org.fife.ui.dockablewindows.DockableWindow
Returns the name of this dockable window.
getDockableWindows() - Method in class org.fife.ui.dockablewindows.DockableWindowPanel
Returns all dockable windows.
getDockableWindowTitle() - Method in class org.fife.ui.dockablewindows.DockableWindow
Returns the title of this dockable window.
getDocumentDisplayNameAt(int) - Method in class org.fife.rtext.AbstractMainView
Returns the name being displayed for the document.
getDocumentSelectionPlacement() - Method in class org.fife.rtext.AbstractMainView
Returns the location of the document selection area of this component.
getDoFileSizeCheck() - Method in class org.fife.rtext.AbstractMainView
Returns whether a file's size should be checked before it is opened.
getDropEmptyParas() - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Whether empty "p" elements should be dropped when tidying HTML.
getDroppedTabIndex(JTabbedPane, Point) - Method in class org.fife.ui.TabbedPaneTransferHandler
Returns the index at which to add a tab if it is dropped at the mouse location specified by p.
getDropShadowsEnabledInEditor() - Static method in class org.fife.rtext.RTextUtilities
Returns whether the experimental "drop shadows" option is enabled.
getEmpty5Border() - Static method in class org.fife.ui.UIUtil
Returns an empty border of width 5 on all sides.
getEmulateTabs() - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Returns whether or not the user decided to emulate tabs.
getEncoding() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns a string representing the encoding chosen by the user.
getEntryIterator() - Method in class org.fife.rtext.plugins.project.model.LogicalFolderProjectEntry
 
getEntryIterator() - Method in class org.fife.rtext.plugins.project.model.Project
 
getEntryIterator() - Method in interface org.fife.rtext.plugins.project.model.ProjectEntryParent
Returns an iterator over the child project entries.
getEnvironmentVars() - Method in class org.fife.io.ProcessRunner
Returns any extra environment variables defined for this process to run with.
getEnvVars() - Method in class org.fife.rtext.plugins.tools.Tool
Returns a copy of the environment variable map for this tool.
getErrorIcon() - Static method in class org.fife.rtext.plugins.project.RenameDialog
Returns the icon to use for fields with errors.
getExtension(String) - Static method in class org.fife.ui.rtextfilechooser.Utilities
Returns the extension of a file name.
getFavorites() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the "Favorite directories" of this file chooser, as an array of strings.
getFile() - Method in class org.fife.rtext.plugins.macros.Macro
Returns the full path to the file for this macro.
getFile() - Method in class org.fife.rtext.plugins.project.model.FileProjectEntry
 
getFile() - Method in class org.fife.rtext.plugins.project.model.FolderProjectEntry
 
getFile() - Method in class org.fife.rtext.plugins.project.model.LogicalFolderProjectEntry
 
getFile() - Method in interface org.fife.rtext.plugins.project.model.ProjectEntry
Returns the file system resource this project entry represents.
getFile() - Method in class org.fife.rtext.plugins.project.tree.FileProjectEntryTreeNode
Returns the file or directory represented by this tree node's project entry.
getFile() - Method in class org.fife.rtext.plugins.project.tree.FileTreeNode
 
getFile() - Method in class org.fife.ui.rtextfilechooser.FileSystemTree.FileSystemTreeNode
 
getFileChooser() - Method in class org.fife.rtext.RText
Returns the file chooser being used by this RText instance.
getFileChooser() - Method in interface org.fife.ui.rtextfilechooser.FileChooserOwner
Returns the file chooser to configure.
getFileFilter() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the currently-active file filter.
getFileFullPath() - Method in class org.fife.rtext.plugins.project.model.Workspace
Returns the absolute path to the file containing this workspace.
getFileFullPath(int) - Method in class org.fife.ui.RecentFilesMenu
Returns the full path to the specified file in this history.
getFileHistory() - Method in class org.fife.ui.RecentFilesMenu
Returns an ordered copy of the recent files.
getFileHistoryString() - Method in class org.fife.rtext.RTextMenuBar
Returns a string representing all files in the file history separated by '<' characters.
getFileIndex(String) - Method in class org.fife.rtext.AbstractMainView
Returns the index of the specified document.
getFileName() - Method in class org.fife.ui.search.FindInFilesEvent
Returns the name of the file for the match of this event.
getFileName() - Method in class org.fife.ui.search.MatchData
 
getFileSelectionMode() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the file selection mode.
getFileSizeStringFor(File) - Static method in class org.fife.ui.rtextfilechooser.Utilities
Returns a string representation of a file size, such as "842 bytes", "1.43 KB" or "3.4 MB".
getFileSizeStringFor(long, boolean) - Static method in class org.fife.ui.rtextfilechooser.Utilities
Returns a string representation of a file size, such as "842 bytes", "1.43 KB" or "3.4 MB".
getFileSystemAware() - Method in class org.fife.ui.FSATextField
Returns whether or not this text field is file-system-aware.
getFileSystemAware() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns whether or not the filename text field is file-system aware.
getFileSystemView() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the file system view for this file chooser.
getFileTypeInfoFor(File) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the file type info (color) to use when painting the specified file in this file chooser.
getFilterInfo() - Method in class org.fife.rtext.plugins.project.model.FolderProjectEntry
 
getFilterInfo() - Method in class org.fife.rtext.plugins.project.NewFolderDialog
Returns the filtering info selected in this dialog.
getFilterInfo() - Method in class org.fife.rtext.plugins.project.tree.FolderProjectEntryTreeNode
 
getFilterString(String[]) - Static method in class org.fife.rtext.plugins.project.tree.FileTreeNode
Returns a string representation of the specified array of filters.
getFilterString(String[], String) - Static method in class org.fife.rtext.plugins.project.tree.FileTreeNode
Returns a string representation of the specified array of filters.
getFilterString(String) - Method in class org.fife.rtext.SyntaxFilters
Returns a list of all wildcard file filters associated with this syntax type, separated by spaces.
getFirstMovableRow() - Method in class org.fife.ui.modifiabletable.ModifiableTable
Returns the "first movable row."
getFocusedDockableWindowGroup() - Method in class org.fife.rtext.RText
Returns the focused dockable window group.
getFocusedDockableWindowGroup() - Method in class org.fife.ui.dockablewindows.DockableWindowPanel
Returns the focused dockable window group.
getFontColor() - Method in class org.fife.ui.FontSelector
Returns the font color selected by the user.
getFontLabel() - Method in class org.fife.ui.FontDialog
Returns the label being used for the font list.
getFontSampleLabel() - Method in class org.fife.ui.FontDialog
Returns the label being used for the font sample area.
getFontSampleText() - Method in class org.fife.ui.FontDialog
Returns the text being used for the font sample.
getFontSizeLabel() - Method in class org.fife.ui.FontDialog
Returns the label being used for the font size list.
getFontStyleLabel() - Method in class org.fife.ui.FontDialog
Returns the label being used for the font style checkbox area.
getGuessFileContentType() - Method in class org.fife.rtext.AbstractMainView
Returns whether files with no extension have their content type guessed at via whether they have a "#!
getGutterBorderColor() - Method in class org.fife.rtext.AbstractMainView
Returns the color to use for the gutter border color.
getHeader() - Method in class org.fife.ui.app.WizardDialogInfoPanel
Returns the "header text" for this dialog panel.
getHeaderRendererIcon(int, int) - Method in class org.fife.ui.FileExplorerTableModel
 
getHelpDialog() - Method in class org.fife.rtext.RText
Returns the Help dialog for RText.
getHelpDialog() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the Help dialog for this application, or null if this application does not have a Help dialog.
getHelpDialog() - Method in interface org.fife.ui.app.GUIApplication
Returns the Help dialog for this application, or null if this application does not have a Help dialog.
getHiddenFileColor() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the color used to paint hidden files if hidden files are being shown.
getHiddenFileFilters() - Method in class org.fife.rtext.plugins.project.model.FolderFilterInfo
 
getHiddenFolderFilters() - Method in class org.fife.rtext.plugins.project.model.FolderFilterInfo
 
getHideOptionalEndTags() - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Returns whether optional end tags are hidden in HTML.
getHighlightSecondaryLanguages() - Method in class org.fife.rtext.AbstractMainView
Returns whether secondary languages are highlighted.
getHostName() - Method in class org.fife.rtext.RText
Returns the name of the local host.
getHTMLForLine(int) - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Returns HTML (to use in tool tips) representing the specified line in the current text area.
getHTMLFormatForColor(Color) - Static method in class org.fife.ui.UIUtil
Returns a String of the form "#xxxxxx" good for use in HTML, representing the given color.
getHtmlOptions() - Method in class org.fife.rtext.plugins.tidy.Plugin
Returns the options related to tidying HTML.
getHyperlinkColor() - Method in class org.fife.rtext.AbstractMainView
Returns the color editors use for hyperlinks.
getHyperlinkForeground() - Static method in class org.fife.ui.UIUtil
Returns the color to use for hyperlink-style components.
getHyperlinkModifierKey() - Method in class org.fife.rtext.AbstractMainView
Returns the modifier key editors use to scan for hyperlinks.
getHyperlinksEnabled() - Method in class org.fife.rtext.AbstractMainView
Returns whether hyperlinks are enabled in text editors.
getHyperlinksEnabled() - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Returns whether the user decided to enable hyperlinks in editors.
getIcon() - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode
Returns the icon for this tree node.
getIcon() - Method in class org.fife.rtext.plugins.project.tree.FileProjectEntryTreeNode
 
getIcon() - Method in class org.fife.rtext.plugins.project.tree.FileTreeNode
 
getIcon() - Method in class org.fife.rtext.plugins.project.tree.LogicalFolderProjectEntryTreeNode
 
getIcon() - Method in class org.fife.rtext.plugins.project.tree.PhysicalLocationTreeNode.NotYetPopulatedChild
 
getIcon() - Method in class org.fife.rtext.plugins.project.tree.WorkspaceRootTreeNode
Returns the icon for this tree node.
getIcon() - Method in class org.fife.ui.app.StandardAction
Returns the icon for this action.
getIcon() - Method in class org.fife.ui.dockablewindows.DockableWindow
Returns the icon to display beside the name of this dockable window in the application's interface.
getIcon() - Method in class org.fife.ui.OptionsDialogPanel
Returns the icon to display for this options panel, if any.
getIcon() - Method in class org.fife.ui.TitledPanel
Returns the icon displayed by this titled panel.
getIconBorderColor() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
 
getIconFor(RTextScrollPane) - Method in class org.fife.rtext.AbstractMainView
Returns the system icon associated with the file being edited in the given scroll pane (actually, in the text area inside of it).
getIconFor(RTextEditorPane) - Method in class org.fife.rtext.FileTypeIconManager
Returns the icon for a view type to use for the specified text area.
getIconForeground() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
 
getIconGroup() - Method in class org.fife.rtext.RText
Returns the icon group being used for icons for actions.
getIconGroupMap() - Method in class org.fife.rtext.RText
Returns the icon groups available to RText.
getIconHeight() - Method in class org.fife.rtext.EmptyIcon
getIconHeight() - Method in class org.fife.ui.RColorButton.ColorIcon
 
getIconHeight() - Method in class org.fife.ui.SizeGripIcon
Returns the height of this icon.
getIconImage() - Method in interface org.fife.ui.app.GUIApplication
Return the image used for the icon of this GUI application.
getIcons() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Creates the icons used by this file chooser.
getIconWidth() - Method in class org.fife.rtext.EmptyIcon
getIconWidth() - Method in class org.fife.ui.RColorButton.ColorIcon
 
getIconWidth() - Method in class org.fife.ui.SizeGripIcon
Returns the width of this icon.
getId() - Method in class org.fife.ui.OptionsDialogPanel
Returns the ID of this option panel.
getIgnoreBackupExtensions() - Method in class org.fife.rtext.AbstractMainView
Returns whether RText ignores extensions like ".bak", ".old", and ".orig" when deciding how to open them.
getImageFromFile(String) - Static method in class org.fife.rtext.RTextUtilities
Returns an image from a file in a safe fashion.
getIndentFirstLevel() - Method in class org.fife.rtext.plugins.tidy.JsonOptions
Returns whether the "first level" of the top-level JSON object should be indented.
getIndex(TreeNode) - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
 
getIndexTabText() - Method in class org.fife.help.HelpDialog
Returns the label on the "Index" tab.
getInfoPanel(int, WizardPluginDialog) - Method in class org.fife.ui.app.WizardPlugin
Returns the specified info panel.
getInstalledThemes(LookAndFeel) - Static method in class org.fife.jgoodies.looks.LookUtils
 
getInstallLocation() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the directory in which this GUI application is installed (i.e., the location if the JAR file containing the main method).
getInstallLocation() - Method in interface org.fife.ui.app.GUIApplication
Returns the directory in which this GUI application is installed (running).
getInstance() - Static method in class org.fife.jgoodies.looks.common.ShadowPopupBorder
Returns the singleton instance used to draw all borders.
getInstance() - Static method in class org.fife.ui.rtextfilechooser.extras.FileIOExtras
Returns the singleton instance of the "IO extras" for this platform.
getInstanceCount() - Static method in class org.fife.rtext.StoreKeeper
Gets the number of RText instances (windows) that are currently open.
getIntroductionPanel(WizardPluginDialog) - Method in class org.fife.ui.app.WizardPlugin
Returns the "introduction panel;" that is, the initial information displayed to the user explain what this wizard will do.
getItemCount() - Method in class org.fife.ui.MenuButton
Returns the number of menu items and separators in the popup menu.
getJarFiles() - Method in class org.fife.ui.app.ExtendedLookAndFeelInfo
Returns the JAR files containing this Look and Feel.
getJMenuBar() - Method in interface org.fife.ui.app.GUIApplication
Returns the menu bar this application is using.
getJsonOptions() - Method in class org.fife.rtext.plugins.tidy.Plugin
Returns the options related to tidying JSON.
getKeyStroke() - Method in class org.fife.ui.GetKeyStrokeDialog
Returns the key stroke the user entered.
getKeyStroke() - Method in class org.fife.ui.KeyStrokeField
Returns the key stroke they've entered.
GetKeyStrokeDialog - Class in org.fife.ui
A dialog for editing a key stroke.
GetKeyStrokeDialog(Dialog, KeyStroke) - Constructor for class org.fife.ui.GetKeyStrokeDialog
Constructor.
GetKeyStrokeDialog(Frame, KeyStroke) - Constructor for class org.fife.ui.GetKeyStrokeDialog
Constructor.
getKeywordFieldLabelText() - Method in class org.fife.help.HelpDialog
Returns the text label above the "Type in a keyword to find" text boxes.
getLAFClassLoader() - Method in class org.fife.ui.app.ThirdPartyLookAndFeelManager
 
getLanguage() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the language used by this GUI application, in a Locale-friendly language string; e.g., en or es.
getLanguage() - Method in interface org.fife.ui.app.GUIApplication
Returns the language used by this GUI application, in a Locale-friendly language string; e.g., en or es.
getLastError() - Method in class org.fife.io.ProcessRunner
Returns the last error thrown when trying to run a process, or null if the last process ran successfully.
getLastModifiedString(long) - Static method in class org.fife.ui.rtextfilechooser.Utilities
Returns a date string for the file's "last modified" time.
getLength(JTextComponent) - Static method in class org.fife.ui.search.FindInFilesDialog
Returns the length of the text in a text component.
getLine() - Method in class org.fife.ui.search.FindInFilesEvent
Returns the line number for the match of this event.
getLineNumber() - Method in class org.fife.ui.search.MatchData
 
getLineNumberColor() - Method in class org.fife.rtext.AbstractMainView
Sets the color used for line numbers.
getLineNumberFont() - Method in class org.fife.rtext.AbstractMainView
Returns the font used for line numbers.
getLineNumbersEnabled() - Method in class org.fife.rtext.AbstractMainView
Returns whether or not line numbers are visible in the open documents.
getLineTerminator() - Method in class org.fife.rtext.AbstractMainView
Returns the line terminator to use for new text files.
getLineText() - Method in class org.fife.ui.search.MatchData
 
getLineWrap() - Method in class org.fife.rtext.AbstractMainView
Returns whether or not line (word) wrap is enabled for the open documents.
getListTopicsButtonText() - Method in class org.fife.help.HelpDialog
Returns the label on the "List Topics" button on the Search panels.
getLocalizedReason(String) - Static method in class org.fife.rtext.plugins.project.LogicalFolderNameDialog
Returns a localized error message to use in this dialog.
getLocalizedReason(String) - Static method in class org.fife.rtext.plugins.project.RenameDialog
Returns a localized error message to use in this dialog.
getLocationOfJar(String) - Static method in class org.fife.ui.app.AbstractGUIApplication
Returns the location of the specified jar file in the currently-running application's classpath.
getLogicalEmphasis() - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Returns whether to replace <i> and <b> with <em> and <strong>, respectively.
getLogicalFolderIcon() - Static method in class org.fife.rtext.plugins.project.tree.LogicalFolderProjectEntryTreeNode
Returns the icon shared amongst all logical folders.
getLogicalFolderName() - Method in class org.fife.rtext.plugins.project.LogicalFolderNameDialog
Returns the name selected.
getLookAndFeelManager() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the manager in charge of any 3rd-party LookAndFeels this application is aware of.
getLookAndFeelToLoad() - Static method in class org.fife.rtext.RTextPreferences
Returns just the LookAndFeel saved in the application preferences.
getLookAndFeelToSave() - Static method in class org.fife.rtext.RTextUtilities
Returns the name of the LookAndFeel to load RText with the next time it starts up.
getMacro() - Method in class org.fife.rtext.plugins.macros.NewMacroDialog
Returns the macro created by the user, or null if this dialog was canceled.
getMacroCount() - Method in class org.fife.rtext.plugins.macros.MacroManager
returns the number of macros.
getMacroDir() - Method in class org.fife.rtext.plugins.macros.MacroPlugin
Returns the directory that macro definitions are saved to.
getMacroDirectory() - Static method in class org.fife.rtext.RTextUtilities
Returns the directory in which the user's macros are stored.
getMacroID() - Method in class org.fife.rtext.actions.ToggleTextModeAction
getMacroIterator() - Method in class org.fife.rtext.plugins.macros.MacroManager
Returns an iterator over the macros.
getMacroName(File) - Static method in class org.fife.rtext.RTextUtilities
Returns the name of the macro in the specified file.
getMainView() - Method in class org.fife.rtext.CurrentTextAreaEvent
Returns the main view whose current text area (or a property of it) changed.
getMainView() - Method in class org.fife.rtext.RText
Returns the actual main view.
getMainViewStyle() - Method in class org.fife.rtext.RText
Returns the main view style.
getMakeClean() - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Whether presentational tags should be replaced with style rules.
getMarginLineColor() - Method in class org.fife.rtext.AbstractMainView
Returns the margin line's color.
getMarginLineColor() - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Returns the color the user chose for the margin line.
getMarginLinePosition() - Method in class org.fife.rtext.AbstractMainView
Returns the position of the margin line (even if it is not enabled).
getMarginLinePosition() - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Returns the margin line position text on this panel.
getMarkAllHighlightColor() - Method in class org.fife.rtext.AbstractMainView
Returns the color selected by the user for "mark all."
getMarkAllHighlightColor() - Method in class org.fife.ui.rtextarea.CaretAndSelectionOptionPanel
Returns the color selected by the user for "mark all."
getMarkOccurrences() - Method in class org.fife.rtext.AbstractMainView
Returns whether "mark occurrences" is enabled.
getMarkOccurrencesColor() - Method in class org.fife.rtext.AbstractMainView
Returns the color to use to "mark occurrences."
getMatchBothBrackets() - Method in class org.fife.rtext.AbstractMainView
Returns whether both brackets are highlighted when bracket matching.
getMatchDataForRow(int) - Method in class org.fife.ui.search.FindInFilesTable
Returns the match data displayed in the specified row.
getMatchedBracketBGColor() - Method in class org.fife.rtext.AbstractMainView
Returns the background color used in bracket matching.
getMatchedBracketBorderColor() - Method in class org.fife.rtext.AbstractMainView
Returns the border color used in bracket matching.
getMaxFileSize() - Method in class org.fife.rtext.AbstractMainView
If file-size checking is enabled, this is the maximum size a file can be before the user is prompted before opening it.
getMaximumFileHistorySize() - Method in class org.fife.rtext.RTextMenuBar
Returns the maximum number of files the file history in the File menu will remember.
getMaximumFileHistorySize() - Method in class org.fife.ui.RecentFilesMenu
Returns the maximum number of files the file history in the File menu will remember.
getMaxSpellingErrors() - Method in class org.fife.rtext.SpellingSupport
Returns the maximum number of spelling errors to report for a file.
getMenuByName(String) - Method in class org.fife.ui.app.MenuBar
Returns the menu registered with the specified name.
getMnemonic(String) - Static method in class org.fife.rtext.plugins.project.Messages
Returns a localized message representing a mnemonic (a single character).
getMnemonic() - Method in class org.fife.ui.app.StandardAction
Returns the mnemonic for this action.
getMnemonic(ResourceBundle, String) - Static method in class org.fife.ui.UIUtil
Returns the mnemonic specified by the given key in a resource bundle.
getMode() - Method in class org.fife.ui.breadcrumbbar.BreadcrumbBar
Returns the mode this breadcrumb bar is in.
getModifiableTable() - Method in class org.fife.ui.modifiabletable.ModifiableTableChangeEvent
Returns the modifiable table that has changed.
getModifiedDocumentDisplayNamesColor() - Method in class org.fife.rtext.AbstractMainView
Gets the color used to highlight modified documents' display names.
getName() - Method in class org.fife.rtext.plugins.macros.Macro
 
getName() - Method in class org.fife.rtext.plugins.project.model.LogicalFolderProjectEntry
 
getName() - Method in class org.fife.rtext.plugins.project.model.Project
 
getName() - Method in class org.fife.rtext.plugins.project.model.Workspace
 
getName() - Method in class org.fife.rtext.plugins.project.RenameDialog
Returns the name selected.
getName() - Method in class org.fife.rtext.plugins.tools.Tool
Returns the name of this tool.
getName() - Method in class org.fife.ui.app.StandardAction
Returns the name of this action.
getName() - Method in class org.fife.ui.OptionsDialogPanel
Returns the string used to describe this panel in the left-hand tree pane of the options dialog.
getName(File) - Method in class org.fife.ui.rtextfilechooser.FileDisplayNames
Returns the display name for a given file.
getName(File) - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Returns the display name for a given file.
getName(File) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the name of the file.
getNewFileName() - Method in class org.fife.rtext.RText
Returns the filename used for newly created, empty text files.
getNewPosition() - Method in class org.fife.ui.dockablewindows.DockableWindowEvent
Returns the new location of the dockable window.
getNewRowInfo(Object[]) - Method in interface org.fife.ui.modifiabletable.RowHandler
Called when the user chooses to add or modify a row in the table.
getNewValue() - Method in class org.fife.rtext.CurrentTextAreaEvent
Returns the new value of the current text area property.
getNextPageButtonText() - Method in class org.fife.print.PrintPreviewDialog
Returns the text on the "Next Page" button.
getNumDocuments() - Method in class org.fife.rtext.AbstractMainView
Returns the number of documents open in this container.
getOKButtonText() - Method in class org.fife.ui.OptionsDialog
Returns the text on the "OK" button.
getOldPosition() - Method in class org.fife.ui.dockablewindows.DockableWindowEvent
Returns the old location of the dockable window.
getOldValue() - Method in class org.fife.rtext.CurrentTextAreaEvent
Returns the old value of the current text area property.
getOpacity(Window) - Method in class org.fife.util.TranslucencyUtil
Returns the opacity of a (fully, not per-pixel, translucent) window.
getOpenFiles() - Method in class org.fife.rtext.AbstractMainView
Returns all of the files opened in this main view.
getOpenFilesStyle() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the special styling used when displaying the names of opened files.
getOpenWebUrlsInRealBrowser() - Method in class org.fife.help.HelpDialog
Returns whether URLs starting with "http://" should be opened in a real web browser (assuming Java 6), instead of this Help dialog.
getOptionsDialog() - Method in class org.fife.rtext.RText
Returns this application's Options dialog.
getOptionsDialog() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns this application's Options dialog.
getOptionsDialog() - Method in class org.fife.ui.OptionsDialogPanel
Returns the Options dialog that contains this options panel.
getOptionsDialogPanel() - Method in class org.fife.rtext.plugins.console.Plugin
Returns an options panel for use in an Options dialog.
getOptionsDialogPanel() - Method in class org.fife.rtext.plugins.filesystemtree.FileSystemTreePlugin
Returns the options panel for this source browser.
getOptionsDialogPanel() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Returns an options panel for use in an Options dialog.
getOptionsDialogPanel() - Method in class org.fife.rtext.plugins.langsupport.Plugin
Returns an options panel for use in an Options dialog.
getOptionsDialogPanel() - Method in class org.fife.rtext.plugins.macros.MacroPlugin
Returns an options panel for use in an Options dialog.
getOptionsDialogPanel() - Method in class org.fife.rtext.plugins.project.ProjectPlugin
Returns an options panel for use in an Options dialog.
getOptionsDialogPanel() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Returns the options panel for this source browser.
getOptionsDialogPanel() - Method in class org.fife.rtext.plugins.tasks.TasksPlugin
Returns an options panel for use in an Options dialog.
getOptionsDialogPanel() - Method in class org.fife.rtext.plugins.tidy.Plugin
Returns an options panel for use in an Options dialog.
getOptionsDialogPanel() - Method in class org.fife.rtext.plugins.tools.ToolPlugin
Returns an options panel for use in an Options dialog.
getOptionsDialogPanel() - Method in interface org.fife.ui.app.Plugin
Returns an options panel for use in an Options dialog.
getOptionsDialogPanel() - Method in class org.fife.ui.app.WizardPlugin
Returns an options panel for use in an Options dialog.
getOptionsDialogPanelParentPanelID() - Method in class org.fife.rtext.plugins.tidy.Plugin
This panel should be parented under the main text editor panel.
getOptionsDialogPanelParentPanelID() - Method in class org.fife.ui.app.AbstractPlugin
Returns the panel that this plug-in's option panels should be added as children of.
getOptionsDialogPanelParentPanelID() - Method in interface org.fife.ui.app.Plugin
Returns the panel that this plug-in's option panels should be added as children of.
getOptionsDialogPanelParentPanelID() - Method in class org.fife.ui.app.StatusBarPlugin
Returns the panel that this plug-in's option panels should be added as children of.
getOptionsDialogPanels() - Method in class org.fife.ui.OptionsDialog
Returns the option panels.
getOS() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns an integer constant representing the OS.
getOS() - Method in interface org.fife.ui.app.GUIApplication
Returns an integer constant representing the OS.
getOutputStyle() - Method in class org.fife.rtext.plugins.tidy.JsonOptions
Returns the style of the formatted JSON.
getParent() - Method in interface org.fife.rtext.plugins.project.model.ProjectEntry
Returns the parent of this entry.
getParentPanel() - Method in class org.fife.ui.OptionsDialogPanel
Returns the parent options dialog panel.
getPatternForFileFilter(String, boolean) - Static method in class org.fife.rtext.RTextUtilities
Converts a String representing a wildcard file filter into a Pattern containing a regular expression good for finding files that match the wildcard expression.
getPlainTextPattern() - Method in class org.fife.ctags.TagEntry
Returns a "plain text" version of TagEntry.pattern - that is, with escaped characters un-escaped, and without a leading "/^" or trailing "$/".
getPlugin() - Method in class org.fife.ui.app.PluginOptionsDialogPanel
Returns the plugin we're representing.
getPlugin() - Method in class org.fife.ui.app.WizardPluginDialog
Returns the plugin that is running this wizard.
getPluginAuthor() - Method in class org.fife.rtext.plugins.console.Plugin
Returns the author of the plugin.
getPluginAuthor() - Method in class org.fife.rtext.plugins.filesystemtree.FileSystemTreePlugin
Returns the author of the plugin.
getPluginAuthor() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Returns the author of the plugin.
getPluginAuthor() - Method in class org.fife.rtext.plugins.langsupport.Plugin
Returns the author of the plugin.
getPluginAuthor() - Method in class org.fife.rtext.plugins.macros.MacroPlugin
Returns the author of the plugin.
getPluginAuthor() - Method in class org.fife.rtext.plugins.project.ProjectPlugin
Returns the author of the plugin.
getPluginAuthor() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Returns the author of the plugin.
getPluginAuthor() - Method in class org.fife.rtext.plugins.tasks.TasksPlugin
Returns the author of the plugin.
getPluginAuthor() - Method in class org.fife.rtext.plugins.tidy.Plugin
Returns the author of the plugin.
getPluginAuthor() - Method in class org.fife.rtext.plugins.tools.ToolPlugin
Returns the author of the plugin.
getPluginAuthor() - Method in interface org.fife.ui.app.Plugin
Returns the author of the plugin.
getPluginIcon() - Method in class org.fife.rtext.plugins.console.Plugin
Returns the icon to display beside the name of this plugin in the application's interface.
getPluginIcon() - Method in class org.fife.rtext.plugins.filesystemtree.FileSystemTreePlugin
Returns the icon for this plugin.
getPluginIcon() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Returns the icon to display beside the name of this plugin in the application's interface.
getPluginIcon() - Method in class org.fife.rtext.plugins.langsupport.Plugin
Returns the icon to display beside the name of this plugin in the application's interface.
getPluginIcon() - Method in class org.fife.rtext.plugins.macros.MacroPlugin
Returns the icon to display beside the name of this plugin in the application's interface.
getPluginIcon() - Method in class org.fife.rtext.plugins.project.ProjectPlugin
Returns the icon to display beside the name of this plugin in the application's interface.
getPluginIcon() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Returns the icon for this plugin.
getPluginIcon() - Method in class org.fife.rtext.plugins.tasks.TasksPlugin
Returns the icon to display beside the name of this plugin in the application's interface.
getPluginIcon() - Method in class org.fife.rtext.plugins.tidy.Plugin
Returns the icon to display beside the name of this plugin in the application's interface.
getPluginIcon() - Method in class org.fife.rtext.plugins.tools.ToolPlugin
Returns the icon to display beside the name of this plugin in the application's interface.
getPluginIcon() - Method in interface org.fife.ui.app.Plugin
Returns the icon to display beside the name of this plugin in the application's interface.
getPluginName() - Method in class org.fife.rtext.plugins.console.Plugin
Returns the name of the plugin.
getPluginName() - Method in class org.fife.rtext.plugins.filesystemtree.FileSystemTreePlugin
Returns the name of this GUIPlugin.
getPluginName() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Returns the name of the plugin.
getPluginName() - Method in class org.fife.rtext.plugins.langsupport.Plugin
Returns the name of the plugin.
getPluginName() - Method in class org.fife.rtext.plugins.macros.MacroPlugin
Returns the name of the plugin.
getPluginName() - Method in class org.fife.rtext.plugins.project.ProjectPlugin
Returns the name of the plugin.
getPluginName() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Returns the name of this GUIPlugin.
getPluginName() - Method in class org.fife.rtext.plugins.tasks.TasksPlugin
Returns the name of the plugin.
getPluginName() - Method in class org.fife.rtext.plugins.tidy.Plugin
Returns the name of the plugin.
getPluginName() - Method in class org.fife.rtext.plugins.tools.ToolPlugin
Returns the name of the plugin.
getPluginName() - Method in interface org.fife.ui.app.Plugin
Returns the name of the plugin.
getPlugins() - Method in class org.fife.ui.app.AbstractPluggableGUIApplication
Returns all installed plug-ins.
getPluginVersion() - Method in class org.fife.rtext.plugins.console.Plugin
Returns the version of the plugin.
getPluginVersion() - Method in class org.fife.rtext.plugins.filesystemtree.FileSystemTreePlugin
Returns the plugin version.
getPluginVersion() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Returns the version of the plugin.
getPluginVersion() - Method in class org.fife.rtext.plugins.langsupport.Plugin
Returns the version of the plugin.
getPluginVersion() - Method in class org.fife.rtext.plugins.macros.MacroPlugin
Returns the version of the plugin.
getPluginVersion() - Method in class org.fife.rtext.plugins.project.ProjectPlugin
Returns the version of the plugin.
getPluginVersion() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Returns the plugin version.
getPluginVersion() - Method in class org.fife.rtext.plugins.tasks.TasksPlugin
Returns the version of the plugin.
getPluginVersion() - Method in class org.fife.rtext.plugins.tidy.Plugin
Returns the version of the plugin.
getPluginVersion() - Method in class org.fife.rtext.plugins.tools.ToolPlugin
Returns the version of the plugin.
getPluginVersion() - Method in interface org.fife.ui.app.Plugin
Returns the version of the plugin.
getPopup(Component, Component, int, int) - Method in class org.fife.jgoodies.looks.common.ShadowPopupFactory
Creates a Popup for the Component owner containing the Component contents.
getPopupActions() - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode
 
getPopupActions() - Method in class org.fife.rtext.plugins.project.tree.FileProjectEntryTreeNode
 
getPopupActions() - Method in class org.fife.rtext.plugins.project.tree.FileTreeNode
 
getPopupActions() - Method in class org.fife.rtext.plugins.project.tree.FolderProjectEntryTreeNode
Overridden to add a menu item to configure the filters for this project entry.
getPopupActions() - Method in class org.fife.rtext.plugins.project.tree.LogicalFolderProjectEntryTreeNode
 
getPopupActions() - Method in class org.fife.rtext.plugins.project.tree.PhysicalLocationTreeNode.NotYetPopulatedChild
 
getPopupActions() - Method in class org.fife.rtext.plugins.project.tree.WorkspaceRootTreeNode
 
getPosition() - Method in class org.fife.ui.dockablewindows.DockableWindow
Returns the location of this dockable window.
getPreferencesClassName() - Method in class org.fife.rtext.RText
Returns the name of the preferences class for this application.
getPreferencesClassName() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the name of the preferences class for this application.
getPreferencesDirectory() - Static method in class org.fife.rtext.RTextUtilities
Returns the directory in which to load and save user preferences (beyond those saved via the Java preferences API).
getPreferredScrollableViewportSize() - Method in class org.fife.ui.search.FindInFilesTable
Returns the preferred size of this table.
getPreferredSize() - Method in class org.fife.ui.app.WizardDialogInfoPanel
Returns the preferred size of this panel.
getPreferredSize() - Method in class org.fife.ui.breadcrumbbar.ScrollableJPopupMenu
getPreferredSize() - Method in class org.fife.ui.MenuButton
Overridden to give just a little extra space since our icon is longer.
getPreferredSize() - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
This method is overridden to ensure that this tree is given a little bit of room if it is placed into a JScrollPane (which is likely).
getPrettyStringFor(KeyStroke) - Static method in class org.fife.ui.UIUtil
Returns a pretty string value for a KeyStroke, suitable for display as the keystroke's value in a GUI.
getPreviewText(boolean) - Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Returns the text to use in the preview label.
getPrevPageButtonText() - Method in class org.fife.print.PrintPreviewDialog
Returns the text on the "Prev Page" button.
getPrintButtonText() - Method in class org.fife.print.PrintPreviewDialog
Returns the text on the "Print" button.
getPrintFont() - Method in class org.fife.rtext.AbstractMainView
Returns the java.awt.Font currently used to print documents.
getProgram() - Method in class org.fife.rtext.plugins.tools.Tool
Returns the program to launch.
getProjectIterator() - Method in class org.fife.rtext.plugins.project.model.Workspace
 
getRefreshInterval() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Returns the refresh interval of the heap indicator.
getRememberWhitespaceLines() - Method in class org.fife.rtext.AbstractMainView
Returns whether whitespace lines are remembered (as opposed to cleared on Enter presses).
getRemoteFileChooser() - Method in class org.fife.rtext.RText
Returns the file chooser used to select remote files.
getReplacementClassNameFor(String) - Static method in class org.fife.jgoodies.looks.Options
Returns the class name that can be used to replace the specified LookAndFeel class name.
getReplaceString() - Method in class org.fife.ui.search.ReplaceInFilesDialog
Returns the text to replace with.
getResourceBundle() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the resource bundle associated with this application.
getResourceBundle() - Method in interface org.fife.ui.app.GUIApplication
Returns the resource bundle associated with this application.
getResourceBundleClassName() - Method in class org.fife.rtext.RText
Returns the fully-qualified class name of the resource bundle for this application.
getResourceBundleClassName() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the fully-qualified class name of the resource bundle for this application.
getResultsComponent() - Method in class org.fife.ui.search.FindInFilesDialog
Returns the component used to display results.
getReturnCode() - Method in class org.fife.io.ProcessRunner
Returns the return code of the last process ran.
getRoot() - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Returns the directory being used as the invisible "root" of this tree.
getRoundedSelection() - Method in class org.fife.ui.rtextarea.CaretAndSelectionOptionPanel
Returns whether the user selected to use rounded edges on selections.
getRoundedSelectionEdges() - Method in class org.fife.rtext.AbstractMainView
Returns whether selection edges are rounded in text areas.
getRow() - Method in class org.fife.ui.modifiabletable.ModifiableTableChangeEvent
Returns the row that was added, removed or modified.
getRowCount() - Method in class org.fife.ui.FileExplorerTableModel
 
getRText() - Method in class org.fife.rtext.AbstractParserNoticeWindow
Returns the parent RText application.
getRText() - Method in class org.fife.rtext.plugins.console.Plugin
Returns the parent application.
getRText() - Method in class org.fife.rtext.plugins.macros.MacroPlugin
 
getRText() - Method in class org.fife.rtext.plugins.project.ProjectPlugin
Returns the parent RText instance.
getRTextEditorPaneAt(int) - Method in class org.fife.rtext.AbstractMainView
Returns the org.fife.rtext.RTextEditorPane on the specified tab.
getRTextScrollPaneAt(int) - Method in class org.fife.rtext.AbstractMainView
Returns the org.fife.rtext.RTextScrollPane at the given index.
getSaveData() - Method in class org.fife.rtext.plugins.project.model.FileProjectEntry
 
getSaveData() - Method in class org.fife.rtext.plugins.project.model.FolderProjectEntry
 
getSaveData() - Method in class org.fife.rtext.plugins.project.model.LogicalFolderProjectEntry
 
getSaveData() - Method in interface org.fife.rtext.plugins.project.model.ProjectEntry
Returns the data to save about this entry in workspace XML.
getSavedMacroFiles() - Static method in class org.fife.rtext.RTextUtilities
Returns all macro files saved in the macro directory.
getScrollableTracksViewportHeight() - Method in class org.fife.ui.search.FindInFilesTable
Overridden to ensure the table completely fills the JViewport it is sitting in.
getScrollableTracksViewportWidth() - Method in class org.fife.ui.search.FindInFilesTable
Overridden in a "hack" to ensure that the table's contents are always at least as large as the enclosing JScrollPane's viewport.
getSearchingMode() - Method in class org.fife.rtext.SearchManager
Returns whether dialogs or tool bars are used for searching.
getSearchManager() - Method in class org.fife.rtext.AbstractMainView
Returns the search manager for this view.
getSearchSubfolders() - Method in class org.fife.ui.search.FindInFilesSearchContext
Returns whether subfolders should be searched.
getSearchTabText() - Method in class org.fife.help.HelpDialog
Returns the label on the "Search" tab.
getSearchToolBar() - Method in class org.fife.rtext.RText
Returns the QuickSearch toolbar.
getSearchWindowOpacity() - Method in class org.fife.rtext.RText
Returns the opacity with which to render unfocused child windows, if this option is enabled.
getSearchWindowOpacityRule() - Method in class org.fife.rtext.RText
Returns the rule used for making certain child windows translucent.
getSecondaryLanguageColor(int) - Method in class org.fife.rtext.AbstractMainView
Returns the color to use for a secondary language.
getSelectedColor() - Method in class org.fife.ui.FontDialog
Gets the color last chosen to use for fonts.
getSelectedComponent() - Method in class org.fife.rtext.AbstractMainView
Returns the currently active component.
getSelectedFile() - Method in class org.fife.rtext.plugins.project.tree.WorkspaceTree
Returns the file currently selected by the user.
getSelectedFile() - Method in interface org.fife.ui.rtextfilechooser.FileSelector
Gets the selected file, for use when a single file is selected.
getSelectedFile() - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Returns the file currently selected by the user.
getSelectedFile() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the file selected by the user.
getSelectedFileName() - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Returns the name of the file currently selected by the user.
getSelectedFiles() - Method in class org.fife.rtext.plugins.project.tree.WorkspaceTree
Returns any selected files.
getSelectedFiles() - Method in interface org.fife.ui.rtextfilechooser.FileSelector
Returns all selected files in this view.
getSelectedFiles() - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Returns any selected files.
getSelectedFiles() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the files selected by the user.
getSelectedFont() - Method in class org.fife.ui.FontDialog
Gets the font last selected to use.
getSelectedIndex() - Method in class org.fife.rtext.AbstractMainView
Returns the currently selected document's index.
getSelectedRow() - Method in class org.fife.ui.modifiabletable.ModifiableTable
Returns the currently selected row.
getSelectedSpecialItem() - Method in class org.fife.ui.SpecialValueComboBox
Returns the "special value" (parameter) associated with the currently selected item.
getSelectedTextColor() - Method in class org.fife.rtext.AbstractMainView
Returns the color being used for selected text in all text areas in this main view, if selected text is enabled.
getSelectionColor() - Method in class org.fife.rtext.AbstractMainView
Returns the color being used for selections in all text areas in this main view.
getSelectionColor() - Method in class org.fife.ui.rtextarea.CaretAndSelectionOptionPanel
Returns the color the user chose for selections.
getSelectOnFocusGainEnabled(JTextComponent) - Static method in class org.fife.jgoodies.looks.Options
Returns component's individual setting for the select on focus gain feature.
getShortDescription() - Method in class org.fife.ui.app.StandardAction
Returns the short description for this action.
getShouldIgnoreFile(String) - Method in class org.fife.ui.RecentFilesMenu
Provides a hook for subclasses to not remember specific files.
getShowEOLMarkers() - Method in class org.fife.rtext.AbstractMainView
Returns whether EOL markers are visible in the text areas.
getShowHiddenFiles() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns whether hidden files and directories are shown by the file chooser.
getShowHostName() - Method in class org.fife.rtext.RText
Returns whether the hostname should be shown in the title of the main RText window.
getShownLocation() - Method in class org.fife.ui.breadcrumbbar.BreadcrumbBar
Returns the location shown in this breadcrumb bar.
getShowTabLines() - Method in class org.fife.rtext.AbstractMainView
Returns whether tab lines are visible in the text areas.
getShowText() - Method in class org.fife.ui.CustomizableToolBar
Returns whether text labels are to be displayed on buttons, along with the images.
getSideIcon() - Method in class org.fife.ui.app.WizardPlugin
Returns the image to use on the side of the dialog.
getSlightlyBrighter(Color) - Static method in class org.fife.jgoodies.looks.LookUtils
Computes and returns a Color that is slightly brighter than the specified Color.
getSlightlyBrighter(Color, float) - Static method in class org.fife.jgoodies.looks.LookUtils
Computes and returns a Color that is slightly brighter than the specified Color.
getSortingStatus(int) - Method in class org.fife.ui.FileExplorerTableModel
 
getSortPriority() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
Returns the relative priority of this node against others when being sorted (lower is higher priority).
getSourceActions(JComponent) - Method in class org.fife.ui.TabbedPaneTransferHandler
We can only move tabs, we cannot copy them.
getSpaceCount() - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Returns the number of spaces to use for indentation when formatting HTML.
getSpaceCount() - Method in class org.fife.rtext.plugins.tidy.JsonOptions
Returns the number of spaces to use for indentation when formatting JSON.
getSpaceCount() - Method in class org.fife.rtext.plugins.tidy.XmlOptions
Returns the number of spaces to use for indentation when formatting XML.
getSpecialItemAt(int) - Method in class org.fife.ui.SpecialValueComboBox
Returns the "special value" (parameter) at the specified index.
getSpellCheckingColor() - Method in class org.fife.rtext.SpellingSupport
Sets the color to use when squiggle underlining spelling errors.
getSpellingDictionary() - Method in class org.fife.rtext.SpellingSupport
Returns the spelling dictionary to use.
getSpellingSupport() - Method in class org.fife.rtext.AbstractMainView
Returns the spell checking support for RText.
getSplitPaneDividerLocation(int) - Method in class org.fife.ui.app.AbstractPluggableGUIApplication
Returns the location of the divider of the specified split pane.
getStatusBar() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the status bar this application is using.
getStatusBar() - Method in interface org.fife.ui.app.GUIApplication
Returns the status bar this application is using.
getStatusBarVisible() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns whether the status bar is visible.
getStatusBarVisible() - Method in interface org.fife.ui.app.GUIApplication
Returns whether the status bar is visible.
getStatusMessage() - Method in class org.fife.ui.StatusBar
Returns the message in the status bar.
getStderr() - Method in class org.fife.io.ProcessRunner
Returns the stderr of the process last ran.
getStdout() - Method in class org.fife.io.ProcessRunner
Returns the stdout of the process last ran.
getStepCount() - Method in class org.fife.ui.app.WizardPlugin
Returns the number of steps in this wizard.
getString(String, String...) - Method in class org.fife.rtext.plugins.console.Plugin
Returns a localized message.
getString(String, String...) - Static method in class org.fife.rtext.plugins.project.Messages
Returns a localized message.
getString(String) - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the localized text for the given key.
getString(String, Object) - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the localized text for the given key.
getString(String, Object, Object) - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the localized text for the given key.
getString(String, Object, Object, Object) - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the localized text for the given key.
getString(String, Object[]) - Method in class org.fife.ui.app.AbstractGUIApplication
Returns localized text for the given key.
getString(String) - Method in class org.fife.ui.rtextfilechooser.Actions.FileChooserAction
 
getString(String) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the localized text for a given key.
getStyle() - Method in class org.fife.ui.SizeGripIcon
Returns the current style of this icon.
getStyle() - Method in class org.fife.ui.StatusBar
Returns the "style" used to paint this status bar.
getStyleOpenFiles() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns whether "opened" files should have a special style applied to them when they are displayed in this file chooser (for example, being underlined).
getSubstanceColor(String) - Static method in class org.fife.ui.SubstanceUtils
Returns a color from the currently active Substance skin.
getSyntaxFilters() - Method in class org.fife.rtext.AbstractMainView
Returns the syntax filters being used to open documents (i.e., to decide what syntax highlighting color scheme, if any, to use when opening documents).
getSyntaxHighlightInput() - Method in class org.fife.rtext.plugins.console.Plugin
Returns whether user input is syntax highlighted.
getSyntaxScheme() - Method in class org.fife.rtext.RText
Returns the syntax highlighting color scheme being used.
getSyntaxScheme() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Returns the syntax highlighting color scheme the user chose.
getSyntaxStyleForFile(String) - Method in class org.fife.rtext.AbstractMainView
Returns the syntax style to use for a file.
getSyntaxStyleForFile(String, boolean) - Method in class org.fife.rtext.SyntaxFilters
Returns the type of syntax highlighting to use for the given text file based on its extension and the current filters.
getSystemLookAndFeelClassName() - Static method in class org.fife.jgoodies.looks.Options
Returns the class name for a system specific LookAndFeel.
getSystemProperty(String) - Static method in class org.fife.jgoodies.looks.LookUtils
Tries to look up the System property for the given key.
getSystemProperty(String, String) - Static method in class org.fife.jgoodies.looks.LookUtils
Tries to look up the System property for the given key.
getTable() - Method in class org.fife.ui.modifiabletable.ModifiableTable
Returns the table displayed in this modifiable table.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.fife.ui.ColorCellRenderer
Returns the component (this object itself) to use to display the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.fife.ui.FileExplorerTableModel.SortableHeaderRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.fife.ui.KeyStrokeCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.fife.ui.SubstanceKeyStrokeCellRenderer
 
getTableHeader() - Method in class org.fife.ui.FileExplorerTableModel
Returns the table header being used.
getTableModel() - Method in class org.fife.ui.FileExplorerTableModel
Returns the table model being used.
getTabLinesColor() - Method in class org.fife.rtext.AbstractMainView
Returns the color to use for tab lines in an editor.
getTabSize() - Method in class org.fife.rtext.AbstractMainView
Returns the size of a tab, in spaces.
getTabSize() - Method in class org.fife.rtext.RText
Returns the tab size (in spaces) currently being used.
getTabSize() - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Returns the tab size selected by the user.
getTaskIdentifiers() - Method in class org.fife.rtext.plugins.tasks.TasksPlugin
Returns the current task identifiers.
getTextAreaFont() - Method in class org.fife.rtext.AbstractMainView
Returns the default font to use in text areas.
getTextAreaFont() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Returns the font to use in text areas.
getTextAreaForeground() - Method in class org.fife.rtext.AbstractMainView
Returns the default foreground color for text areas.
getTextAreaForeground() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Returns the text area's foreground color.
getTextAreaOrientation() - Method in class org.fife.rtext.AbstractMainView
Returns the orientation of the text editors.
getTextAreaUnderline() - Method in class org.fife.rtext.AbstractMainView
Returns whether text areas' default fonts should be underlined.
getTextComponent(JComboBox) - Static method in class org.fife.ui.search.FindInFilesDialog
Returns the text editor component for the specified combo box.
getTextMode() - Method in class org.fife.rtext.AbstractMainView
Returns the text mode we're in.
getTitle() - Method in class org.fife.rtext.RText
Returns the title of this window, less any "header" information (e.g. without the leading "rtext - ").
getTitle() - Method in class org.fife.ui.TitledPanel
Returns the title of this titled panel.
getTool() - Method in class org.fife.rtext.plugins.tools.NewToolDialog
Returns the tool created by the user.
getToolBar() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the toolbar this application is using.
getToolBar() - Method in interface org.fife.ui.app.GUIApplication
Returns the toolbar this application is using.
getToolBarVisible() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns whether the toolbar is visible in this application.
getToolBarVisible() - Method in interface org.fife.ui.app.GUIApplication
Returns whether the toolbar is visible in this application.
getToolCount() - Method in class org.fife.rtext.plugins.tools.ToolManager
returns the number of tools.
getToolDir() - Method in class org.fife.rtext.plugins.tools.ToolPlugin
Returns the directory that tool definitions are saved to.
getToolIterator() - Method in class org.fife.rtext.plugins.tools.ToolManager
Returns an iterator over the tools.
getToolkitUsesNativeDropShadows() - Static method in class org.fife.jgoodies.looks.LookUtils
Checks and answers whether this toolkit provides native drop shadows for popups such as the Mac OS X.
getToolTipLocation(MouseEvent) - Method in class org.fife.ui.ToolTipTree
Returns the location at which to place the tooltip generated from the given mouse event.
getToolTipsEnabled() - Method in class org.fife.ui.ToolTipTree
Returns whether tooltips are enabled.
getToolTipText() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Returns the text to display for the tooltip.
getToolTipText() - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode
 
getToolTipText() - Method in class org.fife.rtext.plugins.project.tree.FileProjectEntryTreeNode
 
getToolTipText() - Method in class org.fife.rtext.plugins.project.tree.FileTreeNode
 
getToolTipText() - Method in class org.fife.rtext.plugins.project.tree.FolderProjectEntryTreeNode
 
getToolTipText() - Method in class org.fife.rtext.plugins.project.tree.LogicalFolderProjectEntryTreeNode
 
getToolTipText() - Method in class org.fife.rtext.plugins.project.tree.PhysicalLocationTreeNode.NotYetPopulatedChild
 
getToolTipText() - Method in class org.fife.rtext.plugins.project.tree.WorkspaceRootTreeNode
 
getToolTipText(MouseEvent) - Method in class org.fife.rtext.plugins.project.tree.WorkspaceTree
 
getToolTipText() - Method in class org.fife.ui.ColorCellRenderer
Returns the tool tip text for this renderer, which is the RGB value of the renderer pointed to.
getToolTipText(Color) - Static method in class org.fife.ui.ColorCellRenderer
Returns the tool tip text for a renderer displaying this color.
getToolTipText(MouseEvent) - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Returns the string to use for the tooltip.
getToolTipText(MouseEvent) - Method in class org.fife.ui.ToolTipTree
Returns the string to use for the tooltip.
getTopicToDisplayFieldLabelText() - Method in class org.fife.help.HelpDialog
Returns the text label above the "Select topic to display" text box.
getTopJComponent() - Method in class org.fife.rtext.plugins.langsupport.OptionsPanel
Returns the JComponent at the "top" of this Options panel.
getTopJComponent() - Method in class org.fife.ui.OptionsDialogPanel
Returns the JComponent at the "top" of this Options panel.
getTopJComponent() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Returns the JComponent at the "top" of this Options panel.
getTopJComponent() - Method in class org.fife.ui.rsyntaxtextarea.SpellingOptionPanel
Returns the JComponent at the "top" of this Options panel.
getTopJComponent() - Method in class org.fife.ui.rsyntaxtextarea.TemplateOptionPanel
Returns the JComponent at the "top" of this Options panel.
getTopJComponent() - Method in class org.fife.ui.rtextarea.CaretAndSelectionOptionPanel
Returns the JComponent at the "top" of this Options panel.
getTopJComponent() - Method in class org.fife.ui.rtextarea.GutterOptionPanel
Returns the JComponent at the "top" of this Options panel.
getTopJComponent() - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Returns the JComponent at the "top" of this Options panel.
getTopJComponent() - Method in class org.fife.ui.rtextfilechooser.FileChooserFavoritesOptionPanel
Returns the JComponent at the "top" of this Options panel.
getTopJComponent() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooserOptionPanel
Returns the JComponent at the "top" of this Options panel.
getTotalMemory() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Returns the total amount of memory available to the JVM.
getTransferData(DataFlavor) - Method in class org.fife.ui.rtextfilechooser.FileListTransferable
getTransferDataFlavors() - Method in class org.fife.ui.rtextfilechooser.FileListTransferable
getTranslucentImage(RText, Image, float) - Static method in class org.fife.rtext.RTextUtilities
Returns a translucent version of a given java.awt.Image.
getTree() - Method in class org.fife.rtext.plugins.project.ProjectPlugin
Returns the tree view of the active workspace.
getType() - Method in class org.fife.rtext.CurrentTextAreaEvent
Returns the type of property that changed.
getType() - Method in class org.fife.rtext.plugins.project.model.FileProjectEntry
 
getType() - Method in class org.fife.rtext.plugins.project.model.FolderProjectEntry
 
getType() - Method in class org.fife.rtext.plugins.project.model.LogicalFolderProjectEntry
 
getType() - Method in interface org.fife.rtext.plugins.project.model.ProjectEntry
Returns the type of project entry this is.
getUnderline() - Method in class org.fife.ui.FontSelector
Returns whether the current font is underlined.
getUnderline() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Returns whether the text area's font should be underlined.
getUnderlineSelected() - Method in class org.fife.ui.FontDialog
Returns whether or not the user checked the "Underline" check box.
getUpperCaseAttrNames() - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Returns whether HTML attribute names should be made upper case.
getUpperCaseTagNames() - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Returns whether HTML tag names should be made upper case.
getURLs(String) - Method in class org.fife.ui.app.ExtendedLookAndFeelInfo
Returns a URL array specifying the JAR files containing this Look and Feel.
getUsedMemory() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Returns the amount of memory currently being used by the JVM.
getUseHTMLToolTips() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Return whether HTML tooltips are being used by the source browser.
getUseNarrowButtons() - Static method in class org.fife.jgoodies.looks.Options
Checks and answers if we shall use narrow button margins of 4 pixels.
getUserDictionary() - Method in class org.fife.rtext.SpellingSupport
Returns the file used to store words the user chooses to "add to the dictionary."
getUseSelectedTextColor() - Method in class org.fife.rtext.AbstractMainView
Returns whether text areas are honoring their "selected text color", as opposed to just rendering token styles even for selected tokens.
getUseSystemColors() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Returns whether or not system colors are used when painting the heap indicator.
getUseSystemFonts() - Static method in class org.fife.jgoodies.looks.Options
Returns whether native system fonts shall be used, true by default unless disabled in the system properties or UIManager.
getValue() - Method in class org.fife.ui.GUIWorkerThread
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
getValueAt(int, int) - Method in class org.fife.ui.FileExplorerTableModel
 
getVerbose() - Method in class org.fife.ui.search.FindInFilesSearchContext
Returns whether verbose output should be enabled.
getVersionString() - Method in class org.fife.rtext.RText
Returns the version string for this application.
getVersionString() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns the version string for this application.
getVersionString() - Method in interface org.fife.ui.app.GUIApplication
Returns the version string for this application.
getViewMode() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the view mode.
getWizard() - Method in class org.fife.ui.app.WizardDialogInfoPanel
Returns the wizard dialog that contains this panel.
getWizardDialogTitle() - Method in class org.fife.ui.app.WizardPlugin
Returns the title of the Wizard dialog.
getWizardProperty(String) - Method in class org.fife.ui.app.WizardPluginDialog
Retrieves a property stored by one of the wizard panels.
getWizardSuccessfulPanel(WizardPluginDialog) - Method in class org.fife.ui.app.WizardPlugin
Returns the dialog information to display when the wizard has completed successfully.
getWordWrap() - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Returns whether the user selected word wrap.
getWorkerThread() - Method in class org.fife.ui.search.FindInFilesDialog
Synchronizes access to our "worker" thread.
getWorkingDirectory() - Method in class org.fife.rtext.RText
Returns the "working directory;" that is, the directory that new, empty files are created in.
getWorkspace() - Method in class org.fife.rtext.plugins.project.model.Project
 
getWorkspace() - Method in class org.fife.rtext.plugins.project.ProjectPlugin
Returns the active workspace.
getWorkspaceIcon() - Static method in class org.fife.rtext.plugins.project.tree.WorkspaceRootTreeNode
Returns the icon shared amongst all workspaces.
getWorkspacesDir() - Method in class org.fife.rtext.plugins.project.ProjectPlugin
Returns the directory that workspaces are saved to.
getWrapLength() - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Returns how long formatted lines can be before they are wrapped.
getWrapLength() - Method in class org.fife.rtext.plugins.tidy.XmlOptions
Returns how long formatted lines can be before they are wrapped.
getWriteBOMInUtf8Files() - Method in class org.fife.rtext.AbstractMainView
Returns whether BOM's are written for UTF-8 files.
getXmlOptions() - Method in class org.fife.rtext.plugins.tidy.Plugin
Returns the options related to tidying XML.
goInto(File) - Method in class org.fife.rtext.plugins.filesystemtree.FileSystemTreePlugin
Drills into a directory.
GOTO_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
goToDialog - Variable in class org.fife.rtext.AbstractMainView
 
GoToMemberAction - Class in org.fife.rtext.plugins.langsupport
Action that opens the active language support's "Go to Member" window, if one is available.
GoToMemberAction(RText) - Constructor for class org.fife.rtext.plugins.langsupport.GoToMemberAction
 
groovy_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
GroovyOptionsPanel - Class in org.fife.rtext.plugins.langsupport
Options panel containing options for Groovy.
GroovyOptionsPanel() - Constructor for class org.fife.rtext.plugins.langsupport.GroovyOptionsPanel
Constructor.
guessFileContentType - Variable in class org.fife.rtext.RTextPreferences
 
GUIApplication - Interface in org.fife.ui.app
An interface for a generic GUI application.
GUIApplication.AboutAction - Class in org.fife.ui.app
The action that displays the application's About dialog.
GUIApplication.AboutAction(GUIApplication, String) - Constructor for class org.fife.ui.app.GUIApplication.AboutAction
Creates a new AboutAction.
GUIApplication.AboutAction(GUIApplication, ResourceBundle, String) - Constructor for class org.fife.ui.app.GUIApplication.AboutAction
Creates a new AboutAction.
GUIApplication.ExitAction - Class in org.fife.ui.app
Action that attempts to close the application.
GUIApplication.ExitAction(GUIApplication, String) - Constructor for class org.fife.ui.app.GUIApplication.ExitAction
Creates a new ExitAction.
GUIApplication.ExitAction(GUIApplication, String, String) - Constructor for class org.fife.ui.app.GUIApplication.ExitAction
Creates a new ExitAction.
GUIApplication.ExitAction(GUIApplication, ResourceBundle, String) - Constructor for class org.fife.ui.app.GUIApplication.ExitAction
Creates a new ExitAction.
GUIApplication.HelpAction - Class in org.fife.ui.app
The action that displays the application's Help dialog.
GUIApplication.HelpAction(GUIApplication, String) - Constructor for class org.fife.ui.app.GUIApplication.HelpAction
Creates a new HelpAction.
GUIApplication.HelpAction(GUIApplication, String, String) - Constructor for class org.fife.ui.app.GUIApplication.HelpAction
Creates a new HelpAction.
GUIApplication.HelpAction(GUIApplication, ResourceBundle, String) - Constructor for class org.fife.ui.app.GUIApplication.HelpAction
Creates a new HelpAction.
GUIApplication.ToggleStatusBarAction - Class in org.fife.ui.app
Action to toggle a GUIApplication's status bar.
GUIApplication.ToggleStatusBarAction(GUIApplication, String) - Constructor for class org.fife.ui.app.GUIApplication.ToggleStatusBarAction
Creates a new ToggleStatusBarAction.
GUIApplication.ToggleStatusBarAction(GUIApplication, String, String) - Constructor for class org.fife.ui.app.GUIApplication.ToggleStatusBarAction
Creates a new ToggleStatusBarAction.
GUIApplication.ToggleStatusBarAction(GUIApplication, ResourceBundle, String) - Constructor for class org.fife.ui.app.GUIApplication.ToggleStatusBarAction
Creates a new ToggleStatusBarAction.
GUIApplication.ToggleToolBarAction - Class in org.fife.ui.app
Action to toggle a GUIApplication's toolbar.
GUIApplication.ToggleToolBarAction(GUIApplication, String) - Constructor for class org.fife.ui.app.GUIApplication.ToggleToolBarAction
Creates a new ToggleToolBarAction.
GUIApplication.ToggleToolBarAction(GUIApplication, String, String) - Constructor for class org.fife.ui.app.GUIApplication.ToggleToolBarAction
Creates a new ToggleToolBarAction.
GUIApplication.ToggleToolBarAction(GUIApplication, ResourceBundle, String) - Constructor for class org.fife.ui.app.GUIApplication.ToggleToolBarAction
Creates a new ToggleToolBarAction.
GUIApplicationConstants - Interface in org.fife.ui.app
The constants needed by the various pieces of a GUI application.
GUIApplicationPreferences - Class in org.fife.ui.app
Preferences for a GUIApplication.
GUIApplicationPreferences() - Constructor for class org.fife.ui.app.GUIApplicationPreferences
 
GUIPlugin - Class in org.fife.ui.app
A plugin thats includes one or more dockable windows.
GUIPlugin() - Constructor for class org.fife.ui.app.GUIPlugin
Constructor.
GUIWorkerThread - Class in org.fife.ui
This is a helper class that will do non-GUI-related work in a separate, dedicated thread, to keep the GUI responsive while doing CPU-heavy tasks.
GUIWorkerThread() - Constructor for class org.fife.ui.GUIWorkerThread
Start a thread that will call the construct method and then exit.
gutterBorderColor - Variable in class org.fife.rtext.RTextPreferences
 
GutterOptionPanel - Class in org.fife.ui.rtextarea
Option panel for the text area gutter.
GutterOptionPanel() - Constructor for class org.fife.ui.rtextarea.GutterOptionPanel
Constructor.

H

handle(Throwable) - Method in class org.fife.rtext.AWTExceptionHandler
Callback for whenever an uncaught Throwable is thrown on the EDT.
handleDelete() - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode
 
handleDelete() - Method in class org.fife.rtext.plugins.project.tree.FileProjectEntryTreeNode
 
handleDelete() - Method in class org.fife.rtext.plugins.project.tree.FileTreeNode
 
handleDelete() - Method in class org.fife.rtext.plugins.project.tree.LogicalFolderProjectEntryTreeNode
 
handleDelete() - Method in class org.fife.rtext.plugins.project.tree.PhysicalLocationTreeNode.NotYetPopulatedChild
 
handleDelete() - Method in class org.fife.rtext.plugins.project.tree.WorkspaceRootTreeNode
 
handleDeleteNative(File[], ProjectPlugin) - Static method in class org.fife.rtext.plugins.project.tree.FileTreeNode
 
handleInstallPlugin(Plugin) - Method in class org.fife.rtext.RText
Does the dirty work of actually installing a plugin.
handleInstallPlugin(Plugin) - Method in class org.fife.ui.app.AbstractPluggableGUIApplication
Does the dirty work of actually installing a plugin.
handleProperties() - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode
 
handleProperties() - Method in class org.fife.rtext.plugins.project.tree.FileProjectEntryTreeNode
 
handleProperties() - Method in class org.fife.rtext.plugins.project.tree.FileTreeNode
 
handleProperties() - Method in class org.fife.rtext.plugins.project.tree.LogicalFolderProjectEntryTreeNode
 
handleProperties() - Method in class org.fife.rtext.plugins.project.tree.PhysicalLocationTreeNode.NotYetPopulatedChild
 
handleProperties() - Method in class org.fife.rtext.plugins.project.tree.WorkspaceRootTreeNode
 
handleRefresh() - Method in class org.fife.rtext.plugins.project.tree.FileTreeNode
 
handleRefresh() - Method in class org.fife.rtext.plugins.project.tree.FolderProjectEntryTreeNode
 
handleRefresh() - Method in interface org.fife.rtext.plugins.project.tree.PhysicalLocationTreeNode
Refreshes the children of this node.
handleRefresh() - Method in class org.fife.rtext.plugins.project.tree.PhysicalLocationTreeNode.NotYetPopulatedChild
 
handleRegExCheckBoxClicked() - Method in class org.fife.ui.search.ReplaceInFilesDialog
Called when the regex checkbox is clicked.
handleRename() - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode
 
handleRename() - Method in class org.fife.rtext.plugins.project.tree.FileProjectEntryTreeNode
 
handleRename() - Method in class org.fife.rtext.plugins.project.tree.FileTreeNode
 
handleRename() - Method in class org.fife.rtext.plugins.project.tree.LogicalFolderProjectEntryTreeNode
 
handleRename() - Method in class org.fife.rtext.plugins.project.tree.PhysicalLocationTreeNode.NotYetPopulatedChild
 
handleRename() - Method in class org.fife.rtext.plugins.project.tree.WorkspaceRootTreeNode
 
handleRenameImpl(String) - Method in class org.fife.rtext.plugins.project.tree.FileProjectEntryTreeNode
 
handleRenameImpl(String) - Method in class org.fife.rtext.plugins.project.tree.FolderProjectEntryTreeNode
 
handleToggleButtons() - Method in class org.fife.ui.search.FindInFilesDialog
Returns whether any action-related buttons (Find Next, Replace, etc.)
handleWizardSuccessful(WizardDialogInfoPanel[]) - Method in class org.fife.ui.app.WizardPlugin
This method is called if the user runs the wizard and clicks the "Finish" button; e.g., the wizard has run to completion.
hasDockableWindowGroup(int) - Method in class org.fife.rtext.RText
Returns whether dockable windows are at the specified location.
hasDockableWindowGroup(int) - Method in class org.fife.ui.dockablewindows.DockableWindowPanel
Returns whether dockable windows are at the specified location.
hashCode() - Method in class org.fife.rtext.plugins.macros.Macro
 
hashCode() - Method in class org.fife.rtext.plugins.project.model.FileProjectEntry
 
hashCode() - Method in class org.fife.rtext.plugins.project.model.FolderProjectEntry
 
hashCode() - Method in class org.fife.rtext.plugins.project.model.LogicalFolderProjectEntry
 
hashCode() - Method in class org.fife.rtext.plugins.project.model.Project
 
hashCode() - Method in class org.fife.rtext.plugins.tools.Tool
Returns the hash code of this tool.
hashCode() - Method in class org.fife.ui.rtextfilechooser.FileSystemTree.FileSystemTreeNode
Overridden since FileSystemTree.FileSystemTreeNode.equals(Object) was overridden, to keep them consistent.
hasTabFlavor(DataFlavor[]) - Method in class org.fife.ui.TabbedPaneTransferHandler
Does the flavor list have a Tab flavor?
hasUnsavedChanges - Variable in class org.fife.ui.OptionsDialogPanel
Whether or not this panel has any unsaved changes.
hasUnsavedChanges() - Method in class org.fife.ui.OptionsDialogPanel
Returns whether or not this Options panel has unsaved changes.
HeapIndicatorPlugin - Class in org.fife.rtext.plugins.heapindicator
A status bar component displaying the current JVM heap.
HeapIndicatorPlugin(AbstractPluggableGUIApplication) - Constructor for class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Constructor.
HeapIndicatorPrefs - Class in org.fife.rtext.plugins.heapindicator
Preferences for the heap indicator.
HeapIndicatorPrefs() - Constructor for class org.fife.rtext.plugins.heapindicator.HeapIndicatorPrefs
 
HELP_ACTION_KEY - Static variable in class org.fife.ui.app.AbstractGUIApplication
The key for getting the Help action from getAction.
HelpDialog - Class in org.fife.help
A help dialog similar to those found in most Microsoft Windows programs.
HelpDialog(GUIApplication, String, String) - Constructor for class org.fife.help.HelpDialog
Creates a new help dialog.
HelpDialog.HelpListener - Class in org.fife.help
Listens for events in the help dialog.
HelpDialog.HelpListener() - Constructor for class org.fife.help.HelpDialog.HelpListener
 
HelpTreeNode - Class in org.fife.help
Helper class to HelpDialog; your DefaultMutableTreeNodes need to contain instances of this class when creating a HelpDialog.
HelpTreeNode(String) - Constructor for class org.fife.help.HelpTreeNode
Creates a HelpTreeNode with no URL.
HelpTreeNode(String, URL) - Constructor for class org.fife.help.HelpTreeNode
Creates a HelpTreeNode.
HelpTreeNode(String, String) - Constructor for class org.fife.help.HelpTreeNode
Creates a HelpTreeNode.
HI_RES_DISABLED_ICON_CLIENT_KEY - Static variable in class org.fife.jgoodies.looks.Options
A client property key for components with a disabled icon such as buttons, labels, and tabbed panes.
HI_RES_GRAY_FILTER_ENABLED_KEY - Static variable in class org.fife.jgoodies.looks.Options
A UIDefaults key for enabling/disabling the new high-resolution gray filter globally.
HIDDEN_FILES_PROPERTY - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooserOptionPanel
 
hide() - Method in class org.fife.jgoodies.looks.common.ShadowPopup
Hides and disposes of the Popup.
hideOptionalEndTags - Variable in class org.fife.rtext.plugins.tidy.HtmlOptions
 
hidePopup() - Method in class org.fife.ui.FSATextField
Hides the popup window, if it is visible.
highlightModifiedDocNames - Variable in class org.fife.rtext.RTextPreferences
 
highlightModifiedDocumentDisplayNames() - Method in class org.fife.rtext.AbstractMainView
Returns whether this panel is highlighting modified documents' display names with a different color.
highlightSecondaryLanguages - Variable in class org.fife.rtext.RTextPreferences
 
HOME_PAGE_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
html_autoActivation - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
html_autoActivationDelay - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
html_autoAddClosingTags - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
html_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
html_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
html_showDescWindow - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
htmlClean - Variable in class org.fife.rtext.plugins.tidy.HtmlOptions
 
htmlDropEmptyParas - Variable in class org.fife.rtext.plugins.tidy.HtmlOptions
 
HTMLFileFilter - Class in org.fife.ui.rtextfilechooser.filters
A file filter for JFileChoosers that filters everything except HTML files.
HTMLFileFilter() - Constructor for class org.fife.ui.rtextfilechooser.filters.HTMLFileFilter
 
htmlLogicalEmphasis - Variable in class org.fife.rtext.plugins.tidy.HtmlOptions
 
HtmlOptions - Class in org.fife.rtext.plugins.tidy
Options for tidying HTML.
HtmlOptions() - Constructor for class org.fife.rtext.plugins.tidy.HtmlOptions
 
htmlSpaceCount - Variable in class org.fife.rtext.plugins.tidy.HtmlOptions
 
htmlUpperCaseAttrNames - Variable in class org.fife.rtext.plugins.tidy.HtmlOptions
 
htmlUpperCaseTagNames - Variable in class org.fife.rtext.plugins.tidy.HtmlOptions
 
htmlWrapLength - Variable in class org.fife.rtext.plugins.tidy.HtmlOptions
 
Hyperlink - Class in org.fife.ui
A clickable hyperlink.
Hyperlink(String) - Constructor for class org.fife.ui.Hyperlink
Constructor.
Hyperlink(String, String) - Constructor for class org.fife.ui.Hyperlink
Constructor.
hyperlinkColor - Variable in class org.fife.rtext.RTextPreferences
 
hyperlinkModifierKey - Variable in class org.fife.rtext.RTextPreferences
 
hyperlinksEnabled - Variable in class org.fife.rtext.RTextPreferences
 
hyperlinkUpdate(HyperlinkEvent) - Method in class org.fife.help.HelpDialog.HelpListener
Called whenever the user clicks on a hyperlink in editorPane.
hyperlinkUpdate(HyperlinkEvent) - Method in class org.fife.rtext.AbstractMainView
Called when a hyperlink is entered, exited, or clicked in the current text area.

I

icon - Variable in class org.fife.ui.rtextfilechooser.FileTypeInfo
An icon to use in the file chooser when a file of the specified type is displayed.
ICON_STYLE_PROPERTY - Static variable in class org.fife.rtext.RText
 
iconBorderColor - Variable in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPrefs
 
iconForeground - Variable in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPrefs
 
iconGroupName - Variable in class org.fife.rtext.RTextPreferences
 
iconManager - Variable in class org.fife.ui.rtextfilechooser.FileSystemTree
 
ICONS_MODE - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooser
 
ID - Static variable in class org.fife.ui.rtextarea.RTextAreaOptionPanel
ID used to identify this option panel.
ignoreBackupExtensions - Variable in class org.fife.rtext.RTextPreferences
 
imageAlpha - Variable in class org.fife.rtext.RTextPreferences
 
ImageFileFilter - Class in org.fife.ui.rtextfilechooser.filters
A file filter for JFileChoosers that filters everything except image files supported by Swing (*.gif, *.jpg, *.png, and *.bmp (on 1.5+)).
ImageFileFilter() - Constructor for class org.fife.ui.rtextfilechooser.filters.ImageFileFilter
Constructor.
ImagePreviewPane - Class in org.fife.ui
An accessory panel for javax.swing.JFileChoosers that are used for picking image files (gif, png or jpg).
ImagePreviewPane() - Constructor for class org.fife.ui.ImagePreviewPane
Creates a new ImagePreviewPane.
importData(JComponent, Transferable) - Method in class org.fife.ui.TabbedPaneTransferHandler
Called when the drag-and-drop operation has just completed.
INC_FONT_SIZES_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
incColumn() - Method in class org.fife.rtext.StatusBar
Increments the value of column in row/column indicator.
incrementPreviewPage() - Method in class org.fife.print.PrintPreviewDialog
Increments the first preview page, if possible, and updates the screen.
incRow() - Method in class org.fife.rtext.StatusBar
Increments the value of row in row/column indicator.
inFilesComboBox - Variable in class org.fife.ui.search.FindInFilesDialog
 
inFolderTextField - Variable in class org.fife.ui.search.FindInFilesDialog
 
initColumnWidths() - Method in class org.fife.ui.search.FindInFilesTable
Initializes the column widths.
initColumnWidths() - Method in class org.fife.ui.search.ReplaceInFilesTable
Initializes the column widths.
initialize(RText, String[], RTextPreferences) - Method in class org.fife.rtext.AbstractMainView
Initializes this component.
initialize(WizardPlugin) - Method in class org.fife.ui.app.WizardPluginDialog
 
initialize() - Method in class org.fife.ui.OptionsDialog
Initializes all fields/radio buttons/etc. in this options dialog with their proper states as obtained from the owner of this options dialog (as passed into the constructor).
initialize(RTextFileChooser) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooserOptionPanel
Initializes the values displayed in this option panel.
initialize() - Method in class org.fife.ui.ToolTipTree
Does any extra initialization.
initializeGUIComponents() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Initializes the GUI components for the file chooser.
insertMenuItem(JMenuItem, int) - Method in class org.fife.ui.MenuButton
Inserts a menu item at the specified index.
insertNodeInto(MutableTreeNode, MutableTreeNode, int) - Method in class org.fife.ui.rtextfilechooser.FileSystemTree.FileSystemTreeModel
 
insertSpecialItemAt(Object, int, String) - Method in class org.fife.ui.SpecialValueComboBox
Inserts an item at the specified location in the combo box's list.
insertString(DocumentFilter.FilterBypass, int, String, AttributeSet) - Method in class org.fife.ui.PickyDocumentFilter
 
insertTreeNodeInto(MutableTreeNode, MutableTreeNode) - Method in class org.fife.rtext.plugins.project.ProjectPlugin
Adds a new child to the parent tree node.
insertTreeNodeInto(MutableTreeNode, MutableTreeNode, int) - Method in class org.fife.rtext.plugins.project.ProjectPlugin
Adds a new child to the parent tree node.
insertUpdate(DocumentEvent) - Method in class org.fife.help.HelpDialog.HelpListener
Called whenever indexField or searchField's contents are inserted into.
insertUpdate(DocumentEvent) - Method in class org.fife.rtext.RemoteFileChooser
Called when a text field being listened to is modified.
insertUpdate(DocumentEvent) - Method in class org.fife.ui.FSATextField
Called when text is inserted into this text component.
insertUpdate(DocumentEvent) - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Called when a text field in this panel gets updated.
install() - Static method in class org.fife.jgoodies.looks.common.ShadowPopupFactory
Installs the ShadowPopupFactory as the shared popup factory on non-Mac platforms.
install(AbstractPluggableGUIApplication) - Method in class org.fife.rtext.plugins.console.Plugin
 
install(AbstractPluggableGUIApplication) - Method in class org.fife.rtext.plugins.filesystemtree.FileSystemTreePlugin
Called just after a plugin is added to a GUI application.
install(AbstractPluggableGUIApplication) - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Called just after a plugin is added to a GUI application.
install(AbstractPluggableGUIApplication) - Method in class org.fife.rtext.plugins.langsupport.Plugin
Called just after a plugin is added to a GUI application.
install(AbstractPluggableGUIApplication) - Method in class org.fife.rtext.plugins.macros.MacroPlugin
Called just after a plugin is added to a GUI application.
install(AbstractPluggableGUIApplication) - Method in class org.fife.rtext.plugins.project.ProjectPlugin
 
install(AbstractPluggableGUIApplication) - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Called just after a plugin is added to a GUI application.
install(AbstractPluggableGUIApplication) - Method in class org.fife.rtext.plugins.tasks.TasksPlugin
Called just after a plugin is added to a GUI application.
install(AbstractPluggableGUIApplication) - Method in class org.fife.rtext.plugins.tidy.Plugin
Called just after a plugin is added to a GUI application.
install(AbstractPluggableGUIApplication) - Method in class org.fife.rtext.plugins.tools.ToolPlugin
Called just after a plugin is added to a GUI application.
install(AbstractPluggableGUIApplication) - Method in interface org.fife.ui.app.Plugin
Called just after a plugin is added to a GUI application.
installDefaults(AbstractButton) - Method in class org.fife.ui.breadcrumbbar.BreadcrumbBarToggleButtonUI
 
installDefaults() - Method in class org.fife.ui.CleanSplitPaneUI
 
installFavorites(RTextFileChooser) - Method in class org.fife.ui.rtextfilechooser.FileChooserFavoritesOptionPanel
Changes the specified file chooser's favorites so they match those entered in this options panel.
installKeyboardActions() - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Installs keyboard actions so we don't have to use the popup menu for everything.
installOsSpecificLafTweaks() - Static method in class org.fife.ui.UIUtil
Tweaks certain LookAndFeels (i.e., Windows XP) to look just a tad more like the native Look.
installTimer(int) - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
 
installWebLookAndFeelProperties(ClassLoader) - Static method in class org.fife.ui.WebLookAndFeelUtils
 
interrupt() - Method in class org.fife.ui.GUIWorkerThread
Call this method to force the worker to stop what it's doing.
InvalidPluginException - Exception in org.fife.ui.app
The exception that is thrown if a plugin JAR contains some kind of error.
InvalidPluginException(String) - Constructor for exception org.fife.ui.app.InvalidPluginException
Constructor.
INVERT_SELECTION_CLIENT_KEY - Static variable in class org.fife.jgoodies.looks.Options
A JTextField client property key that specifies the direction how text shall be selected on focus gain - if at all: from start to end vs. end to start.
IOUtil - Class in org.fife.io
Obligatory IO utilities.
IS_ETCHED_KEY - Static variable in class org.fife.jgoodies.looks.Options
A JScrollPane client property key for a hint that the scroll pane border should be etched.
IS_JAVA_1_4 - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Java 1.4.
IS_JAVA_1_4_0 - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Java 1.4.0_*.
IS_JAVA_1_4_2_OR_LATER - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Java 1.4.2 or later.
IS_JAVA_1_4_OR_5 - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Java 1.4 or Java 5.
IS_JAVA_5 - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Java 5.x.
IS_JAVA_5_OR_LATER - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Java 5.x or later.
IS_JAVA_6 - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Java 6.
IS_JAVA_6_OR_LATER - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Java 6.x or later.
IS_JAVA_7 - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Java 7.
IS_JAVA_7_OR_LATER - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Java 6.x or later.
IS_LAF_WINDOWS_XP_ENABLED - Static variable in class org.fife.jgoodies.looks.LookUtils
True if the Windows XP Look&Feel is enabled.
IS_LOW_RESOLUTION - Static variable in class org.fife.jgoodies.looks.LookUtils
True if if the screen resolution is smaller than 120 dpi.
IS_MODIFIED_CHANGED - Static variable in class org.fife.rtext.CurrentTextAreaEvent
Fired when the current text area is made dirty or saved.
IS_OS_FREEBSD - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is FreeBSD.
IS_OS_LINUX - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Linux.
IS_OS_MAC - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is the Mac OS X.
IS_OS_OS2 - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is OS/2.
IS_OS_SOLARIS - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Solaris.
IS_OS_WINDOWS - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Windows.
IS_OS_WINDOWS_2000 - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Windows 2000.
IS_OS_WINDOWS_6_OR_LATER - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Windows Vista/Server 2008/7/2008 R2.
IS_OS_WINDOWS_95 - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Windows 95.
IS_OS_WINDOWS_98 - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Windows 98.
IS_OS_WINDOWS_ME - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Windows ME.
IS_OS_WINDOWS_MODERN - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Windows 98/ME/2000/Server 2003/XP/VISTA/Server 2008.
IS_OS_WINDOWS_NT - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Windows NT.
IS_OS_WINDOWS_VISTA - Static variable in class org.fife.jgoodies.looks.LookUtils
Deprecated. Use LookUtils.IS_OS_WINDOWS_6_OR_LATER instead
IS_OS_WINDOWS_XP - Static variable in class org.fife.jgoodies.looks.LookUtils
True if this is Windows XP.
isAccepted() - Method in class org.fife.ui.app.WizardDialogInfoPanel
Called when this panel is "accepted" in the wizard (e.g., the user clicks "Next" and validateInput returns null).
isActive() - Method in class org.fife.ui.dockablewindows.DockableWindow
Returns whether this dockable window is active (i.e., visible).
isAllowed(File, boolean) - Method in class org.fife.rtext.plugins.project.model.FolderFilterInfo
Returns whether a file or directory should be displayed.
isAncestorOfShownLocation(File) - Method in class org.fife.ui.breadcrumbbar.BreadcrumbBar
 
isAntiAliasEnabled() - Method in class org.fife.rtext.AbstractMainView
Returns whether text is anti-aliased in text areas.
isASubstanceLookAndFeel(LookAndFeel) - Static method in class org.fife.ui.SubstanceUtils
Returns whether a given LookAndFeel is a Substance LookAndFeel.
isASubstanceLookAndFeel(String) - Static method in class org.fife.ui.SubstanceUtils
Returns whether a given LookAndFeel is a Substance LookAndFeel.
isAutoCompleteEnabled() - Method in class org.fife.rtext.plugins.tools.ContentAssistField
Returns whether auto-complete is enabled.
isBorderOpaque() - Method in class org.fife.ui.BevelDividerBorder
Returns whether or not the border is opaque.
isBorderOpaque() - Method in class org.fife.ui.OptionsDialogPanel.OptionPanelBorder
Returns whether or not the border is opaque.
isBorderOpaque() - Method in class org.fife.ui.TitledPanel.BottomBevelBorder
 
isBracketMatchCheckboxSelected() - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Returns whether or not the bracketMatch checkbox is selected
isBracketMatchingEnabled() - Method in class org.fife.rtext.AbstractMainView
Returns whether or not bracket matching is enabled.
isCapsLockIndicatorEnabled() - Method in class org.fife.rtext.StatusBar
Returns true if the caps lock indicator is enabled.
isCaseSensitiveFileSystem() - Static method in class org.fife.ui.rtextfilechooser.Utilities
Returns whether or not the current OS is case-sensitive.
isCellEditable(int, int) - Method in class org.fife.rtext.AbstractParserNoticeWindow.ParserNoticeTableModel
 
isCellEditable(int, int) - Method in class org.fife.ui.FileExplorerTableModel
 
isCellEditable(int, int) - Method in class org.fife.ui.search.FindInFilesTable
This method always returns false, as match data is immutable.
isClipboardContentValid() - Method in class org.fife.ui.rtextfilechooser.Actions.PasteAction
Returns whether the system clipboard contents are "valid" for this action to be enabled (e.g., whether it's a list of files to copy).
isCodeFoldingEnabledFor(String) - Method in class org.fife.rtext.AbstractMainView
Returns whether code folding is enabled for a language.
isColorSelectable() - Method in class org.fife.ui.FontSelector
Sets whether the font color is selectable in the font dialog used by this font selector.
isCurrentLineHighlightCheckboxSelected() - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Returns whether or not the current line highlight color checkbox is selected.
isCurrentLineHighlightEnabled() - Method in class org.fife.rtext.AbstractMainView
Returns whether or not the current line is highlighted.
isDataFlavorSupported(DataFlavor) - Method in class org.fife.ui.rtextfilechooser.FileListTransferable
isDirectoriesOnly() - Method in class org.fife.ui.FSATextField
Returns whether or not this text field previews both files and directories or just directories.
isDisplayed() - Method in class org.fife.ui.app.WizardDialogInfoPanel
Called when this panel is displayed in the wizard.
isError() - Method in class org.fife.ui.search.MatchData
 
isEverythingFilledIn() - Method in class org.fife.ui.search.FindInFilesDialog
Returns whether everything in the UI that needs to be filled in for a search to be performed is filled in.
isFileSystemCaseSensitive() - Static method in class org.fife.rtext.RTextUtilities
Returns whether the local file system is case-sensitive.
isFractionalFontMetricsEnabled() - Method in class org.fife.rtext.AbstractMainView
Returns whether fractional font-metrics is enabled.
isHiResGrayFilterEnabled() - Static method in class org.fife.jgoodies.looks.Options
Checks and answers whether the new high-resolution gray filter is enabled or disabled.
isMarginLineEnabled() - Method in class org.fife.rtext.AbstractMainView
Returns whether or not the margin line is enabled
isMarginLineEnabled() - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Returns whether or not the margin line stuff is enabled (i.e., whether or not the "Margin line" checkbox is checked).
isMatchData() - Method in class org.fife.ui.search.MatchData
 
isMaximized() - Method in class org.fife.ui.app.AbstractGUIApplication
Returns true if this application's main window is maximized.
isMaximized() - Method in interface org.fife.ui.app.GUIApplication
Returns true if this application's main window is maximized.
isMultiSelectionEnabled() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns whether or not multi-selection is enabled.
isNotPopulated() - Method in class org.fife.rtext.plugins.project.tree.FileTreeNode
 
isNotPopulated() - Method in class org.fife.rtext.plugins.project.tree.FolderProjectEntryTreeNode
 
isNotPopulated() - Method in interface org.fife.rtext.plugins.project.tree.PhysicalLocationTreeNode
Returns whether this folder tree node has not yet been populated (expanded).
isOpenedFile(File) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns whether or not a file should be underlined when displayed by a view of this file chooser.
isOverwriteModeIndicatorEnabled() - Method in class org.fife.rtext.StatusBar
Returns true if overwrite mode indicator is enabled.
isPluginLoadingComplete() - Method in class org.fife.ui.app.AbstractPluggableGUIApplication
Returns whether all plug-ins have been loaded for this application.
isPopupDropShadowActive() - Static method in class org.fife.jgoodies.looks.Options
Checks and answers whether popup drop shadows are active.
isPopupDropShadowEnabled() - Static method in class org.fife.jgoodies.looks.Options
Checks and answers whether the optional drop shadows for PopupMenus are enabled or disabled.
isPreJava6() - Static method in class org.fife.rtext.RTextUtilities
Returns whether the Java Runtime that RText is running in is 1.4 or 1.5.
isReadOnlyIndicatorEnabled() - Method in class org.fife.rtext.StatusBar
Returns true if the Read Only indicator is enabled.
isRowColumnIndicatorVisible() - Method in class org.fife.rtext.StatusBar
Returns whether or not the row/column indicator is visible.
isSearchToolBarVisible() - Method in class org.fife.rtext.RText
Returns whether or not the QuickSearch toolbar is visible.
isSearchWindowOpacityEnabled() - Method in class org.fife.rtext.RText
Returns whether search window opacity is enabled.
isSelectOnFocusGainActive(JTextComponent) - Static method in class org.fife.jgoodies.looks.Options
Checks and answers whether the select all on focus gain feature is active for the given field.
isSelectOnFocusGainEnabled() - Static method in class org.fife.jgoodies.looks.Options
Checks and answers whether the global default for text fields is to select all text on focus gain.
isShadowEnabled() - Method in class org.fife.ui.StatusBarPanel
Returns whether the shadow is enabled.
isSortable() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
Returns whether this particular node's children can be sorted.
isSorted() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
Returns whether this node is sorted.
isSorting() - Method in class org.fife.ui.FileExplorerTableModel
 
isSpecialItem(String) - Method in class org.fife.ui.SpecialValueComboBox
Returns whether the specified string is a registered "special value" (parameter).
isSpellCheckingEnabled() - Method in class org.fife.rtext.SpellingSupport
Returns whether spell checking is enabled.
isSpellingWindowVisible() - Method in class org.fife.rtext.RText
Returns whether the spelling window is visible.
isSubstanceInstalled() - Static method in class org.fife.ui.SubstanceUtils
Returns whether the currently installed LookAndFeel is Substance.
isTabIconsEnabled() - Static method in class org.fife.jgoodies.looks.Options
Checks and answers if we shall use icons in JTabbedPanes.
isTaskWindowVisible() - Method in class org.fife.rtext.plugins.tasks.TasksPlugin
Returns whether the task window is currently visible.
isToggledOn() - Method in class org.fife.ui.FontSelector
Returns whether this font selector is "toggled on."
isTranslucencySupported(boolean) - Method in class org.fife.util.TranslucencyUtil
Returns whether translucency is supported by this JVM.
isTrueColor(Component) - Static method in class org.fife.jgoodies.looks.LookUtils
Checks and answers whether we have a true color system.
isUnderlineSelectable() - Method in class org.fife.ui.FontSelector
Sets whether "underline" is selectable in the font dialog used by this font selector.
isValid(String) - Method in class org.fife.rtext.plugins.project.tree.FileTreeNode.FileNameChecker
 
isValid(String) - Method in interface org.fife.rtext.plugins.project.tree.NameChecker
Determines whether the text is valid.
isValid(String) - Method in class org.fife.rtext.plugins.project.tree.WorkspaceRootTreeNode.WorkspaceNameChecker
 
isValidFileFilterString(String) - Static method in class org.fife.rtext.SyntaxFilters
Returns true if and only if the file filter string passed in is "valid".
isValidPosition(int) - Static method in class org.fife.ui.dockablewindows.DockableWindow
Returns whether or not the specified position is valid.
isVerboseSearchInfo() - Method in class org.fife.ui.search.MatchData
 
isWebLookAndFeel(String) - Static method in class org.fife.ui.WebLookAndFeelUtils
 
isWebLookAndFeelInstalled() - Static method in class org.fife.ui.WebLookAndFeelUtils
 
isWhitespaceVisible() - Method in class org.fife.rtext.AbstractMainView
Returns whether whitespace is visible in the text areas in this panel.
isWhitespaceVisible() - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Returns whether the user decided whitespace should be visible.
itemStateChanged(ItemEvent) - Method in class org.fife.print.PrintPreviewDialog
 
itemStateChanged(ItemEvent) - Method in class org.fife.ui.rtextarea.GutterOptionPanel
Called when a check box is selected or deselected.

J

java_autoActivation - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
java_autoActivationDelay - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
java_checkForBuildPathMods - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
java_classpath_jars - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
java_classpath_src - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
java_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
java_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
java_paramAssistance - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
java_showDescWindow - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
JavaScriptSourceBrowserTreeConstructor - Class in org.fife.rtext.plugins.langsupport
Constructs the source browser tree for JS source files.
JavaScriptSourceBrowserTreeConstructor() - Constructor for class org.fife.rtext.plugins.langsupport.JavaScriptSourceBrowserTreeConstructor
 
JavaSourceBrowserTreeConstructor - Class in org.fife.rtext.plugins.langsupport
Constructs the source browser tree for Java source files.
JavaSourceBrowserTreeConstructor() - Constructor for class org.fife.rtext.plugins.langsupport.JavaSourceBrowserTreeConstructor
 
JGOODIES_WINDOWS_NAME - Static variable in class org.fife.jgoodies.looks.Options
The class name of the JGoodies Windows L&f.
join(String[]) - Static method in class org.fife.rtext.RTextUtilities
Returns all elements in an array, joined by ", ".
join(String[], String) - Static method in class org.fife.rtext.RTextUtilities
Returns all elements in an array, joined by a specific sequence.
js_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
json_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
jsonIndentFirstLevel - Variable in class org.fife.rtext.plugins.tidy.JsonOptions
 
JsonOptions - Class in org.fife.rtext.plugins.tidy
Options for tidying JSON.
JsonOptions() - Constructor for class org.fife.rtext.plugins.tidy.JsonOptions
 
JsonOptionsPanel - Class in org.fife.rtext.plugins.langsupport
Options panel containing options for JSON.
JsonOptionsPanel() - Constructor for class org.fife.rtext.plugins.langsupport.JsonOptionsPanel
Constructor.
jsonOutputStyle - Variable in class org.fife.rtext.plugins.tidy.JsonOptions
 
jsonSpaceCount - Variable in class org.fife.rtext.plugins.tidy.JsonOptions
 
jsp_autoAddClosingTags - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
jsp_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
jsp_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 

K

key - Variable in class org.fife.ctags.TagExtensionField
 
keyPressed(KeyEvent) - Method in class org.fife.help.HelpDialog.HelpListener
Called whenever the user presses a key in indexField or searchField.
keyReleased(KeyEvent) - Method in class org.fife.help.HelpDialog.HelpListener
 
KeyStrokeCellRenderer - Class in org.fife.ui
Renderer for KeyStrokes in a JTable.
KeyStrokeCellRenderer() - Constructor for class org.fife.ui.KeyStrokeCellRenderer
 
KeyStrokeField - Class in org.fife.ui
A text field that lets a user enter a KeyStroke.
KeyStrokeField() - Constructor for class org.fife.ui.KeyStrokeField
 
keyTyped(KeyEvent) - Method in class org.fife.help.HelpDialog.HelpListener
 
kill() - Method in class org.fife.rtext.plugins.tools.Tool
Forcibly terminates this tool's external process, if it is running.
kind - Variable in class org.fife.ctags.TagEntry
Kind of tag (may be name, character, or null if not known).

L

LABELED - Static variable in class org.fife.ui.FontSelector
 
labelTextColor - Variable in class org.fife.ui.rtextfilechooser.FileTypeInfo
The color to paint the name of the file in the file chooser.
LangSupportPreferences - Class in org.fife.rtext.plugins.langsupport
Preferences for the plugin.
LangSupportPreferences() - Constructor for class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
language - Variable in class org.fife.ui.app.GUIApplicationPreferences
The language for this application, in a Locale-friendly string.
LARGE_ON_SIDES - Static variable in class org.fife.ui.dockablewindows.DockableWindowPanel
 
LARGE_ON_TOP_AND_BOTTOM - Static variable in class org.fife.ui.dockablewindows.DockableWindowPanel
 
latex_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
LatexOptionsPanel - Class in org.fife.rtext.plugins.langsupport
Options panel containing options for LaTeX.
LatexOptionsPanel() - Constructor for class org.fife.rtext.plugins.langsupport.LatexOptionsPanel
Constructor.
LEFT - Static variable in interface org.fife.ui.dockablewindows.DockableWindowConstants
Integer constant representing the left of the window.
LEFT - Static variable in class org.fife.ui.modifiabletable.ModifiableTable
 
LEXICAL_COMPARATOR - Static variable in class org.fife.ui.FileExplorerTableModel
Compares two objects by their string (toString) values.
LIGHT_COLOR - Static variable in class org.fife.ui.SubstanceUtils
 
LINE_BORDER - Static variable in class org.fife.ui.TitledPanel
 
LINE_COLOR - Static variable in class org.fife.ui.SubstanceUtils
 
LINE_NUMBER_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
lineNumber - Variable in class org.fife.ctags.TagEntry
Line number in source file of tag definition (may be zero if not known).
lineNumberColor - Variable in class org.fife.rtext.RTextPreferences
 
lineNumberFont - Variable in class org.fife.rtext.RTextPreferences
 
lineNumbersVisible - Variable in class org.fife.rtext.RTextPreferences
 
LIST_MODE - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooser
 
load(InputStream) - Method in class org.fife.rtext.plugins.console.ConsolePrefs
Overridden to validate the dockable window position value.
load(ProjectPlugin, File) - Static method in class org.fife.rtext.plugins.project.model.Workspace
Loads a workspace from an XML file.
load(InputStream) - Method in class org.fife.rtext.plugins.project.ProjectPluginPrefs
Overridden to validate the task identifiers value.
load(InputStream) - Method in class org.fife.rtext.plugins.tasks.TasksPrefs
Overridden to validate the task identifiers value.
load(InputStream) - Method in class org.fife.rtext.plugins.tools.ToolsPrefs
Overridden to validate the task identifiers value.
load(File) - Method in class org.fife.ui.app.Prefs
Loads this preferences class from a file.
load(InputStream) - Method in class org.fife.ui.app.Prefs
Loads this preferences class from an input stream.
load(Properties) - Method in class org.fife.ui.app.Prefs
Loads this preferences class from a properties object.
loadActionShortcuts(File) - Method in class org.fife.ui.app.AbstractGUIApplication
Loads saved (customized) shortcuts for this application's actions from a file.
loadCommonPreferences(GUIApplicationPreferences, Preferences) - Static method in class org.fife.ui.app.GUIApplicationPreferences
Loads the preferences specified in this class into the specified GUIApplicationPreferences object.
loadFavorites(File) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Loads a list of "Favorites" from a file.
loadMacro(File) - Method in class org.fife.rtext.AbstractMainView
Loads a macro.
loadMacros(File) - Method in class org.fife.rtext.plugins.macros.MacroManager
Loads all macros from a directory.
loadPreferences() - Static method in class org.fife.rtext.RTextPreferences
Returns a preferences instance with data saved previously via the Java Preferences API.
loadPreferences() - Method in class org.fife.ui.app.AbstractGUIApplication
Loads the preferences for this GUI application.
loadPreferences() - Method in interface org.fife.ui.app.GUIApplication
Loads the preferences for this GUI application.
loadPreferences() - Static method in class org.fife.ui.app.GUIApplicationPreferences
Initializes this preferences instance with data saved previously via the Java Preferences API.
loadShortcuts(File) - Method in class org.fife.ui.app.ActionRegistry
Loads shortcuts for the actions from a file.
loadTools(File) - Method in class org.fife.rtext.plugins.tools.ToolManager
Loads all tools from a directory.
location - Variable in class org.fife.ui.app.GUIApplicationPreferences
The location on-screen of this GUI application.
log() - Static method in class org.fife.jgoodies.looks.LookUtils
Prints a new line to the console if logging is enabled.
log(String) - Static method in class org.fife.jgoodies.looks.LookUtils
Prints the given message to the console if logging is enabled.
LOGICAL_DIR_PROJECT_ENTRY - Static variable in interface org.fife.rtext.plugins.project.model.ProjectEntry
A project entry that's a logical folder (not a physical folder on the local file system).
LogicalFolderNameDialog - Class in org.fife.rtext.plugins.project
A dialog that prompts the user for the name of a logical folder.
LogicalFolderNameDialog(Frame, String, NameChecker) - Constructor for class org.fife.rtext.plugins.project.LogicalFolderNameDialog
 
LogicalFolderProjectEntry - Class in org.fife.rtext.plugins.project.model
A project entry representing a logical folder (i.e., not an actual folder on the file system).
LogicalFolderProjectEntry(ProjectEntryParent, String) - Constructor for class org.fife.rtext.plugins.project.model.LogicalFolderProjectEntry
 
LogicalFolderProjectEntryTreeNode - Class in org.fife.rtext.plugins.project.tree
A tree node that's a "logical" folder; that is, one that's not reflecting a physical folder structure on the local file system.
LogicalFolderProjectEntryTreeNode(ProjectPlugin, LogicalFolderProjectEntry) - Constructor for class org.fife.rtext.plugins.project.tree.LogicalFolderProjectEntryTreeNode
 
lookAndFeel - Variable in class org.fife.ui.app.GUIApplicationPreferences
The user's preferred look and feel for the application.
lookAndFeelChanged(LookAndFeel) - Method in class org.fife.ui.app.AbstractPlugin
Called when the LookAndFeel changes.
lookAndFeelChanged(LookAndFeel) - Method in class org.fife.ui.app.GUIPlugin
Overridden to update the LookAndFeel of any non-active (i.e. not visible) dockable windows owned by this plugin.
LookUtils - Class in org.fife.jgoodies.looks
Provides convenience behavior used by the JGoodies Looks.
lostOwnership(Clipboard, Transferable) - Method in class org.fife.ui.rtextfilechooser.FileListTransferable
 
LTR_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 

M

Macro - Class in org.fife.rtext.plugins.macros
A macro; that is, a script to run in the RText JVM.
Macro() - Constructor for class org.fife.rtext.plugins.macros.Macro
Constructor used to support serialization.
MACRO_EXTENSION - Static variable in class org.fife.rtext.RTextUtilities
The extension at the end of all macro files.
MacroManager - Class in org.fife.rtext.plugins.macros
Manages all of the macros in an RText session.
MacroPlugin - Class in org.fife.rtext.plugins.macros
A plugin providing scripted macro support to RText.
MacroPlugin(AbstractPluggableGUIApplication) - Constructor for class org.fife.rtext.plugins.macros.MacroPlugin
Constructor.
MacroPrefs - Class in org.fife.rtext.plugins.macros
Preferences for the macros plugin.
MacroPrefs() - Constructor for class org.fife.rtext.plugins.macros.MacroPrefs
 
main(String[]) - Static method in class org.fife.rtext.plugins.tools.Tool
 
main(String[]) - Static method in class org.fife.rtext.RText
Program entry point.
main(String[]) - Static method in class org.fife.ui.breadcrumbbar.BreadcrumbBarTest
 
main(String[]) - Static method in class org.fife.ui.rtextfilechooser.extras.FileIOExtras
Entry point for a simple debugging application.
MAIN_VIEW_STYLE_PROPERTY - Static variable in class org.fife.rtext.RText
 
mainContentPanel - Variable in class org.fife.ui.app.AbstractGUIApplication
This panel contains actualContentPane.
mainView - Variable in class org.fife.rtext.RTextPreferences
 
mainViewActionAccelerators - Variable in class org.fife.rtext.RTextPreferences
 
makeCustomizable() - Method in class org.fife.ui.CustomizableToolBar
This should be called at the end of the constructor of any toolbar that overrides this class.
makeSpringCompactGrid(Container, int, int, int, int, int, int) - Static method in class org.fife.ui.UIUtil
This method is ripped off from SpringUtilities.java found on Sun's Java Tutorial pages.
marginLineColor - Variable in class org.fife.rtext.RTextPreferences
 
marginLineEnabled - Variable in class org.fife.rtext.RTextPreferences
 
marginLinePosition - Variable in class org.fife.rtext.RTextPreferences
 
MARK_ALL_COLOR_PROPERTY - Static variable in class org.fife.rtext.AbstractMainView
 
MARK_OCCURRENCES_COLOR_PROPERTY - Static variable in class org.fife.rtext.AbstractMainView
 
MARK_OCCURRENCES_PROPERTY - Static variable in class org.fife.rtext.AbstractMainView
 
markAllHighlightColor - Variable in class org.fife.rtext.RTextPreferences
 
markOccurrences - Variable in class org.fife.rtext.RTextPreferences
 
markOccurrencesColor - Variable in class org.fife.rtext.RTextPreferences
 
matchBothBrackets - Variable in class org.fife.rtext.RTextPreferences
 
MatchData - Class in org.fife.ui.search
Information on a match found when searching a document.
MatchData(String, String, String) - Constructor for class org.fife.ui.search.MatchData
 
MatchData(String, String, String, int) - Constructor for class org.fife.ui.search.MatchData
 
matchedBracketBGColor - Variable in class org.fife.rtext.RTextPreferences
 
matchedBracketBorderColor - Variable in class org.fife.rtext.RTextPreferences
 
MAX_FILE_SIZE_PROPERTY - Static variable in class org.fife.rtext.AbstractMainView
 
maxFileHistorySize - Variable in class org.fife.rtext.RTextPreferences
 
maxFileSize - Variable in class org.fife.rtext.RTextPreferences
 
maxSpellingErrors - Variable in class org.fife.rtext.RTextPreferences
 
MDI_VIEW - Static variable in class org.fife.rtext.RText
 
MENU_DOCKED_WINDOWS - Static variable in class org.fife.rtext.RTextMenuBar
A key to get the "Docked Windows" menu via MenuBar.getMenuByName(String).
MENU_EDIT - Static variable in class org.fife.rtext.RTextMenuBar
A key to get the Edit menu via MenuBar.getMenuByName(String).
MENU_FILE - Static variable in class org.fife.rtext.RTextMenuBar
A key to get the File menu via MenuBar.getMenuByName(String).
MENU_HELP - Static variable in class org.fife.rtext.RTextMenuBar
A key to get the Help menu via MenuBar.getMenuByName(String).
MENU_MACROS - Static variable in class org.fife.rtext.RTextMenuBar
A key to get the Macros menu via MenuBar.getMenuByName(String).
MENU_SEARCH - Static variable in class org.fife.rtext.RTextMenuBar
A key to get the Search menu via MenuBar.getMenuByName(String).
MENU_VIEW - Static variable in class org.fife.rtext.RTextMenuBar
A key to get the View menu via MenuBar.getMenuByName(String).
MenuBar - Class in org.fife.ui.app
The menu bar used by instances of GUIApplication.
MenuBar() - Constructor for class org.fife.ui.app.MenuBar
 
MenuButton - Class in org.fife.ui
A button that, when clicked, presents the user with a popup menu.
MenuButton(Icon) - Constructor for class org.fife.ui.MenuButton
Constructor.
menuItemAcceleratorWorkaround() - Method in class org.fife.rtext.RText
Thanks to Java Bug ID 5026829, JMenuItems (among other Swing components) don't update their accelerators, etc. when the properties on which they were created update them.
menuItemAcceleratorWorkaround() - Method in class org.fife.rtext.RTextMenuBar
Thanks to Java Bug ID 5026829, JMenuItems (among other Swing components) don't update their accelerators, etc. when the properties on which they were created update them.
Messages - Class in org.fife.rtext.plugins.project
Localized messages for the Project plugin.
MID_COLOR - Static variable in class org.fife.ui.SubstanceUtils
 
ModelEntity - Interface in org.fife.rtext.plugins.project.model
A component in the model of a workspace.
modelIndex(int) - Method in class org.fife.ui.FileExplorerTableModel
 
ModifiableTable - Class in org.fife.ui.modifiabletable
A table with "Add," "Remove," and possibly "Modify" buttons.
ModifiableTable(DefaultTableModel) - Constructor for class org.fife.ui.modifiabletable.ModifiableTable
Creates a ModifiableTable with Add, Remove, and Modify buttons below the table.
ModifiableTable(DefaultTableModel, Object[]) - Constructor for class org.fife.ui.modifiabletable.ModifiableTable
Creates a ModifiableTable with Add, Remove, and Modify buttons below the table.
ModifiableTable(DefaultTableModel, String, int) - Constructor for class org.fife.ui.modifiabletable.ModifiableTable
Constructor.
ModifiableTable(DefaultTableModel, String, int, List<? extends Action>) - Constructor for class org.fife.ui.modifiabletable.ModifiableTable
Constructor.
ModifiableTable(DefaultTableModel, Object[], String, int) - Constructor for class org.fife.ui.modifiabletable.ModifiableTable
Constructor.
ModifiableTable(DefaultTableModel, Object[], String, int, List<? extends Action>) - Constructor for class org.fife.ui.modifiabletable.ModifiableTable
Constructor.
modifiableTableChanged(ModifiableTableChangeEvent) - Method in interface org.fife.ui.modifiabletable.ModifiableTableListener
Called whenever the modified table has a row added, modified or removed.
modifiableTableChanged(ModifiableTableChangeEvent) - Method in class org.fife.ui.rtextfilechooser.FileChooserFavoritesOptionPanel
Called whenever the extension/color mapping table is changed.
modifiableTableChanged(ModifiableTableChangeEvent) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooserOptionPanel
Called whenever the extension/color mapping table is changed.
ModifiableTableChangeEvent - Class in org.fife.ui.modifiabletable
An event representing the addition, removal or modification of a row in a ModifiableTable.
ModifiableTableChangeEvent(ModifiableTable, int, int) - Constructor for class org.fife.ui.modifiabletable.ModifiableTableChangeEvent
Constructor.
ModifiableTableListener - Interface in org.fife.ui.modifiabletable
An implementor of this class gets notified of the addition, removal, or modification of any rows of a ModifiableTable.
MODIFIED - Static variable in class org.fife.ui.modifiabletable.ModifiableTableChangeEvent
 
modifiedDocumentNamesColor - Variable in class org.fife.rtext.RTextPreferences
 
MODIFY - Static variable in class org.fife.ui.modifiabletable.ModifiableTable
 
modifyRow() - Method in class org.fife.ui.modifiabletable.ModifiableTable
Modifies the contents of a row in the table.
mouseClicked(MouseEvent) - Method in class org.fife.help.HelpDialog.HelpListener
We're listening for when the user clicks in one of our components.
mouseClicked(MouseEvent) - Method in class org.fife.ui.StatusBar
Called whenever the mouse is clicked in a component listened to by this status bar.
mouseEntered(MouseEvent) - Method in class org.fife.ui.StatusBar
Called whenever the mouse enters a component listened to by this status bar.
mouseExited(MouseEvent) - Method in class org.fife.ui.StatusBar
Called whenever the mouse exits in a component listened to by this status bar.
mouseLocation - Variable in class org.fife.ui.TabbedPaneTransferHandler
The location of the mouse cursor throughout the drag-and-drop.
mousePressed(MouseEvent) - Method in class org.fife.ui.StatusBar
Called whenever the mouse is pressed in a component listened to by this status bar.
mouseReleased(MouseEvent) - Method in class org.fife.ui.StatusBar
Called whenever the mouse is released in a component listened to by this status bar.
MOVE_FOCUS_DOWN_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
MOVE_FOCUS_LEFT_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
MOVE_FOCUS_RIGHT_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
MOVE_FOCUS_UP_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
MOVE_UP_DOWN - Static variable in class org.fife.ui.modifiabletable.ModifiableTable
 
moveProjectDown(Project) - Method in class org.fife.rtext.plugins.project.model.Workspace
 
moveProjectEntityDown() - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode
Moves the project model entity this tree node represents "down" in its parent, if it makes logical sense to do so.
moveProjectEntityUp() - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode
Moves the project model entity this tree node represents "up" in its parent, if it makes logical sense to do so.
moveProjectEntryDown(ProjectEntry) - Method in class org.fife.rtext.plugins.project.model.LogicalFolderProjectEntry
 
moveProjectEntryDown(ProjectEntry) - Method in class org.fife.rtext.plugins.project.model.Project
 
moveProjectEntryDown(ProjectEntry) - Method in interface org.fife.rtext.plugins.project.model.ProjectEntryParent
 
moveProjectEntryUp(ProjectEntry) - Method in class org.fife.rtext.plugins.project.model.LogicalFolderProjectEntry
 
moveProjectEntryUp(ProjectEntry) - Method in class org.fife.rtext.plugins.project.model.Project
 
moveProjectEntryUp(ProjectEntry) - Method in interface org.fife.rtext.plugins.project.model.ProjectEntryParent
 
moveProjectUp(Project) - Method in class org.fife.rtext.plugins.project.model.Workspace
 
moveRow(int) - Method in class org.fife.ui.modifiabletable.ModifiableTable
Swaps the selected row with another.
moveToRecycleBin(Window, File[], boolean, boolean) - Method in class org.fife.ui.rtextfilechooser.extras.FileIOExtras
Moves the specified files and/or directories to the recycle bin.
moveToRecycleBin(Window, String[], boolean, boolean) - Method in class org.fife.ui.rtextfilechooser.extras.FileIOExtras
Moves the specified file to the recycle bin.
moveToTopOfCurrentDocument() - Method in class org.fife.rtext.AbstractMainView
Scrolls to the top of the current document, and places the cursor there.
moveTreeNodeDown(AbstractWorkspaceTreeNode) - Method in class org.fife.rtext.plugins.project.ProjectPlugin
Moves a tree node down in its parent's list of children, if possible.
moveTreeNodeUp(AbstractWorkspaceTreeNode) - Method in class org.fife.rtext.plugins.project.ProjectPlugin
Moves a tree node up in its parent's list of children, if possible.
msg - Static variable in class org.fife.rtext.plugins.console.Plugin
 
msg - Static variable in class org.fife.rtext.plugins.macros.MacroPlugin
 
msg - Static variable in class org.fife.rtext.plugins.tools.ToolPlugin
 
mxml_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
MxmlOptionsPanel - Class in org.fife.rtext.plugins.langsupport
Options panel containing options for MXML.
MxmlOptionsPanel() - Constructor for class org.fife.rtext.plugins.langsupport.MxmlOptionsPanel
Constructor.

N

name - Variable in class org.fife.ctags.TagEntry
The name of this tag entry.
name - Variable in class org.fife.ctags.TagFileInfo
 
NAME_PROPERTY - Static variable in class org.fife.ui.dockablewindows.DockableWindow
Property fired when a dockable window's name changes.
NameChecker - Interface in org.fife.rtext.plugins.project.tree
Determines whether text is valid for a particular field in a form.
NEW_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
newButton(ResourceBundle, String) - Static method in class org.fife.ui.UIUtil
Returns a button with the specified text.
newButton(ResourceBundle, String, ActionListener) - Static method in class org.fife.ui.UIUtil
Returns a button with the specified text.
newButton(ResourceBundle, String, String) - Static method in class org.fife.ui.UIUtil
Returns a button with the specified text and mnemonic.
newButton(ResourceBundle, String, String, ActionListener) - Static method in class org.fife.ui.UIUtil
Returns a button with the specified text and mnemonic.
newCheckBox(ResourceBundle, String) - Static method in class org.fife.ui.UIUtil
Returns a check box with the specified text.
newFileAction - Variable in class org.fife.ui.rtextfilechooser.FileSystemTree
 
NewFolderDialog - Class in org.fife.rtext.plugins.project
Lets the user select a folder to add to a project.
NewFolderDialog(RText) - Constructor for class org.fife.rtext.plugins.project.NewFolderDialog
Constructor.
NewFolderDialog(RText, FolderProjectEntry) - Constructor for class org.fife.rtext.plugins.project.NewFolderDialog
Constructor.
newLabel(ResourceBundle, String) - Static method in class org.fife.ui.UIUtil
Returns an JLabel with the specified text.
newLabel(ResourceBundle, String, Component) - Static method in class org.fife.ui.UIUtil
Returns an JLabel with the specified text.
newMacroAccelerator - Variable in class org.fife.rtext.plugins.macros.MacroPrefs
Accelerator for the "New Macro..." action.
NewMacroDialog - Class in org.fife.rtext.plugins.macros
A dialog allowing the user to create a new macro.
NewMacroDialog(MacroPlugin, JDialog) - Constructor for class org.fife.rtext.plugins.macros.NewMacroDialog
 
NewMacroDialog(MacroPlugin, JFrame) - Constructor for class org.fife.rtext.plugins.macros.NewMacroDialog
 
newRadio(ResourceBundle, String, ButtonGroup) - Static method in class org.fife.ui.UIUtil
Returns a radio button with the specified properties.
newRadio(ResourceBundle, String, ButtonGroup, ActionListener) - Static method in class org.fife.ui.UIUtil
Returns a radio button with the specified properties.
newRadio(ResourceBundle, String, ButtonGroup, ActionListener, boolean) - Static method in class org.fife.ui.UIUtil
Returns a radio button with the specified properties.
newTabbedPaneButton(String) - Static method in class org.fife.ui.UIUtil
Returns a button to add to a panel in a tabbed pane.
newTabbedPanePanel() - Static method in class org.fife.ui.UIUtil
Returns an opaque panel so we get the cool gradient effect on Windows XP and Vista.
newTabbedPanePanel(LayoutManager) - Static method in class org.fife.ui.UIUtil
Returns an opaque panel so we get the cool gradient effect on Windows XP and Vista.
newToolAccelerator - Variable in class org.fife.rtext.plugins.tools.ToolsPrefs
Accelerator for the "New Tool..." action.
NewToolDialog - Class in org.fife.rtext.plugins.tools
A dialog that allows the user to create or edit an external tool.
NewToolDialog(JDialog) - Constructor for class org.fife.rtext.plugins.tools.NewToolDialog
Constructor.
NewToolDialog(JFrame) - Constructor for class org.fife.rtext.plugins.tools.NewToolDialog
Constructor.
NEXT_DOCUMENT_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
NextDocumentAction - Class in org.fife.rtext.actions
Moves focus to the next (or previous) document.
NextDocumentAction(RText, ResourceBundle, boolean) - Constructor for class org.fife.rtext.actions.NextDocumentAction
Constructor.
NO_CASE_CHECK - Static variable in class org.fife.ui.rtextfilechooser.filters.ExtensionFileFilter
 
NO_CONTENT_BORDER_KEY - Static variable in class org.fife.jgoodies.looks.Options
A JTabbedPane client property key that indicates that no content border shall be painted.
NO_ICONS_KEY - Static variable in class org.fife.jgoodies.looks.Options
A JMenu client property key for a hint that the menu items in the menu have no icons.
NO_MARGIN_KEY - Static variable in class org.fife.jgoodies.looks.Options
A JPopupMenu client property key for a hint that the border shall have no extra margin.
NO_REPLACEMENT - Static variable in class org.fife.jgoodies.looks.Options
A replacement used to replace a given L&f with nothing, that indicates that it should not be used.
nodeChanged(TreeNode) - Method in class org.fife.rtext.plugins.project.tree.WorkspaceTree
Refreshes the display of a specific tree node.
NOT_LABELED - Static variable in class org.fife.ui.FontSelector
 
NOT_SORTED - Static variable in class org.fife.ui.FileExplorerTableModel
 
nsis_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
NsisOptionsPanel - Class in org.fife.rtext.plugins.langsupport
Options panel containing options for NSIS scripts.
NsisOptionsPanel() - Constructor for class org.fife.rtext.plugins.langsupport.NsisOptionsPanel
Constructor.
NumberDocumentFilter - Class in org.fife.rtext
A document filter that only allows digits to be entered.
NumberDocumentFilter() - Constructor for class org.fife.rtext.NumberDocumentFilter
 

O

OFFER_SUGGESTIONS_PROPERTY - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooserOptionPanel
 
okPressed() - Method in class org.fife.rtext.RemoteFileChooser
Called when the OK button is pressed.
OPEN_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
OPEN_DIALOG - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooser
 
OPEN_FILES_STYLE_PROPERTY - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooserOptionPanel
 
OPEN_MODE - Static variable in class org.fife.rtext.RemoteFileChooser
Mode designating a file should be opened.
OPEN_NEWWIN_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
OPEN_REMOTE_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
openAllFilesIn(RText, File) - Static method in class org.fife.rtext.RTextUtilities
Opens all files in the specified directory tree in RText.
openFile(FileLocation, String, boolean) - Method in class org.fife.rtext.AbstractMainView
Adds a file to this tabbed pane.
openFile(String, String) - Method in class org.fife.rtext.AbstractMainView
Adds an already-created text file to this tabbed pane.
openFile(String, String, boolean) - Method in class org.fife.rtext.AbstractMainView
Adds an already-created text file to this tabbed pane.
openFile(String) - Method in class org.fife.rtext.RText
 
openFile(String) - Method in class org.fife.ui.app.AbstractGUIApplication
Gets called from the OSXAdapter; this method is needed by the Mac OS X JVM.
openFiles(String[]) - Method in class org.fife.rtext.RText
Opens the specified files.
openWorkspaceName - Variable in class org.fife.rtext.plugins.project.ProjectPluginPrefs
The name of the most recently opened workspace.
OPTION_PANEL_ID - Static variable in class org.fife.rtext.plugins.langsupport.OptionsPanel
ID used to identify this option panel, so others can attach to it.
Options - Class in org.fife.jgoodies.looks
Provides access to optional features of the JGoodies L&Fs via a key to the system properties, via a key for the UIDefaults table, via a method, or all of them.
OPTIONS_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
OptionsDialog - Class in org.fife.rtext.optionsdialog
RText's options dialog.
OptionsDialog(RText) - Constructor for class org.fife.rtext.optionsdialog.OptionsDialog
Constructor.
optionsDialog - Variable in class org.fife.rtext.RText
 
OptionsDialog - Class in org.fife.ui
An options dialog similar to those found in many Microsoft Windows applications.
OptionsDialog(Frame) - Constructor for class org.fife.ui.OptionsDialog
Creates a new options dialog with no options panels.
OptionsDialog(Frame, OptionsDialogPanel[]) - Constructor for class org.fife.ui.OptionsDialog
Creates a new options dialog with the specified array of option panels.
OptionsDialogPanel - Class in org.fife.ui
Base class for panels that go into an instance of OptionsDialog.
OptionsDialogPanel() - Constructor for class org.fife.ui.OptionsDialogPanel
Constructor.
OptionsDialogPanel(String) - Constructor for class org.fife.ui.OptionsDialogPanel
Constructor.
OptionsDialogPanel.OptionPanelBorder - Class in org.fife.ui
A border useful for dividing sections of an Options panel.
OptionsDialogPanel.OptionPanelBorder(String) - Constructor for class org.fife.ui.OptionsDialogPanel.OptionPanelBorder
Constructor.
OptionsDialogPanel.OptionsPanelCheckResult - Class in org.fife.ui
The class that is returned from ensureValidInputs; it contains a JComponent that had invalid input, and a String to display as the error message.
OptionsDialogPanel.OptionsPanelCheckResult(OptionsDialogPanel) - Constructor for class org.fife.ui.OptionsDialogPanel.OptionsPanelCheckResult
 
OptionsDialogPanel.OptionsPanelCheckResult(OptionsDialogPanel, JComponent, String) - Constructor for class org.fife.ui.OptionsDialogPanel.OptionsPanelCheckResult
 
OptionsPanel - Class in org.fife.rtext.plugins.langsupport
The main options dialog panel for language options.
OptionsPanel(Plugin) - Constructor for class org.fife.rtext.plugins.langsupport.OptionsPanel
 
org.fife.ctags - package org.fife.ctags
Classes for parsing ctags files.
org.fife.help - package org.fife.help
A standard Help dialog for applications.
org.fife.io - package org.fife.io
Utility I/O classes.
org.fife.jgoodies.looks - package org.fife.jgoodies.looks
 
org.fife.jgoodies.looks.common - package org.fife.jgoodies.looks.common
 
org.fife.print - package org.fife.print
Printing-related classes, including a "Print Preview" dialog.
org.fife.rtext - package org.fife.rtext
The RText application.
org.fife.rtext.actions - package org.fife.rtext.actions
 
org.fife.rtext.optionsdialog - package org.fife.rtext.optionsdialog
Defines RText's options dialog.
org.fife.rtext.plugins.console - package org.fife.rtext.plugins.console
A dockable window simulating a system console.
org.fife.rtext.plugins.filesystemtree - package org.fife.rtext.plugins.filesystemtree
An RText plugin that displays a tree view of the local file system, for easy opening of files.
org.fife.rtext.plugins.heapindicator - package org.fife.rtext.plugins.heapindicator
An RText plugin that displays a "JVM heap indicator" widget in the status bar.
org.fife.rtext.plugins.langsupport - package org.fife.rtext.plugins.langsupport
Support for parsing and code completion of programming languages.
org.fife.rtext.plugins.macros - package org.fife.rtext.plugins.macros
An RText plugin providing scripted macro support (e.g.
org.fife.rtext.plugins.project - package org.fife.rtext.plugins.project
An RText plugin that adds project support.
org.fife.rtext.plugins.project.model - package org.fife.rtext.plugins.project.model
The "model" classes representing a workspace of 1 or more projects.
org.fife.rtext.plugins.project.tree - package org.fife.rtext.plugins.project.tree
The workspace tree view in the plugin's dockable window.
org.fife.rtext.plugins.sourcebrowser - package org.fife.rtext.plugins.sourcebrowser
An RText plugin that uses Ctags to display a tree view of source code.
org.fife.rtext.plugins.tasks - package org.fife.rtext.plugins.tasks
An RText plugin that scans for tasks ("TODO", "FIXME", etc.) in source code comments.
org.fife.rtext.plugins.tidy - package org.fife.rtext.plugins.tidy
Support for pretty-printing source code.
org.fife.rtext.plugins.tools - package org.fife.rtext.plugins.tools
External tool support.
org.fife.ui - package org.fife.ui
Custom Swing widgets and utility methods for Swing UI's.
org.fife.ui.app - package org.fife.ui.app
A (very) simple Swing application framework.
org.fife.ui.breadcrumbbar - package org.fife.ui.breadcrumbbar
A breadcrumb bar component that can browse the local file system.
org.fife.ui.dockablewindows - package org.fife.ui.dockablewindows
A simple dockable window framework for Swing applications.
org.fife.ui.modifiabletable - package org.fife.ui.modifiabletable
A table widget that allows structured modifications to it (e.g., adding, removing and modifying rows).
org.fife.ui.rsyntaxtextarea - package org.fife.ui.rsyntaxtextarea
Utility classes dealing with RSyntaxTextArea.
org.fife.ui.rtextarea - package org.fife.ui.rtextarea
Primarily options panels for the Options dialog that handle text editor options.
org.fife.ui.rtextfilechooser - package org.fife.ui.rtextfilechooser
A file chooser designed specifically for text files.
org.fife.ui.rtextfilechooser.extras - package org.fife.ui.rtextfilechooser.extras
Host-specific extras for the file chooser.
org.fife.ui.rtextfilechooser.filters - package org.fife.ui.rtextfilechooser.filters
Commonly used file filters.
org.fife.ui.search - package org.fife.ui.search
Dialogs for text searching/replacement (Find, Replace, Find in Files, and Replace in Files).
org.fife.util - package org.fife.util
Utility methods for various common stuff in an application.
OS_LINUX - Static variable in interface org.fife.ui.app.GUIApplicationConstants
Integer constant representing Linux.
OS_MAC_OSX - Static variable in interface org.fife.ui.app.GUIApplicationConstants
Integer constant representing Mac OS X.
OS_OTHER - Static variable in interface org.fife.ui.app.GUIApplicationConstants
Integer constant representing an "unknown" OS. 99.99% of the time, this means some UNIX variant (AIX, SunOS, etc.).
OS_WINDOWS - Static variable in interface org.fife.ui.app.GUIApplicationConstants
Integer constant representing a Windows-variant OS.
outputWritten(Process, String, boolean) - Method in interface org.fife.io.ProcessRunnerOutputListener
Called when output was written to stdout or stderr.
outputWritten(Process, String, boolean) - Method in class org.fife.rtext.plugins.tools.ToolDockableWindow
Called when output was written to stdout or stderr.
owner - Variable in class org.fife.rtext.AbstractMainView
 

P

pack() - Method in class org.fife.ui.app.ExceptionDialog
Workaround for the fact that, if our SelectableLabel (e.g.
pack() - Method in interface org.fife.ui.app.GUIApplication
Repacks the GUI application's main window.
paint(Graphics, JComponent) - Method in class org.fife.ui.breadcrumbbar.BreadcrumbBarToggleButtonUI
 
paint(Graphics) - Method in class org.fife.ui.ResizableFrameContentPane
Paints this panel.
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.fife.jgoodies.looks.common.ShadowPopupBorder
Paints the border for the specified component with the specified position and size.
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.fife.rtext.BottomLineBorder
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.fife.ui.BevelDividerBorder
Paints the border for the specified component with the specified position and size.
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.fife.ui.OptionsDialogPanel.OptionPanelBorder
Paints the border for the specified component with the specified position and size.
paintBorder(Component, Graphics, int, int, int, int) - Method in class org.fife.ui.TitledPanel.BottomBevelBorder
 
paintComponent(Graphics) - Method in class org.fife.ui.breadcrumbbar.BreadcrumbBar
 
paintComponent(Graphics) - Method in class org.fife.ui.StatusBarPanel
Paints this panel with the (optional) shadow effect.
paintIcon(Component, Graphics, int, int) - Method in class org.fife.rtext.EmptyIcon
Paints nothing.
paintIcon(Component, Graphics, int, int) - Method in class org.fife.ui.RColorButton.ColorIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.fife.ui.SizeGripIcon
Paints this icon.
panel - Variable in class org.fife.ui.OptionsDialogPanel.OptionsPanelCheckResult
 
parseTagLine(String) - Method in class org.fife.ctags.TagEntry
Parses a line from a ctag file and populates this tag entry with appropriate values.
pasteOperationCompleted(int) - Method in class org.fife.ui.rtextfilechooser.DefaultFilePasteCallback
Hides the progress monitor, if it is visible.
pasteOperationCompleted(int) - Method in interface org.fife.ui.rtextfilechooser.FilePasteCallback
Called when the paste operation has completed.
pattern - Variable in class org.fife.ctags.TagEntry
Pattern for locating source line (may be null if not present).
perl_compile - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
perl_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
perl_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
perl_installLoc - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
perl_overridden_perl5lib - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
perl_override_perl5lib - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
perl_paramAssistance - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
perl_showDescWindow - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
perl_taintMode - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
perl_useParens - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
perl_warnings - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
php_autoActivation - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
php_autoActivationDelay - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
php_autoAddClosingTags - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
php_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
php_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
php_showDescWindow - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
PhysicalLocationTreeNode - Interface in org.fife.rtext.plugins.project.tree
Marker interface for a tree node representing a physical folder.
PhysicalLocationTreeNode.NotYetPopulatedChild - Class in org.fife.rtext.plugins.project.tree
Dummy class signifying that this tree node has not yet had its children calculated.
PhysicalLocationTreeNode.NotYetPopulatedChild(ProjectPlugin) - Constructor for class org.fife.rtext.plugins.project.tree.PhysicalLocationTreeNode.NotYetPopulatedChild
 
PickyDocumentFilter - Class in org.fife.ui
A document filter that only allows certain characters to be entered.
PickyDocumentFilter() - Constructor for class org.fife.ui.PickyDocumentFilter
 
PLASTIC3D_NAME - Static variable in class org.fife.jgoodies.looks.Options
The class name of the JGoodies Plastic3D L&f.
PLASTICXP_NAME - Static variable in class org.fife.jgoodies.looks.Options
The class name of the JGoodies PlasticXP L&f.
Plugin - Class in org.fife.rtext.plugins.console
A plugin that allows the user to have a command prompt embedded in RText.
Plugin(AbstractPluggableGUIApplication) - Constructor for class org.fife.rtext.plugins.console.Plugin
Constructor.
Plugin - Class in org.fife.rtext.plugins.langsupport
A plugin that enables code completion and language parsing support for various programming languages.
Plugin(AbstractPluggableGUIApplication) - Constructor for class org.fife.rtext.plugins.langsupport.Plugin
Constructor.
plugin - Variable in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode
 
Plugin - Class in org.fife.rtext.plugins.tidy
A plugin that "tidies" source code.
Plugin(AbstractPluggableGUIApplication) - Constructor for class org.fife.rtext.plugins.tidy.Plugin
Constructor.
Plugin - Interface in org.fife.ui.app
A "plugin" in a GUI application is a class that extends that application in some way.
PluginOptionsDialogPanel - Class in org.fife.ui.app
Options panel specifically for a plugin.
PluginOptionsDialogPanel(Plugin) - Constructor for class org.fife.ui.app.PluginOptionsDialogPanel
Constructor.
PluginOptionsDialogPanel(String, Plugin) - Constructor for class org.fife.ui.app.PluginOptionsDialogPanel
Constructor.
PluginPrefs - Class in org.fife.rtext.plugins.tidy
General preferences for the Tidy plugin.
PluginPrefs() - Constructor for class org.fife.rtext.plugins.tidy.PluginPrefs
 
populateAddRemovePopupMenu(ResourceBundle) - Method in class org.fife.ui.CustomizableToolBar
Populates the "Add/Remove Buttons" popup menu.
popup - Variable in class org.fife.ui.rtextfilechooser.FileSystemTree
 
POPUP_DROP_SHADOW_ENABLED_KEY - Static variable in class org.fife.jgoodies.looks.Options
A UIDefaults key for the popup drop shadow enablement.
PopupContent - Interface in org.fife.rtext.plugins.project
Tag interface for something that can be content in a popup menu from a workspace tree node.
PopupContent.PopupAction - Interface in org.fife.rtext.plugins.project
 
PopupContent.PopupSubMenu - Class in org.fife.rtext.plugins.project
 
PopupContent.PopupSubMenu(String) - Constructor for class org.fife.rtext.plugins.project.PopupContent.PopupSubMenu
 
popupMenuCanceled(PopupMenuEvent) - Method in class org.fife.rtext.RTextMenuBar
 
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class org.fife.rtext.RTextMenuBar
 
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class org.fife.rtext.RTextMenuBar
Called when one of the popup menus is about to become visible.
position - Variable in class org.fife.rtext.plugins.filesystemtree.FileSystemTreePrefs
The GUI plugin window 's position.
position - Variable in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPrefs
The GUI plugin window 's position.
possiblyAddOpenInActions(List<PopupContent>) - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode
Adds menu items to open in the system's default editor and viewer applications, if we're running in Java 6 or later.
possiblyFixGridColor(JTable) - Static method in class org.fife.ui.UIUtil
Make a table use the right grid color on Windows Vista, when using the Windows Look and Feel.
postVisit(Workspace) - Method in interface org.fife.rtext.plugins.project.model.WorkspaceVisitor
 
postVisit(Project) - Method in interface org.fife.rtext.plugins.project.model.WorkspaceVisitor
 
postVisit(FileProjectEntry) - Method in interface org.fife.rtext.plugins.project.model.WorkspaceVisitor
 
postVisit(FolderProjectEntry) - Method in interface org.fife.rtext.plugins.project.model.WorkspaceVisitor
 
postVisit(LogicalFolderProjectEntry) - Method in interface org.fife.rtext.plugins.project.model.WorkspaceVisitor
 
preDisplayInit(GUIApplicationPreferences, SplashScreen) - Method in class org.fife.rtext.RText
This is called in the GUI application's constructor.
preDisplayInit(GUIApplicationPreferences, SplashScreen) - Method in class org.fife.ui.app.AbstractGUIApplication
This is called in the GUI application's constructor.
preDisplayInit(GUIApplicationPreferences, SplashScreen) - Method in class org.fife.ui.app.AbstractPluggableGUIApplication
This is called in the GUI application's constructor.
preferences() - Method in class org.fife.rtext.RText
1.5.2004/pwy: The following two functions are called from the OSXAdapter and provide the hooks for the functions from the standard Apple application menu.
preferences() - Method in class org.fife.ui.app.AbstractGUIApplication
Gets called from the OSXAdapter; this method is needed by the Mac OS X JVM.
Prefs - Class in org.fife.ui.app
A simple wrapper for preferences for some object.
Prefs() - Constructor for class org.fife.ui.app.Prefs
Constructor.
preMenuBarInit(GUIApplicationPreferences, SplashScreen) - Method in class org.fife.rtext.RText
This is called in the GUI application's constructor.
preMenuBarInit(GUIApplicationPreferences, SplashScreen) - Method in class org.fife.ui.app.AbstractGUIApplication
This is called in the GUI application's constructor.
preStatusBarInit(GUIApplicationPreferences, SplashScreen) - Method in class org.fife.rtext.RText
This is called in the GUI application's constructor.
preStatusBarInit(GUIApplicationPreferences, SplashScreen) - Method in class org.fife.ui.app.AbstractGUIApplication
This is called in the GUI application's constructor.
preToolBarInit(GUIApplicationPreferences, SplashScreen) - Method in class org.fife.rtext.RText
This is called in the GUI application's constructor.
preToolBarInit(GUIApplicationPreferences, SplashScreen) - Method in class org.fife.ui.app.AbstractGUIApplication
This is called in the GUI application's constructor.
prettyUp() - Method in class org.fife.ui.search.FindInFilesTable
Allows the results component to update its appearance after having lots of data added to it.
PREVIOUS_DOCUMENT_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
print(Graphics, PageFormat, int) - Method in class org.fife.rtext.RTextEditorPane
Method called when it's time to print this badboy (the old-school, AWT way).
PRINT_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
PRINT_PREVIEW_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
printFont - Variable in class org.fife.rtext.RTextPreferences
 
PrintPreviewDialog - Class in org.fife.print
A dialog showing the user what their print job will look like.
PrintPreviewDialog(Frame, Printable) - Constructor for class org.fife.print.PrintPreviewDialog
Creates a new PrintPreviewDialog.
processCompleted(Process, int, Throwable) - Method in interface org.fife.io.ProcessRunnerOutputListener
Called when the process completes.
processCompleted(Process, int, Throwable) - Method in class org.fife.rtext.plugins.tools.ToolDockableWindow
Called when the process completes.
processFocusEvent(FocusEvent) - Method in class org.fife.ui.FSATextField
Process the focus events of this text field.
processKeyEvent(KeyEvent) - Method in class org.fife.ui.KeyStrokeField
 
processMouseEvent(MouseEvent) - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
 
processMouseEvent(MouseEvent) - Method in class org.fife.rtext.plugins.project.tree.WorkspaceTree
Overridden to display our popup menu if necessary.
processMouseEvent(MouseEvent) - Method in class org.fife.ui.Hyperlink
 
processMouseEvent(MouseEvent) - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Called when a mouse event occurs in this file system tree.
processMouseWheelEvent(MouseWheelEvent) - Method in class org.fife.ui.breadcrumbbar.ScrollableJPopupMenu
Overridden to enable scrolling through the menu via the mouse wheel.
ProcessRunner - Class in org.fife.io
Runs an external process (a program, batch file, shell script, etc.)
ProcessRunner(String[]) - Constructor for class org.fife.io.ProcessRunner
Constructor.
ProcessRunnerOutputListener - Interface in org.fife.io
Listens for lines being written to stdout and stderr by a ProcessRunner.
processWindowEvent(WindowEvent) - Method in class org.fife.ui.app.AbstractGUIApplication
Called when a window event occurs for this application.
Project - Class in org.fife.rtext.plugins.project.model
A project is a logical collection of ProjectEntrys.
Project(Workspace, String) - Constructor for class org.fife.rtext.plugins.project.model.Project
 
ProjectEntry - Interface in org.fife.rtext.plugins.project.model
A project entry is either a file or a folder on the file system.
ProjectEntryParent - Interface in org.fife.rtext.plugins.project.model
A ModelEntity that can be the parent of a ProjectEntry.
ProjectPlugin - Class in org.fife.rtext.plugins.project
A plugin that adds a very simple "project" system into RText.
ProjectPlugin(AbstractPluggableGUIApplication) - Constructor for class org.fife.rtext.plugins.project.ProjectPlugin
 
ProjectPluginPrefs - Class in org.fife.rtext.plugins.project
Preferences for the Projects plugin.
ProjectPluginPrefs() - Constructor for class org.fife.rtext.plugins.project.ProjectPluginPrefs
 
promptBeforeCancel() - Method in class org.fife.ui.app.WizardPlugin
Returns whether or not the user should be prompted to confirm a "cancel" request by the user.
promptFG - Variable in class org.fife.rtext.plugins.console.ConsolePrefs
The color used for prompts in consoles.
promptForRemoval(FileProjectEntryTreeNode) - Method in class org.fife.rtext.plugins.project.tree.WorkspaceTree
Prompts the user that a file does not exist, and asks whether they want to remove the tree node for it.
promptToSaveBeforeClosingIfDirty() - Method in class org.fife.rtext.AbstractMainView
If the current editor is dirty, the user is prompted whether they want to save it.
PROPERTY_INITIAL_WORKSPACE - Static variable in class org.fife.rtext.plugins.project.ProjectPlugin
System property that, if defined, overrides the workspace initially opened by this property.
PROPERTY_LOCATION - Static variable in class org.fife.ui.breadcrumbbar.BreadcrumbBar
The property change event that signifies the location shown in the breadcrumb bar has changed.
PROPERTY_MACROS - Static variable in class org.fife.rtext.plugins.macros.MacroManager
Event fired when a macro is added or removed.
PROPERTY_PANELS_NON_OPAQUE - Static variable in class org.fife.ui.modifiabletable.ModifiableTable
If this system property is set to true, then the panels created containing the buttons ("Add", "Modify", "Remove", etc.) will be non-opaque.
PROPERTY_PRINT_START_TIMES - Static variable in class org.fife.rtext.RText
System property that, if set, causes RText to print timing information while it is starting up.
PROPERTY_TOOLS - Static variable in class org.fife.rtext.plugins.tools.ToolManager
Event fired when a tool is added or removed.
propertyChange(PropertyChangeEvent) - Method in class org.fife.rtext.AbstractMainView
Called whenever a property changes on a component we're listening to.
propertyChange(PropertyChangeEvent) - Method in class org.fife.rtext.plugins.macros.MacroPlugin
propertyChange(PropertyChangeEvent) - Method in class org.fife.rtext.plugins.tools.ToolPlugin
propertyChange(PropertyChangeEvent) - Method in class org.fife.rtext.RText
Called whenever a property changes for a component we are registered as listening to.
propertyChange(PropertyChangeEvent) - Method in class org.fife.rtext.RTextMenuBar
Called whenever a property changes on a component we're listening to.
propertyChange(PropertyChangeEvent) - Method in class org.fife.rtext.StatusBar
Called whenever a property changes on a component we're listening to.
propertyChange(PropertyChangeEvent) - Method in class org.fife.ui.breadcrumbbar.BreadcrumbBarTest
 
propertyChange(PropertyChangeEvent) - Method in class org.fife.ui.dockablewindows.DockableWindowPanel
The only property we care about is a dockable window becoming active or inactive (i.e., visible or not visible).
propertyChange(PropertyChangeEvent) - Method in class org.fife.ui.ImagePreviewPane
Listens for when the user selects a new file in the parent javax.swing.JFileChooser.
propertyChange(PropertyChangeEvent) - Method in class org.fife.ui.OptionsDialog
Listens for a property change in one of the option panels.
propertyChange(PropertyChangeEvent) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Called when a property changes in an object we're listening to.
propertyChange(PropertyChangeEvent) - Method in class org.fife.ui.rtextarea.CaretAndSelectionOptionPanel
Called when a property changes in an object we're listening to.
propertyChange(PropertyChangeEvent) - Method in class org.fife.ui.rtextarea.GutterOptionPanel
Called when a property changes in an object we're listening to.
propertyChange(PropertyChangeEvent) - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Called when a property changes in an object we're listening to.
propertyChange(PropertyChangeEvent) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Called when a property we're listening to changes.
PseudoTagPrefix - Static variable in class org.fife.ctags.CTagReader
 
putDockableWindow(String, DockableWindow) - Method in class org.fife.ui.app.GUIPlugin
Associates a dockable window with an identifier.
putEnvVar(String, String) - Method in class org.fife.rtext.plugins.tools.Tool
Sets an environment variable for this tool.
putLookAndFeelReplacement(String, String) - Static method in class org.fife.jgoodies.looks.Options
Puts a replacement name for a given LookAndFeel class name in the list of all look and feel replacements.

Q

quit() - Method in class org.fife.ui.app.AbstractGUIApplication
Gets called from the OSXAdapter; this method is needed by the Mac OS X JVM.

R

RColorButton - Class in org.fife.ui
A javax.swing.JButton that lets the user pick a color.
RColorButton(Color) - Constructor for class org.fife.ui.RColorButton
Creates a new RColorButton.
RColorButton(Color, int, int) - Constructor for class org.fife.ui.RColorButton
Creates a new RColorButton.
RColorButton.ColorIcon - Class in org.fife.ui
An icon that is simply a rectangle of a given color.
RColorButton.ColorIcon(Color, int, int) - Constructor for class org.fife.ui.RColorButton.ColorIcon
 
RColorButton.RColorButtonActionListener - Class in org.fife.ui
Listens for the user to click on the RColorButton so a JColorChooser can be displayed.
RColorButton.RColorButtonActionListener() - Constructor for class org.fife.ui.RColorButton.RColorButtonActionListener
 
RColorSwatchesButton - Class in org.fife.ui
A color button that, when clicked, displays a popup menu containing several color "swatches" to chooser from.
RColorSwatchesButton() - Constructor for class org.fife.ui.RColorSwatchesButton
Creates a new RColorSwatchesButton defaulting to black.
RColorSwatchesButton(Color) - Constructor for class org.fife.ui.RColorSwatchesButton
Creates a new RColorSwatchesButton.
RColorSwatchesButton(Color, int, int) - Constructor for class org.fife.ui.RColorSwatchesButton
Creates a new RColorSwatchesButton.
RColorSwatchesButton.PopupListener - Class in org.fife.ui
Listens for the user clicking on one of the menu items in the popup menu and responds accordingly.
RColorSwatchesButton.PopupListener() - Constructor for class org.fife.ui.RColorSwatchesButton.PopupListener
 
RDirectoryChooser - Class in org.fife.ui.rtextfilechooser
A directory chooser component.
RDirectoryChooser() - Constructor for class org.fife.ui.rtextfilechooser.RDirectoryChooser
Constructor.
RDirectoryChooser(Dialog) - Constructor for class org.fife.ui.rtextfilechooser.RDirectoryChooser
Constructor.
RDirectoryChooser(Frame) - Constructor for class org.fife.ui.rtextfilechooser.RDirectoryChooser
Constructor.
RDirectoryChooser(Dialog, String) - Constructor for class org.fife.ui.rtextfilechooser.RDirectoryChooser
Constructor.
RDirectoryChooser(Frame, String) - Constructor for class org.fife.ui.rtextfilechooser.RDirectoryChooser
Constructor.
readFully(InputStream) - Static method in class org.fife.io.IOUtil
Reads all text from an input stream.
RecentFilesMenu - Class in org.fife.ui
A menu that keeps track of recently opened files.
RecentFilesMenu(String) - Constructor for class org.fife.ui.RecentFilesMenu
Constructor.
RecentFilesMenu(String, List<String>) - Constructor for class org.fife.ui.RecentFilesMenu
Constructor.
RecentFilesMenu(String, String[]) - Constructor for class org.fife.ui.RecentFilesMenu
Constructor.
refresh() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Refreshes the tag list for the current document.
refresh() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
 
refreshChildren() - Method in class org.fife.rtext.plugins.project.tree.FileTreeNode
 
refreshChildren() - Method in class org.fife.rtext.plugins.project.tree.FolderProjectEntryTreeNode
 
refreshChildren() - Method in interface org.fife.rtext.plugins.project.tree.PhysicalLocationTreeNode
Refreshes the child nodes of this node.
refreshDialogTranslucencies(ChildWindowListener) - Method in class org.fife.rtext.SearchManager
Updates the find/replace dialog translucencies, if necessary.
refreshDisplayNames() - Method in class org.fife.rtext.AbstractMainView
Repaints the display names for open documents.
refreshEncodingComboBox() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
If the GUI has been initialized, this sets the encoding combo box to display the proper value.
refreshInterval - Variable in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPrefs
 
refreshTree(TreeNode) - Method in class org.fife.rtext.plugins.project.ProjectPlugin
Refreshes the workspace tree from the specified node down.
refreshUIFromContext() - Method in class org.fife.ui.search.FindInFilesDialog
Overridden to initialize UI elements specific to this subclass.
refreshWorkspaceName() - Method in class org.fife.rtext.plugins.project.ProjectPlugin
Refreshes the workspace name displayed in the dockable window.
register() - Static method in class org.fife.rtext.AWTExceptionHandler
Call this method to register this exception handler with the EDT.
registerChildWindowListeners(Window) - Method in class org.fife.rtext.RText
 
registerMenuByName(String, JMenu) - Method in class org.fife.ui.app.MenuBar
Associates a name with a menu.
REMEMBER_WS_LINES_PROPERTY - Static variable in class org.fife.rtext.AbstractMainView
 
rememberWhitespaceLines - Variable in class org.fife.rtext.RTextPreferences
 
RemoteFileChooser - Class in org.fife.rtext
A dialog that allows the user to open or save a remote file via FTP.
RemoteFileChooser(RText) - Constructor for class org.fife.rtext.RemoteFileChooser
Creates a new RemoteFileChooser.
REMOVE - Static variable in class org.fife.ui.modifiabletable.ModifiableTable
 
remove(DocumentFilter.FilterBypass, int, int) - Method in class org.fife.ui.PickyDocumentFilter
 
removeAllItems() - Method in class org.fife.ui.FSATextField
Removes all items from the file list.
removeChoosableFileFilter(FileFilter) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Removes a filter from the list of user choosable file filters.
removeComponentAt(int) - Method in class org.fife.rtext.AbstractMainView
Removes a component from this container.
removeContentPanel(Container) - Method in class org.fife.ui.dockablewindows.DockableWindowPanel
Removes the content panel (e.g. the stuff that isn't dockable windows).
removeCurrentTextAreaListener(CurrentTextAreaListener) - Method in class org.fife.rtext.AbstractMainView
Removes a current text area listener.
REMOVED - Static variable in class org.fife.ui.modifiabletable.ModifiableTableChangeEvent
 
removeDockableWindow(DockableWindow) - Method in class org.fife.rtext.RText
 
removeDockableWindow(DockableWindow) - Method in class org.fife.ui.dockablewindows.DockableWindowPanel
Removes the specified dockable window from this panel's management.
removeDockableWindowListener(DockableWindowListener) - Method in class org.fife.ui.dockablewindows.DockableWindow
Removes a listener from this dockable window.
removeEntry(ProjectEntry) - Method in class org.fife.rtext.plugins.project.model.LogicalFolderProjectEntry
 
removeEntry(ProjectEntry) - Method in class org.fife.rtext.plugins.project.model.Project
 
removeEntry(ProjectEntry) - Method in interface org.fife.rtext.plugins.project.model.ProjectEntryParent
Removes a project entry.
removeFindInFilesListener(FindInFilesListener) - Method in class org.fife.ui.search.FindInFilesDialog
Removes a find-in-files listener to this find in files dialog.
removeFromParent() - Method in interface org.fife.rtext.plugins.project.model.ProjectEntry
Removes this entry from its parent.
removeFromWorkspace() - Method in class org.fife.rtext.plugins.project.model.Project
 
removeItem(int) - Method in class org.fife.ui.MenuButton
Removes the menu item or separator at the specified index from this button's popup menu.
removeLookAndFeelReplacement(String) - Static method in class org.fife.jgoodies.looks.Options
Removes a replacement name for a given LookAndFeel class name from the list of all look and feel replacements.
removeMacro(Macro) - Method in class org.fife.rtext.plugins.macros.MacroManager
Removes a macro.
removeModifiableTableListener(ModifiableTableListener) - Method in class org.fife.ui.modifiabletable.ModifiableTable
Removes a listener from this modifiable table.
removeNotify() - Method in class org.fife.ui.FSATextField
removePlugin(Plugin) - Method in class org.fife.ui.app.AbstractPluggableGUIApplication
Tries to uninstall and remove the specified plugin.
removePopupMenuListener(PopupMenuListener) - Method in class org.fife.ui.MenuButton
Removes the specified popup menu listener.
removeProject(Project) - Method in class org.fife.rtext.plugins.project.model.Workspace
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.fife.rtext.plugins.macros.MacroManager
Removes a property change listener from this macro manager.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.fife.rtext.plugins.tools.ToolManager
Removes a property change listener from this tool manager.
removeRow() - Method in class org.fife.ui.modifiabletable.ModifiableTable
Removes the contents of the selected row in the table.
removeRTextInstance(RText) - Static method in class org.fife.rtext.StoreKeeper
Removes an RText instance.
removeSelectionInterval(int, int) - Method in class org.fife.ui.RListSelectionModel
Remove the indices in the interval index0,index1 (inclusive) from the selection model.
removeSelectionPath(TreePath) - Method in class org.fife.ui.RTreeSelectionModel
Overrides DefaultTreeSelectionModel's removeSelectionPath to do nothing, so the user can't "deselect."
removeTabbedPaneFocusTraversalKeyBindings(JComponent) - Static method in class org.fife.rtext.RTextUtilities
Remove problematic actions that prevent Ctrl+PageUp/PageDown from being used for cycling through active documents.
removeTool(Tool) - Method in class org.fife.rtext.plugins.tools.ToolManager
Removes a tool.
removeUpdate(DocumentEvent) - Method in class org.fife.help.HelpDialog.HelpListener
Called whenever indexField or searchField's contents are shortened.
removeUpdate(DocumentEvent) - Method in class org.fife.rtext.RemoteFileChooser
Called when a text field being listened to is modified.
removeUpdate(DocumentEvent) - Method in class org.fife.ui.FSATextField
Called when text is removed from the text component's document.
removeUpdate(DocumentEvent) - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Called when a text field in this panel gets updated.
RenameDialog - Class in org.fife.rtext.plugins.project
A dialog for renaming nodes in the workspace outline tree.
RenameDialog(RText, String, NameChecker) - Constructor for class org.fife.rtext.plugins.project.RenameDialog
Constructor.
renumberDisplayNames() - Method in class org.fife.rtext.AbstractMainView
Looks for duplicate open documents (documents opened more than once) and adds numbers to the display names for these documents to differentiate them.
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class org.fife.ui.PickyDocumentFilter
 
REPLACE_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
REPLACE_ALL_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
REPLACE_IN_FILES_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
REPLACE_NEXT_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
replaceInFilesDialog - Variable in class org.fife.rtext.AbstractMainView
 
ReplaceInFilesDialog - Class in org.fife.ui.search
Dialog that does string replacement across multiple files.
ReplaceInFilesDialog(Frame) - Constructor for class org.fife.ui.search.ReplaceInFilesDialog
Creates a new ReplaceInFilesDialog.
ReplaceInFilesTable - Class in org.fife.ui.search
The table used to display search results in a ReplaceInFilesDialog.
ReplaceInFilesTable() - Constructor for class org.fife.ui.search.ReplaceInFilesTable
 
replaceNext() - Method in class org.fife.rtext.SearchManager
Executes a "replace" operation in the active editor.
replaceToolBar - Variable in class org.fife.rtext.SearchManager
 
requestFocusInWindow() - Method in class org.fife.rtext.AbstractMainView
Overridden to forward the focus request to the current text area.
reset() - Method in class org.fife.ui.GUIWorkerThread
"Resets" this class so its start method can be called a second time.
ResizableFrameContentPane - Class in org.fife.ui
A panel to be used as the content pane for JDialogs and JFrames that are resizable.
ResizableFrameContentPane() - Constructor for class org.fife.ui.ResizableFrameContentPane
Constructor.
ResizableFrameContentPane(LayoutManager) - Constructor for class org.fife.ui.ResizableFrameContentPane
Constructor.
restoreDefaultAccelerators() - Method in class org.fife.rtext.RText
Makes all actions use default accelerators.
restoreDefaultFileFilters() - Method in class org.fife.rtext.SyntaxFilters
Sets default values for syntax filters.
RFileChooser - Class in org.fife.ui
A file chooser that looks and behaves exactly like JFileChooser, except that it remembers the "current working directory" (i.e., the directory from which you last opened or to which you saved a file).
RFileChooser() - Constructor for class org.fife.ui.RFileChooser
 
RIGHT - Static variable in interface org.fife.ui.dockablewindows.DockableWindowConstants
Integer constant representing the right of the window.
RIGHT - Static variable in class org.fife.ui.modifiabletable.ModifiableTable
 
RListSelectionModel - Class in org.fife.ui
A wrapper class; this selection model allows only a single selection, and does not allow the user to deselect.
RListSelectionModel() - Constructor for class org.fife.ui.RListSelectionModel
Constructor.
ROUNDED_SELECTION_PROPERTY - Static variable in class org.fife.rtext.AbstractMainView
 
roundedSelectionEdges - Variable in class org.fife.rtext.RTextPreferences
 
RowHandler - Interface in org.fife.ui.modifiabletable
A RowHandler is called whenever the user wants to add, modify, or remove a row from a ModifiableTable.
RScrollPane - Class in org.fife.ui
An extension of JScrollPane that adds popup menus on its scrollbars, allowing the user to scroll, page over, etc.
RScrollPane() - Constructor for class org.fife.ui.RScrollPane
Creates an RScrollPane with no view.
RScrollPane(Component) - Constructor for class org.fife.ui.RScrollPane
Creates an RScrollPane with the specified view.
RScrollPane(int, int, Component) - Constructor for class org.fife.ui.RScrollPane
Creates an RScrollPane with the specified size and specified view.
RSyntaxTextAreaOptionPanel - Class in org.fife.ui.rsyntaxtextarea
An options panel that can be added to an org.fife.ui.OptionsDialog to display options appropriate for an RSyntaxTextArea.
RSyntaxTextAreaOptionPanel() - Constructor for class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Constructor.
RText - Class in org.fife.rtext
An instance of the RText text editor.
RText(String[]) - Constructor for class org.fife.rtext.RText
Creates an instance of the RText editor.
RText(String[], RTextPreferences) - Constructor for class org.fife.rtext.RText
Creates an instance of the RText editor.
RTextActionInfo - Interface in org.fife.rtext
An interface containing all information about RText's actions.
RTextAreaOptionPanel - Class in org.fife.ui.rtextarea
Options panel for basic RTextArea options.
RTextAreaOptionPanel() - Constructor for class org.fife.ui.rtextarea.RTextAreaOptionPanel
Constructor.
RTextEditorPane - Class in org.fife.rtext
An extension of TextEditorPane that adds RText-specific features.
RTextEditorPane(RText, boolean, int, FileLocation, String) - Constructor for class org.fife.rtext.RTextEditorPane
Creates a new RTextEditorPane.
RTextFileChooser - Class in org.fife.ui.rtextfilechooser
A powerful, flexible text file chooser.
RTextFileChooser() - Constructor for class org.fife.ui.rtextfilechooser.RTextFileChooser
Creates a new RTextFileChooser.
RTextFileChooser(boolean) - Constructor for class org.fife.ui.rtextfilechooser.RTextFileChooser
Creates a new RTextFileChooser.
RTextFileChooser(String) - Constructor for class org.fife.ui.rtextfilechooser.RTextFileChooser
Creates a new RTextFileChooser.
RTextFileChooser(File) - Constructor for class org.fife.ui.rtextfilechooser.RTextFileChooser
Creates a new RTextFileChooser.
RTextFileChooser(boolean, File) - Constructor for class org.fife.ui.rtextfilechooser.RTextFileChooser
Creates a new RTextFileChooser.
RTextFileChooserOptionPanel - Class in org.fife.ui.rtextfilechooser
Option panel for configuring an RTextFileChooser.
RTextFileChooserOptionPanel() - Constructor for class org.fife.ui.rtextfilechooser.RTextFileChooserOptionPanel
Constructor.
RTextMenuBar - Class in org.fife.rtext
The menu bar used by rtext.
RTextMenuBar(RText, String, RTextPreferences) - Constructor for class org.fife.rtext.RTextMenuBar
Creates an instance of the menu bar.
RTextPreferences - Class in org.fife.rtext
A class representing several properties of an RText session.
RTextUtilities - Class in org.fife.rtext
Collection of tools for use by any of the RText components.
RTextUtilities() - Constructor for class org.fife.rtext.RTextUtilities
 
RTL_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
RTreeSelectionModel - Class in org.fife.ui
A wrapper class; this selection model allows only a single selection, and does not allow the user to deselect.
RTreeSelectionModel() - Constructor for class org.fife.ui.RTreeSelectionModel
 
run() - Method in class org.fife.io.ProcessRunner
Runs the current external process.
RunMacroAction - Class in org.fife.rtext.plugins.macros
Action that runs a macro (script).
RunMacroAction(RText, MacroPlugin, Macro) - Constructor for class org.fife.rtext.plugins.macros.RunMacroAction
Constructor.
runWizard() - Method in class org.fife.ui.app.WizardPlugin
Starts the wizard.
runWizard() - Method in class org.fife.ui.app.WizardPluginDialog
Runs the wizard represented by this wizard plugin dialog.

S

save() - Method in class org.fife.rtext.plugins.project.model.Workspace
 
save(File) - Method in class org.fife.ui.app.Prefs
Saves these preferences to a file.
save(Properties) - Method in class org.fife.ui.app.Prefs
Saves these preferences to a properties object.
save(OutputStream) - Method in class org.fife.ui.app.Prefs
Saves these preferences to an output stream.
SAVE_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
SAVE_ALL_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
SAVE_AS_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
SAVE_AS_REMOTE_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
SAVE_DIALOG - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooser
 
SAVE_MODE - Static variable in class org.fife.rtext.RemoteFileChooser
Mode designating a file should be saved.
SAVE_WEBPAGE_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
saveActionShortcuts(File) - Method in class org.fife.ui.app.AbstractGUIApplication
Saves the (customized) shortcuts for this application's actions from a file.
saveAllFiles() - Method in class org.fife.rtext.AbstractMainView
Attempts to save all currently-opened files.
saveCommonPreferences(Preferences) - Method in class org.fife.ui.app.GUIApplicationPreferences
Saves the common preferences specified in this class.
saveCurrentFile() - Method in class org.fife.rtext.AbstractMainView
Attempts to save the currently active file as it's current name.
saveCurrentFileAs() - Method in class org.fife.rtext.AbstractMainView
Attempts to save the currently active file.
saveCurrentFileAs(FileLocation) - Method in class org.fife.rtext.AbstractMainView
Attempts to save the currently active file with a new name.
saveFavorites(File) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Saves the list of "Favorites" of this file chooser to a file.
saveFileChooserFavorites(RText) - Static method in class org.fife.rtext.RTextUtilities
Saves the "Favorite Directories" of RText's file chooser.
saveMacros(File) - Method in class org.fife.rtext.plugins.macros.MacroManager
Saves all macros known to this macro manager.
savePreferences() - Method in class org.fife.rtext.plugins.console.Plugin
Called when the GUI application is shutting down.
savePreferences() - Method in class org.fife.rtext.plugins.filesystemtree.FileSystemTreePlugin
Called when the GUI application is shutting down.
savePreferences() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Called when the GUI application is shutting down.
savePreferences() - Method in class org.fife.rtext.plugins.langsupport.Plugin
 
savePreferences() - Method in class org.fife.rtext.plugins.macros.MacroPlugin
 
savePreferences() - Method in class org.fife.rtext.plugins.project.ProjectPlugin
 
savePreferences() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Called when the GUI application is shutting down.
savePreferences() - Method in class org.fife.rtext.plugins.tasks.TasksPlugin
Called when the GUI application is shutting down.
savePreferences() - Method in class org.fife.rtext.plugins.tidy.Plugin
Called when the GUI application is shutting down.
savePreferences() - Method in class org.fife.rtext.plugins.tools.ToolPlugin
Called when the GUI application is shutting down.
savePreferences(Object) - Method in class org.fife.rtext.RTextPreferences
Saves this preferences instance via the Java Preferences API.
savePreferences(Object) - Method in class org.fife.ui.app.GUIApplicationPreferences
Saves this preferences instance via the Java Preferences API.
savePreferences() - Method in interface org.fife.ui.app.Plugin
Called when the GUI application is shutting down.
savePreferences() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Saves this file chooser's preferences (colors used for filenames, etc.).
saveRTextPreferences() - Method in class org.fife.rtext.RText
Attempts to write this RText instance's properties to wherever the OS writes Java Preferences stuff.
saveShortcuts(File) - Method in class org.fife.ui.app.ActionRegistry
Saves the shortcuts of all actions in this registry to a properties file.
saveTools(File) - Method in class org.fife.rtext.plugins.tools.ToolManager
Saves all tools known to this tool manager.
saveUserInput(WizardPluginDialog) - Method in class org.fife.ui.app.WizardDialogInfoPanel
Saves input from the user.
scala_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
ScalaOptionsPanel - Class in org.fife.rtext.plugins.langsupport
Options panel containing options for Scala.
ScalaOptionsPanel() - Constructor for class org.fife.rtext.plugins.langsupport.ScalaOptionsPanel
Constructor.
ScrollableJPopupMenu - Class in org.fife.ui.breadcrumbbar
A JPopupMenu that allows the user to scroll through its elements if there are more than a certain amount.
ScrollableJPopupMenu() - Constructor for class org.fife.ui.breadcrumbbar.ScrollableJPopupMenu
Constructor.
ScrollableJPopupMenu(int) - Constructor for class org.fife.ui.breadcrumbbar.ScrollableJPopupMenu
Constructor.
scrollRectToVisible(Rectangle) - Method in class org.fife.ui.search.FindInFilesTable
Overridden to keep the left-hand side of the row visible on selection.
searchContext - Variable in class org.fife.rtext.AbstractMainView
 
searchEvent(SearchEvent) - Method in class org.fife.rtext.AbstractMainView
Called when a search event is received from the Find/Replace dialogs or tool bars.
SearchManager - Class in org.fife.rtext
Handles the Find and Replace dialogs and search bars.
SearchManager(RText) - Constructor for class org.fife.rtext.SearchManager
Constructor.
SearchManager.SearchingMode - Enum in org.fife.rtext
Specifies what searching UI the user wants to use.
SearchToolBar - Class in org.fife.rtext
The toolbar used by RText for quick searching.
SearchToolBar(String, RText, StatusBar) - Constructor for class org.fife.rtext.SearchToolBar
Creates the tool bar.
searchToolBarVisible - Variable in class org.fife.rtext.RTextPreferences
 
searchWindowOpacity - Variable in class org.fife.rtext.RTextPreferences
 
searchWindowOpacityEnabled - Variable in class org.fife.rtext.RTextPreferences
 
searchWindowOpacityRule - Variable in class org.fife.rtext.RTextPreferences
 
secondaryLanguageColors - Variable in class org.fife.rtext.RTextPreferences
 
SELECT_ON_FOCUS_GAIN_CLIENT_KEY - Static variable in class org.fife.jgoodies.looks.Options
A JTextField client property key that specifies whether all text shall be selected on focus gain.
SELECT_ON_FOCUS_GAIN_KEY - Static variable in class org.fife.jgoodies.looks.Options
A UIDefaults key for the global default whether text fields shall select all text on focus gain.
SelectableLabel - Class in org.fife.ui
A "label" component that can have its text selected.
SelectableLabel() - Constructor for class org.fife.ui.SelectableLabel
Constructor.
SelectableLabel(String) - Constructor for class org.fife.ui.SelectableLabel
Constructor.
selectedTextColor - Variable in class org.fife.rtext.RTextPreferences
 
SELECTION_BG_COLOR - Static variable in class org.fife.ui.SubstanceUtils
 
SELECTION_FG_COLOR - Static variable in class org.fife.ui.SubstanceUtils
 
selectionColor - Variable in class org.fife.rtext.RTextPreferences
 
selectTab(JTabbedPane, int) - Method in class org.fife.ui.TabbedPaneTransferHandler
Selects the specified tab in the specified tabbed pane.
SET_CARET_TO_START_ON_FOCUS_LOST_CLIENT_KEY - Static variable in class org.fife.jgoodies.looks.Options
A JTextField client property key that specifies whether the caret shall be positioned at the start on focus lost.
setAccelerator(String) - Method in class org.fife.rtext.plugins.macros.Macro
 
setAccelerator(String) - Method in class org.fife.rtext.plugins.tools.Tool
Sets the accelerator to use to activate this tool in a menu.
setAccelerator(KeyStroke) - Method in class org.fife.ui.app.StandardAction
Sets the accelerator for this action.
setActive(boolean) - Method in class org.fife.ui.dockablewindows.DockableWindow
Sets whether or not this dockable window should be "active;" i.e., visible (I didn't want to use setVisible or setEnabled since they're already used for different functions by JComponent).
setAddress(String) - Method in class org.fife.ui.Hyperlink
Sets the address this hyperlink points to.
setAddXmlDeclaration(boolean) - Method in class org.fife.rtext.plugins.tidy.XmlOptions
Sets whether the XML declaration should be added.
setAllowedFileFilters(String[]) - Method in class org.fife.rtext.plugins.project.model.FolderFilterInfo
 
setAnimationSpeed(long) - Static method in class org.fife.ui.SubstanceUtils
Configures the length of GUI animations, in milliseconds.
setAntiAliasEnabled(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether anti-aliasing is enabled in text areas.
setAppendEnvironmentVars(boolean) - Method in class org.fife.rtext.plugins.tools.Tool
Sets whether this tool should append any environment variables it defines to RText's current environment.
setApplicationPanel(Component) - Method in class org.fife.ui.AboutDialog
Sets the main "about this application" panel.
setApplyButtonEnabled(boolean) - Method in class org.fife.ui.OptionsDialog
Enables or disables the "Apply" button.
setApplyButtonText(String) - Method in class org.fife.ui.OptionsDialog
Sets the text on the "Apply" button.
setArgs(String[]) - Method in class org.fife.rtext.plugins.tools.Tool
Sets the command line arguments to this tool.
setAutoCompleteEnabled(boolean) - Method in class org.fife.rtext.plugins.tools.ContentAssistField
Toggles whether regex auto-complete is enabled.
setAutoCompleteFileName(boolean) - Method in class org.fife.ui.FSATextField
Sets whether this text field auto-completes the next matching filename when the drop-down list is visible.
setAutoCompleteFileNames(boolean) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets whether the filename text field auto-completes the next matching filename when the drop-down list is visible.
setAutoInsertClosingCurlys(boolean) - Method in class org.fife.rtext.AbstractMainView
Toggles whether closing curly braces are auto-inserted for languages where it makes sense.
setBackButtonIcon(Icon) - Method in class org.fife.help.HelpDialog
Sets the icon to use for the "back" button.
setBackgroundImageAlpha(float) - Method in class org.fife.rtext.AbstractMainView
Sets the alpha value used to make a background image translucent.
setBackgroundImageFileName(String) - Method in class org.fife.rtext.AbstractMainView
Sets the path to the file containing the current background image.
setBackgroundObject(Object) - Method in class org.fife.rtext.AbstractMainView
Makes the background into this Object (either a java.awt.Color or a java.awt.Image).
setBaseURL(URL) - Method in class org.fife.help.HelpDialog
Sets the "base URL" from which all links will be searched for.
setBookmarksEnabled(boolean) - Method in class org.fife.rtext.AbstractMainView
Toggles whether bookmarks are enabled.
setBorder(Border) - Method in class org.fife.ui.dockablewindows.DockableWindowScrollPane
Overridden so the border is never set.
setBracketMatchBGColor(Color) - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Sets the color to use for the background of a matched bracket.
setBracketMatchCheckboxSelected(boolean) - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Sets whether or not the bracket match color checkbox is selected.
setBracketMatchingEnabled(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether or not bracket matching is enabled.
setCancelButtonText(String) - Method in class org.fife.ui.OptionsDialog
Sets the text on the "Cancel" button.
setCapsLockIndicatorEnabled(boolean) - Method in class org.fife.rtext.StatusBar
Changes whether the caps lock indicator is enabled or disabled.
setCaretBlinkRate(int) - Method in class org.fife.rtext.AbstractMainView
Sets the blink rate for carets in all text areas.
setCaretColor(Color) - Method in class org.fife.rtext.AbstractMainView
Sets the color of the caret used by all text areas in this tabbed pane.
setCaretStyle(int, int) - Method in class org.fife.rtext.AbstractMainView
Sets the caret style for either the insert or overwrite caret.
setChosenDirectory(File) - Method in class org.fife.ui.rtextfilechooser.RDirectoryChooser
Selects the specified directory, if it exists.
setCloseButtonText(String) - Method in class org.fife.print.PrintPreviewDialog
Sets the text on the "Close" button.
setCodeFoldingEnabledFor(String, boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether code folding is enabled for a language.
setColor(Color) - Method in class org.fife.ui.RColorButton
Sets the button's color.
setColorForExtension(String, Color) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets the color associated with a file type.
setColorSelectable(boolean) - Method in class org.fife.ui.FontSelector
Toggles whether font color will be selectable in the font dialog used by this font selector.
setColumn(int) - Method in class org.fife.rtext.StatusBar
Setter function for the column in row/column indicator.
setColumnComparator(Class<?>, Comparator<?>) - Method in class org.fife.ui.FileExplorerTableModel
 
setCommandLine(String[]) - Method in class org.fife.io.ProcessRunner
Sets the command line of the process to run.
setContentPane(Container) - Method in class org.fife.ui.app.AbstractGUIApplication
This method sets the content pane.
setContentPane(Container) - Method in class org.fife.ui.app.AbstractPluggableGUIApplication
This method sets the content pane.
setContentPanel(Container) - Method in class org.fife.ui.dockablewindows.DockableWindowPanel
Sets the content panel (e.g., the non-dockable window stuff).
setContentsTabText(String) - Method in class org.fife.help.HelpDialog
Sets the label on the "Contents" tab.
setCTagsExecutableLocation(String) - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Sets the path used to run the ctags executable.
setCTagsType(String) - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Sets the type of Ctags specified by the user.
setCurrentDirectory(File) - Method in class org.fife.ui.FSATextField
Sets the current directory for this text field.
setCurrentDirectory(String) - Method in class org.fife.ui.FSATextField
Sets the current directory for this text field.
setCurrentDirectory(File) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets the directory this RTextFileChooser is currently in.
setCurrentDirectory(String) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets the directory this RTextFileChooser is currently in.
setCurrentLineHighlightColor(Color) - Method in class org.fife.rtext.AbstractMainView
Sets the color to use to highlight the current line.
setCurrentLineHighlightEnabled(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether or not the current line is highlighted.
setCurrentTextArea(RTextEditorPane) - Method in class org.fife.rtext.AbstractMainView
Sets the "currently active" text area.
setCustomTitle(String) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Returns the title to use for this file chooser, whether it is an open dialog or a save dialog.
setDefaultAccelerator(KeyStroke) - Method in class org.fife.ui.app.StandardAction
Sets the default accelerator for this action.
setDefaultEncoding(String) - Method in class org.fife.rtext.AbstractMainView
Sets the default encoding of new text files to the specified value.
setDefaultIconSize(Dimension) - Static method in class org.fife.jgoodies.looks.Options
Sets the default icon size.
setDefaults() - Method in class org.fife.rtext.plugins.console.ConsolePrefs
Sets all fields in this class to their default values.
setDefaults() - Method in class org.fife.rtext.plugins.filesystemtree.FileSystemTreePrefs
Sets all fields in this class to their default values.
setDefaults() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPrefs
Sets all fields in this class to their default values.
setDefaults() - Method in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
setDefaults() - Method in class org.fife.rtext.plugins.macros.MacroPrefs
Sets all fields in this class to their default values.
setDefaults() - Method in class org.fife.rtext.plugins.project.ProjectPluginPrefs
Sets all fields in this class to their default values.
setDefaults() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPrefs
Sets all fields in this class to their default values.
setDefaults() - Method in class org.fife.rtext.plugins.tasks.TasksPrefs
Sets all fields in this class to their default values.
setDefaults() - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Sets all fields in this class to their default values.
setDefaults() - Method in class org.fife.rtext.plugins.tidy.JsonOptions
Sets all fields in this class to their default values.
setDefaults() - Method in class org.fife.rtext.plugins.tidy.PluginPrefs
Sets all fields in this class to their default values.
setDefaults() - Method in class org.fife.rtext.plugins.tidy.XmlOptions
Sets all fields in this class to their default values.
setDefaults() - Method in class org.fife.rtext.plugins.tools.ToolsPrefs
Sets all fields in this class to their default values.
setDefaults() - Method in class org.fife.rtext.RTextPreferences
Sets this preferences instance to contain all default values.
setDefaults() - Method in class org.fife.ui.app.GUIApplicationPreferences
Sets this preferences instance to contain all default values.
setDefaults() - Method in class org.fife.ui.app.Prefs
Sets all fields in this class to their default values.
setDesc(String) - Method in class org.fife.rtext.plugins.macros.Macro
 
setDescription(Icon, String) - Method in class org.fife.rtext.plugins.project.RenameDialog
 
setDescription(String) - Method in class org.fife.rtext.plugins.tools.Tool
Sets a description of this tool.
setDescription(String) - Method in class org.fife.ui.app.ExceptionDialog
Sets the short description of the error.
setDescription(JComponent, ResourceBundle, String) - Static method in class org.fife.ui.UIUtil
Sets the accessible description on the specified component.
setDirectoriesOnly(boolean) - Method in class org.fife.ui.FSATextField
Sets whether or not this text field previews both files and directories or just directories.
setDirectory(File) - Method in class org.fife.io.ProcessRunner
Sets the directory to run the process in.
setDirectory(String) - Method in class org.fife.rtext.plugins.tools.Tool
Sets the directory for this tool to run in.
setDisplayButtonText(String) - Method in class org.fife.help.HelpDialog
Sets the label on the "Display" button on the Index and Search panels.
setDisplayedFont(Font, boolean) - Method in class org.fife.ui.FontSelector
Sets the font displayed.
setDisplayName(String) - Method in class org.fife.rtext.plugins.project.model.FolderProjectEntry
 
setDisplayName(String) - Method in class org.fife.rtext.plugins.project.tree.FolderProjectEntryTreeNode
 
setDividerLocation(int, int) - Method in class org.fife.ui.dockablewindows.DockableWindowPanel
 
setDnDIndicatorRect(int, int, int, int) - Method in interface org.fife.ui.DrawDnDIndicatorTabbedPane
Sets the rectangle indicating where the new tab will be "dropped."
setDockableWindowName(String) - Method in class org.fife.ui.dockablewindows.DockableWindow
Sets the name of this dockable window.
setDockableWindowTitle(String) - Method in class org.fife.ui.dockablewindows.DockableWindow
Sets the title of this dockable window.
setDockingStyle(int) - Method in class org.fife.ui.dockablewindows.DockableWindowPanel
Sets the docking style.
setDocument(Document) - Method in class org.fife.ui.FSATextField
Sets the document for this text field.
setDocumentDisplayNameAt(int, String) - Method in class org.fife.rtext.AbstractMainView
Sets the name being displayed for a given document.
setDocumentSelectionPlacement(int) - Method in class org.fife.rtext.AbstractMainView
Changes the location of the document selection area of this component.
setDoFileSizeCheck(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether a file's size is checked before it is opened.
setDropEmptyParas(boolean) - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Sets whether empty "p" elements should be dropped when tidying HTML.
setDropShadowsEnabledInEditor(boolean) - Static method in class org.fife.rtext.RTextUtilities
Toggles whether the experimental "drop shadows" option is enabled.
setEnabled(boolean) - Method in class org.fife.ui.modifiabletable.ModifiableTable
Toggles whether this modifiable table is enabled.
setEncoding(String) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets the encoding selected by this file chooser.
setEnvironmentVars(Map<String, String>, boolean) - Method in class org.fife.io.ProcessRunner
Sets the environment variables to be set for this process.
setEnvVars(Map<String, String>) - Method in class org.fife.rtext.plugins.tools.Tool
Sets the environment variables for this tool.
setEscapeClosesDialog(boolean) - Method in class org.fife.ui.EscapableDialog
Toggles whether the Escape key closes this dialog.
setFavorites(RTextFileChooser) - Method in class org.fife.ui.rtextfilechooser.FileChooserFavoritesOptionPanel
Sets the favorites displayed in this option panel to those known by the specified file chooser.
setFile(String) - Method in class org.fife.rtext.plugins.macros.Macro
Sets the full path to the file for this macro.
setFileFilter(FileFilter) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets the current file filter.
setFileFilterImpl(FileFilter, boolean) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets the current file filter.
setFileSelectionMode(int) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets whether the user can select files only, directories only, or both files and directories from this file chooser.
setFileSystemAware(boolean) - Method in class org.fife.ui.FSATextField
Toggles whether or not this dialog is file-system-aware.
setFileSystemAware(boolean) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets whether the filename text field is "file system aware."
setFilterInfo(FolderFilterInfo) - Method in class org.fife.rtext.plugins.project.model.FolderProjectEntry
 
setFilterInfo(FolderFilterInfo) - Method in class org.fife.rtext.plugins.project.tree.FileTreeNode
 
setFilterInfo(FolderFilterInfo) - Method in class org.fife.rtext.plugins.project.tree.FolderProjectEntryTreeNode
 
setFiltersForSyntaxStyle(String, String) - Method in class org.fife.rtext.SyntaxFilters
Sets all file filters for a given syntax style.
setFirstMovableRow(int) - Method in class org.fife.ui.modifiabletable.ModifiableTable
Sets the "first movable row."
setFontColor(Color) - Method in class org.fife.ui.FontSelector
Sets the font color displayed.
setFontLabel(String) - Method in class org.fife.ui.FontDialog
Sets the label being used for the font list.
setFontSampleLabel(String) - Method in class org.fife.ui.FontDialog
Sets the label being used for the font sample area.
setFontSampleText(String) - Method in class org.fife.ui.FontDialog
Sets the text being used for the font sample.
setFontSizeLabel(String) - Method in class org.fife.ui.FontDialog
Sets the label to use for the font size list.
setFontStyleLabel(String) - Method in class org.fife.ui.FontDialog
Sets the label to use for the font style checkbox area.
setForwardButtonIcon(Icon) - Method in class org.fife.help.HelpDialog
Sets the icon to use for the "forward" button.
setFractionalFontMetricsEnabled(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether fractional font metrics is enabled.
setGuessFileContentType(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether files with no extension have their content type guessed at via whether they have a "#!
setGutterBorderColor(Color) - Method in class org.fife.rtext.AbstractMainView
Sets the color to use for the gutter's border.
setHeader(String) - Method in class org.fife.ui.app.WizardDialogInfoPanel
Returns the "header text" for this dialog panel.
setHiddenFileColor(Color) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets the color used to display hidden files' names.
setHiddenFileFilters(String[]) - Method in class org.fife.rtext.plugins.project.model.FolderFilterInfo
 
setHiddenFolderFilters(String[]) - Method in class org.fife.rtext.plugins.project.model.FolderFilterInfo
 
setHideOptionalEndTags(boolean) - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Sets whether optional end tags are hidden in HTML.
setHighlightModifiedDocumentDisplayNames(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether this panel will highlight modified documents' display names with a different color.
setHighlightSecondaryLanguages(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether secondary languages are highlighted.
setHiResGrayFilterEnabled(boolean) - Static method in class org.fife.jgoodies.looks.Options
Enables or disables the new high-resolution gray filter globally.
setHyperlinkColor(Color) - Method in class org.fife.rtext.AbstractMainView
Sets the color hyperlinks are displayed with in text editors.
setHyperlinkForeground(Color) - Method in class org.fife.ui.SelectableLabel
Sets the color to use for hyperlinks, when HTML is displayed in this component.
setHyperlinkModifierKey(int) - Method in class org.fife.rtext.AbstractMainView
Sets the modifier key used to start hyperlink scanning in text editors.
setHyperlinksEnabled(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether hyperlinks are enabled in text editors.
setIcon(Icon) - Method in class org.fife.ui.app.StandardAction
Sets the icon of this action.
setIcon(String) - Method in class org.fife.ui.app.StandardAction
Sets the icon of this action.
setIcon(URL) - Method in class org.fife.ui.app.StandardAction
Sets the icon of this action.
setIcon(Icon) - Method in class org.fife.ui.dockablewindows.DockableWindow
Sets the icon for this dockable window.
setIcon(Icon) - Method in class org.fife.ui.MenuButton
Sets the icon to be used for this button.
setIcon(Icon) - Method in class org.fife.ui.OptionsDialogPanel
Sets the icon to use for this option panel in the dialog.
setIcon(Icon) - Method in class org.fife.ui.TitledPanel
Sets the icon to display in this titled panel.
setIconBorderColor(Color) - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
 
setIconFor(String, Icon) - Method in class org.fife.rtext.FileTypeIconManager
Sets the icon to use for a specific syntax style.
setIconForeground(Color) - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
 
setIconGroupByName(String) - Method in class org.fife.rtext.RText
Changes the style of icons used by rtext.
setId(String) - Method in class org.fife.ui.OptionsDialogPanel
Sets the ID of this option panel.
setIgnoreBackupExtensions(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether RText should ignore extensions like ".bak", ".old", and ".orig" when deciding how to open them.
setIndentFirstLevel(boolean) - Method in class org.fife.rtext.plugins.tidy.JsonOptions
Sets whether the first level of the top-level JSON object should be indented.
setIndexTabText(String) - Method in class org.fife.help.HelpDialog
Sets the label on the "Index" tab.
setInfoForExtension(String, Color) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Adds a color to associate with a file type.
setJMenuBar(JMenuBar) - Method in interface org.fife.ui.app.GUIApplication
Sets the menu bar to use in this application.
setKeyStroke(KeyStroke) - Method in class org.fife.ui.GetKeyStrokeDialog
Sets the key stroke displayed in this dialog.
setKeyStroke(KeyStroke) - Method in class org.fife.ui.KeyStrokeField
Sets the key stroke currently displayed.
setKeywordFieldLabelText(String) - Method in class org.fife.help.HelpDialog
Sets the text label above the "Type in a keyword to find" text boxes.
setLanguage(String) - Method in class org.fife.ui.app.AbstractGUIApplication
Sets the language for this GUI application and all of its dialogs, UI widgets, etc.
setLanguage(String) - Method in interface org.fife.ui.app.GUIApplication
Sets the language for this GUI application and all of its dialogs, UI widgets, etc.
setLineNumberColor(Color) - Method in class org.fife.rtext.AbstractMainView
Sets the color used for line numbers.
setLineNumberFont(Font) - Method in class org.fife.rtext.AbstractMainView
Sets the font used for line numbers.
setLineNumbersEnabled(boolean) - Method in class org.fife.rtext.AbstractMainView
Enables/disables the line numbers for the open documents.
setLineTerminator(String) - Method in class org.fife.rtext.AbstractMainView
Sets the line terminator to use for new text files.
setLineWrap(boolean) - Method in class org.fife.rtext.AbstractMainView
Enables/disables word wrap of the open documents.
setListCellRenderer(ListCellRenderer) - Method in class org.fife.ui.FSATextField
Sets the cell renderer for the drop-down file list.
setListTopicsButtonText(String) - Method in class org.fife.help.HelpDialog
Sets the label on the "List Topics" button on the Search panels.
setLoggingEnabled(boolean) - Static method in class org.fife.jgoodies.looks.LookUtils
Enables or disables the Looks logging.
setLogicalEmphasis(boolean) - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Sets whether to replace <i> and <b> with <em> and <strong>, respectively.
setLookAndFeel(RText, String) - Static method in class org.fife.rtext.RTextUtilities
Sets the Look and Feel for all open RText instances.
setLookAndFeelManager(ThirdPartyLookAndFeelManager) - Method in class org.fife.ui.app.AbstractGUIApplication
Sets the utility used to dynamically load 3rd-party LookAndFeels.
setLookAndTheme(LookAndFeel, Object) - Static method in class org.fife.jgoodies.looks.LookUtils
 
setMacro(Macro) - Method in class org.fife.rtext.plugins.macros.NewMacroDialog
Initializes the fields in this dialog to show the values for a specific macro.
setMainViewStyle(int) - Method in class org.fife.rtext.RText
Sets the main view style.
setMakeClean(boolean) - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Sets whether presentational tags should be replaced with style rules.
setMarginLineColor(Color) - Method in class org.fife.rtext.AbstractMainView
Sets the color used for the margin line in text areas.
setMarginLineEnabled(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether or not the margin line is enabled in all text areas.
setMarginLinePosition(int) - Method in class org.fife.rtext.AbstractMainView
Sets the margin line position in all text areas.
setMarkAllHighlightColor(Color) - Method in class org.fife.rtext.AbstractMainView
Sets the color selected for "mark all."
setMarkOccurrences(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether "mark occurrences" is enabled.
setMarkOccurrencesColor(Color) - Method in class org.fife.rtext.AbstractMainView
Sets the color to use to "mark occurrences."
setMatchBothBrackets(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether both brackets are highlighted when bracket matching.
setMatchedBracketBGColor(Color) - Method in class org.fife.rtext.AbstractMainView
Sets the background color to use in bracket matching.
setMatchedBracketBorderColor(Color) - Method in class org.fife.rtext.AbstractMainView
Sets the border color to use in bracket matching.
setMaxFileSize(float) - Method in class org.fife.rtext.AbstractMainView
If file size checking is enabled, this is the maximum size a file can be before the user is prompted before opening it.
setMaximumFileHistorySize(int) - Method in class org.fife.ui.RecentFilesMenu
Sets the maximum number of files to remember in history.
setMaxSpellingErrors(int) - Method in class org.fife.rtext.SpellingSupport
Changes the maximum number of spelling errors reported for a file.
setMessages(String, String) - Method in class org.fife.rtext.RText
This method changes both the active file name in the title bar, and the status message in the status bar.
setMnemonic(int) - Method in class org.fife.ui.app.StandardAction
Sets the mnemonic for this action.
setMode(int) - Method in class org.fife.rtext.RemoteFileChooser
Sets the mode to open this file chooser in.
setMode(int) - Method in class org.fife.ui.breadcrumbbar.BreadcrumbBar
Sets the mode for this breadcrumb bar.
setModifiedDocumentDisplayNamesColor(Color) - Method in class org.fife.rtext.AbstractMainView
Sets the color used to highlight modified documents' display names.
setMultiSelectionEnabled(boolean) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets whether or not multi-selection is enabled.
setName(String) - Method in class org.fife.rtext.plugins.macros.Macro
 
setName(String) - Method in class org.fife.rtext.plugins.project.model.LogicalFolderProjectEntry
 
setName(String) - Method in class org.fife.rtext.plugins.project.model.Project
 
setName(String) - Method in class org.fife.rtext.plugins.project.model.Workspace
Gives this workspace a new name.
setName(String) - Method in class org.fife.rtext.plugins.project.RenameDialog
Sets the name displayed in this dialog.
setName(String) - Method in class org.fife.rtext.plugins.tools.Tool
Sets the name of this tool.
setName(String) - Method in class org.fife.ui.app.StandardAction
Sets the name of this action.
setName(String) - Method in class org.fife.ui.OptionsDialogPanel
Sets the name of this options panel.
setNameLabel(String) - Method in class org.fife.rtext.plugins.project.RenameDialog
Sets the label text for the name field.
setNativeRenderingHints(Graphics2D) - Static method in class org.fife.ui.UIUtil
Sets the rendering hints on a graphics object to those closest to the system's desktop values.
setNextButtonEnabled(boolean) - Method in class org.fife.ui.app.WizardDialogInfoPanel
Enables or disables the "Next" button in the wizard dialog.
setNextButtonEnabled(boolean) - Method in class org.fife.ui.app.WizardPluginDialog
Enables or disables the "Next" button in the wizard dialog.
setNextPageButtonText(String) - Method in class org.fife.print.PrintPreviewDialog
Sets the text on the "Next Page" button.
setOKButtonText(String) - Method in class org.fife.ui.OptionsDialog
Sets the text on the "OK" button.
setOpacity(Window, float) - Method in class org.fife.util.TranslucencyUtil
Toggles the opacity of an entire window (i.e., non-per-pixel opacity).
setOpaque(Window, boolean) - Method in class org.fife.util.TranslucencyUtil
Toggles whether a window is fully opaque (e.g., toggles per-pixel translucency).
setOpenedFiles(File[]) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets the list of files to be underlined if displayed in the file chooser.
setOpenFilesStyle(int) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets the style that "opened" files should have applied to them when they are displayed in this file chooser (for example, being underlined).
setOpenWebUrlsInRealBrowser(boolean) - Method in class org.fife.help.HelpDialog
Toggles whether URLs starting with "http://" should be opened in a real web browser (assuming Java 6), instead of this Help dialog.
setOptionsDialogPanelParentPanelID(String) - Method in class org.fife.ui.app.AbstractPlugin
Sets the option panel to add this plug-in's option panels to.
setOptionsDialogPanelParentPanelName(String) - Method in class org.fife.ui.app.StatusBarPlugin
Sets the option panel to add this plug-in's option panels to.
setOptionsPanels(List<OptionsDialogPanel>) - Method in class org.fife.ui.OptionsDialog
Sets the options panels available on this options dialog.
setOptionsPanels(OptionsDialogPanel[]) - Method in class org.fife.ui.OptionsDialog
Sets the options panels available on this options dialog.
setOutputListener(ProcessRunnerOutputListener) - Method in class org.fife.io.ProcessRunner
Sets the output listener to receive notification when stdout or stderr is written to.
setOutputStyle(String) - Method in class org.fife.rtext.plugins.tidy.JsonOptions
Sets the output style to use when formatting JSON.
setOverwriteModeIndicatorEnabled(boolean) - Method in class org.fife.rtext.StatusBar
Changes whether the overwrite indicator is enabled or disabled.
setPopupDropShadowEnabled(boolean) - Static method in class org.fife.jgoodies.looks.Options
Enables or disables drop shadows in PopupMenus.
setPosition(int) - Method in class org.fife.ui.dockablewindows.DockableWindow
Sets where this dockable window is displayed.
setPreservingPluginAdded(SyntaxFilters) - Method in class org.fife.rtext.SyntaxFilters
Sets values for all the filters not added by plugins.
setPrevPageButtonText(String) - Method in class org.fife.print.PrintPreviewDialog
Sets the text on the "Prev Page" button.
setPrimaryComponent(Component) - Method in class org.fife.ui.dockablewindows.DockableWindow
Sets the "primary" component in this docked window.
setPrintButtonText(String) - Method in class org.fife.print.PrintPreviewDialog
Sets the text on the "Print" button.
setPrintFont(Font) - Method in class org.fife.rtext.AbstractMainView
Sets the font to use when printing documents.
setProgram(String) - Method in class org.fife.rtext.plugins.tools.Tool
Sets the program to launch.
setReadOnlyIndicatorEnabled(boolean) - Method in class org.fife.rtext.StatusBar
Changes whether the Read Only indicator is enabled or disabled.
setRefreshInterval(int) - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Sets the refresh interval for the heap indicator.
setRememberWhitespaceLines(boolean) - Method in class org.fife.rtext.AbstractMainView
Toggles whether whitespace lines should be remembered (vs. cleared out on Enter presses).
setRoot(File) - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Changes the "root" of this tree.
setRoundedSelectionEdges(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether selection edges are rounded in text areas.
setRow(int) - Method in class org.fife.rtext.StatusBar
Setter function for the row in row/column indicator.
setRowAndColumn(int, int) - Method in class org.fife.rtext.StatusBar
Setter function for row/column part of status bar.
setRowColumnIndicatorVisible(boolean) - Method in class org.fife.rtext.RText
Enables or disables the row/column indicator in the status bar.
setRowColumnIndicatorVisible(boolean) - Method in class org.fife.rtext.StatusBar
Enables or disables the row/column indicator.
setRowHandler(RowHandler) - Method in class org.fife.ui.modifiabletable.ModifiableTable
Sets the handler used when the user adds or modifies a row in the table.
setScale(int) - Method in class org.fife.print.PrintPreviewDialog
Sets what scale to make the preview images of the pages.
setSearching(boolean) - Method in class org.fife.ui.search.FindInFilesDialog
Enables or disables widgets in the dialog as appropriate.
setSearching(boolean) - Method in class org.fife.ui.search.ReplaceInFilesDialog
Enables or disables widgets in the dialog as appropriate.
setSearchingMode(SearchManager.SearchingMode) - Method in class org.fife.rtext.SearchManager
Toggles whether to use dialogs or tool bars for searching.
setSearchSubfolders(boolean) - Method in class org.fife.ui.search.FindInFilesSearchContext
Sets whether subfolders should be searched.
setSearchTabText(String) - Method in class org.fife.help.HelpDialog
Sets the label on the "Search" tab.
setSearchToolbarMenuItemSelected(boolean) - Method in class org.fife.rtext.RTextMenuBar
Sets whether the "QuickSearch toolbar" menu item is selected.
setSearchWindowOpacity(float) - Method in class org.fife.rtext.RText
Sets the opacity with which to render unfocused child windows, if this option is enabled.
setSearchWindowOpacityEnabled(boolean) - Method in class org.fife.rtext.RText
Toggles whether search window opacity is enabled.
setSearchWindowOpacityRule(int) - Method in class org.fife.rtext.RText
Toggles whether certain child windows should be made translucent.
setSecondaryLanguageColor(int, Color) - Method in class org.fife.rtext.AbstractMainView
Sets the color to use for a secondary language.
setSelectedFile(File) - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Selects the given file in the tree.
setSelectedFile(File) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets the file selected by the user.
setSelectedFiles(List<File>) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets the files selected by the user.
setSelectedFiles(File[]) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets the files selected by the user.
setSelectedFont(Font, Color) - Method in class org.fife.ui.FontDialog
Sets the currently selected font.
setSelectedIndex(int) - Method in class org.fife.rtext.AbstractMainView
Sets the currently active document.
setSelectedOptionsPanel(String) - Method in class org.fife.ui.OptionsDialog
Selects the options panel with the specified name.
setSelectedSpecialItem(String) - Method in class org.fife.ui.SpecialValueComboBox
Sets the selected combo box item by "special value" (parameter).
setSelectedTextArea(RTextEditorPane) - Method in class org.fife.rtext.AbstractMainView
Sets the currently active text area.
setSelectedTextColor(Color) - Method in class org.fife.rtext.AbstractMainView
Sets the color to use for selected text in all text areas, if selected text painting is enabled.
setSelectionColor(Color) - Method in class org.fife.rtext.AbstractMainView
Sets the color of selections in all text areas in this tabbed pane.
setSelectOnFocusGainEnabled(boolean) - Static method in class org.fife.jgoodies.looks.Options
Enables or disables the select on focus gain feature globally.
setSelectOnFocusGainEnabled(JTextField, Boolean) - Static method in class org.fife.jgoodies.looks.Options
Overrides the global default for the select all feature for the given text field.
setShadowEnabled(boolean) - Method in class org.fife.ui.StatusBarPanel
Sets whether or not the shadow effect is enabled.
setShortDescription(String) - Method in class org.fife.ui.app.StandardAction
Sets the short description for this action.
setShowEOLMarkers(boolean) - Method in class org.fife.rtext.AbstractMainView
Toggles whether EOL markers are visible in the text areas.
setShowHiddenFiles(boolean) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets whether hidden files and directories are shown by the file chooser.
setShowHostName(boolean) - Method in class org.fife.rtext.RText
Sets whether the hostname should be shown in the title of the main RText window.
setShownLocation(File) - Method in class org.fife.ui.breadcrumbbar.BreadcrumbBar
Changes the directory shown by this breadcrumb bar.
setShowTabLines(boolean) - Method in class org.fife.rtext.AbstractMainView
Toggles whether tab lines are visible in editors.
setShowText(boolean) - Method in class org.fife.ui.CustomizableToolBar
Toggles whether text labels are displayed on buttons underneath the images.
setSortable(boolean) - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
Sets whether this particular node's children are sortable.
setSorted(boolean) - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
Sets whether this tree node (and any child sortable tree nodes) are sorting their children.
setSortingStatus(int, int) - Method in class org.fife.ui.FileExplorerTableModel
 
setSortPriority(int) - Method in class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
Sets the relative sort priority of this tree node when it is compared against others (lower is higher priority).
setSpaceCount(int) - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Sets the number of spaces to use for indentation when formatting HTML.
setSpaceCount(int) - Method in class org.fife.rtext.plugins.tidy.JsonOptions
Sets the number of spaces to use for indentation when formatting JSON.
setSpaceCount(int) - Method in class org.fife.rtext.plugins.tidy.XmlOptions
Sets the number of spaces to use for indentation when formatting XML.
setSpellCheckingColor(Color) - Method in class org.fife.rtext.SpellingSupport
Toggles the color used for squiggle underlining spelling errors.
setSpellCheckingEnabled(boolean) - Method in class org.fife.rtext.SpellingSupport
Toggles whether spell checking is enabled.
setSpellingDictionary(String) - Method in class org.fife.rtext.SpellingSupport
Sets the spelling dictionary to use.
setSpellingWindowVisible(boolean) - Method in class org.fife.rtext.RText
Toggles whether the spelling error window is visible.
setSplitPaneDividerLocation(int, int) - Method in class org.fife.ui.app.AbstractPluggableGUIApplication
Sets the position of the divider for the specified split pane.
setStatusBar(StatusBar) - Method in class org.fife.ui.app.AbstractGUIApplication
Sets the status bar to use in this application.
setStatusBar(StatusBar) - Method in interface org.fife.ui.app.GUIApplication
Sets the status bar to use in this application.
setStatusBarReadOnlyIndicatorEnabled(boolean) - Method in class org.fife.rtext.RText
Sets whether the read-only indicator in the status bar is enabled.
setStatusBarVisible(boolean) - Method in class org.fife.ui.app.AbstractGUIApplication
Sets whether the status bar is visible.
setStatusBarVisible(boolean) - Method in interface org.fife.ui.app.GUIApplication
Sets whether the status bar is visible.
setStatusMessage(String) - Method in class org.fife.ui.StatusBar
Setter function for message in the status bar.
setStatusText(String) - Method in class org.fife.ui.search.FindInFilesDialog
Sets the text in the status bar.
setStyle(int) - Method in class org.fife.ui.SizeGripIcon
Sets the style of this icon.
setStyle(int) - Method in class org.fife.ui.StatusBar
Sets the "style" used for this status bar.
setStyleOpenFiles(boolean) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets whether "opened" files should have a special style applied to them when they are displayed in this file chooser (for example, being underlined).
setSyntaxFilters(SyntaxFilters) - Method in class org.fife.rtext.AbstractMainView
Sets the file filters used when opening documents to decide how to syntax highlight documents.
setSyntaxHighlightInput(boolean) - Method in class org.fife.rtext.plugins.console.Plugin
Toggles whether user input should be syntax highlighted.
setSyntaxScheme(SyntaxScheme) - Method in class org.fife.rtext.AbstractMainView
Sets the syntax highlighting color scheme being used.
setSyntaxScheme(SyntaxScheme) - Method in class org.fife.rtext.RText
Sets the syntax highlighting color scheme being used.
setSyntaxScheme(SyntaxScheme) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Sets the syntax highlighting color scheme being displayed in this panel.
setTabIconsEnabled(boolean) - Static method in class org.fife.jgoodies.looks.Options
Enables or disables the use of icons in JTabbedPanes.
setTable(JTable) - Method in class org.fife.ui.FileExplorerTableModel
Sets the table this sorter is the model for.
setTableModel(TableModel) - Method in class org.fife.ui.FileExplorerTableModel
Sets the table model to use.
setTabLinesColor(Color) - Method in class org.fife.rtext.AbstractMainView
Sets the color to use for tab lines in editors.
setTabLinesEnabled(boolean) - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
 
setTabsEmulated(boolean) - Method in class org.fife.rtext.AbstractMainView
Changes whether or not tabs should be emulated with spaces (i.e., soft tabs).
setTabsEmulated(boolean) - Method in class org.fife.rtext.RText
Changes whether or not tabs should be emulated with spaces (i.e., soft tabs).
setTabSize(int) - Method in class org.fife.rtext.AbstractMainView
Sets the tab size to be used on all documents.
setTabSize(int) - Method in class org.fife.rtext.RText
Sets the tab size to be used on all documents.
setText(String) - Method in class org.fife.ui.Hyperlink
Sets the text for this hyperlink.
setText(String) - Method in class org.fife.ui.SelectableLabel
Sets the text displayed by this label.
setTextAreaFont(Font, boolean) - Method in class org.fife.rtext.AbstractMainView
Sets the default font for text areas.
setTextAreaForeground(Color) - Method in class org.fife.rtext.AbstractMainView
Sets the default foreground color for text areas.
setTextAreaOrientation(ComponentOrientation) - Method in class org.fife.rtext.AbstractMainView
Sets the component orientation of the text areas.
setTextMode(int) - Method in class org.fife.rtext.AbstractMainView
Enables either insert mode or overwrite mode for the text documents.
setTitle(String) - Method in class org.fife.rtext.RText
Sets the title of the application window.
setTitle(String) - Method in class org.fife.ui.TitledPanel
Sets the title of this titled panel.
setToggledOn(boolean) - Method in class org.fife.ui.FontSelector
Sets whether this font selector is "toggled on."
setTool(Tool) - Method in class org.fife.rtext.plugins.tools.NewToolDialog
Sets the tool being displayed by this dialog.
setToolBar(CustomizableToolBar) - Method in class org.fife.ui.app.AbstractGUIApplication
Sets the toolbar used by this GUI application.
setToolBar(CustomizableToolBar) - Method in interface org.fife.ui.app.GUIApplication
Sets the toolbar used by this GUI application.
setToolBarVisible(boolean) - Method in class org.fife.ui.app.AbstractGUIApplication
Sets whether the toolbar used by this GUI application is visible.
setToolBarVisible(boolean) - Method in interface org.fife.ui.app.GUIApplication
Sets whether the toolbar used by this GUI application is visible.
setToolTipsEnabled(boolean) - Method in class org.fife.ui.ToolTipTree
Sets whether tooltips are enabled.
setTopicToDisplayFieldLabelText(String) - Method in class org.fife.help.HelpDialog
Sets the text label above the "Select topic to display" text box.
setUI(ToolBarUI) - Method in class org.fife.ui.CustomizableToolBar
 
setUI(TextUI) - Method in class org.fife.ui.FSATextField
Overridden so that we always have a document listener on the text field.
setUI(LabelUI) - Method in class org.fife.ui.Hyperlink
 
setUI(TextUI) - Method in class org.fife.ui.SelectableLabel
Overridden to keep our special properties, to keep us looking like a label across LookAndFeels.
setUnderlineSelectable(boolean) - Method in class org.fife.ui.FontSelector
Toggles whether "underline" will be selectable in the font dialog used by this font selector.
setUnderlineSelected(boolean) - Method in class org.fife.ui.FontDialog
Sets or clears the "Underline" check box.
setUnsavedChanges(boolean) - Method in class org.fife.ui.OptionsDialogPanel
Sets whether or not the "Unsaved changes" flag for this Options panel is set.
setUpperCaseAttrNames(boolean) - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Sets whether HTML attribute names should be made upper-case.
setUpperCaseTagNames(boolean) - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Sets whether HTML tag names should be made upper-case.
setUseHTMLToolTips(boolean) - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Sets whether HTML tooltips are used in this source browser.
setUseNarrowButtons(boolean) - Static method in class org.fife.jgoodies.looks.Options
Globally sets the use narrow or standard button margins.
setUserDictionary(File) - Method in class org.fife.rtext.SpellingSupport
Sets the dictionary that "added words" are added to.
setUseSelectedTextColor(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether text areas should honor their "selected text color", as opposed to just rendering token styles even for selected tokens.
setUseSystemColors(boolean) - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Sets whether or not to use system colors when painting the heap indicator.
setUseSystemFonts(boolean) - Static method in class org.fife.jgoodies.looks.Options
Sets a value in the UIManager to indicate, that a look&feel may use the native system fonts.
setValueAt(Object, int, int) - Method in class org.fife.ui.FileExplorerTableModel
 
setValues(Frame) - Method in class org.fife.ui.OptionsDialogPanel
Sets the values displayed by this panel to reflect those in the application.
setValuesImpl(Frame) - Method in class org.fife.rtext.plugins.langsupport.OptionsPanel
Sets the values displayed by this panel to reflect those in the application.
setValuesImpl(Frame) - Method in class org.fife.ui.OptionsDialogPanel
Sets the values displayed by this panel to reflect those in the application.
setValuesImpl(Frame) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Sets the values displayed by this panel to reflect those in the application.
setValuesImpl(Frame) - Method in class org.fife.ui.rsyntaxtextarea.SpellingOptionPanel
Sets the values displayed by this panel to reflect those in the application.
setValuesImpl(Frame) - Method in class org.fife.ui.rsyntaxtextarea.TemplateOptionPanel
Sets the values displayed by this panel to reflect those in the application.
setValuesImpl(Frame) - Method in class org.fife.ui.rtextarea.CaretAndSelectionOptionPanel
Sets the values displayed by this panel to reflect those in the application.
setValuesImpl(Frame) - Method in class org.fife.ui.rtextarea.GutterOptionPanel
Sets the values displayed by this panel to reflect those in the application.
setValuesImpl(Frame) - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Sets the values displayed by this panel to reflect those in the application.
setValuesImpl(Frame) - Method in class org.fife.ui.rtextfilechooser.FileChooserFavoritesOptionPanel
Sets the values displayed by this panel to reflect those in the application.
setValuesImpl(Frame) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooserOptionPanel
Sets the values displayed by this panel to reflect those in the application.
setVerbose(boolean) - Method in class org.fife.ui.search.FindInFilesSearchContext
Sets whether verbose output should be enabled.
setViewMode(int) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Sets the view mode.
setViewModeImpl(int) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Does the dirty-work of setting the view mode.
setVisible(boolean) - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
 
setVisible(boolean) - Method in class org.fife.rtext.plugins.macros.NewMacroDialog
Overridden to give focus to the appropriate text component when this dialog is made visible.
setVisible(boolean) - Method in class org.fife.rtext.plugins.tools.NewToolDialog
Overridden to ensure that the first tab is always the selected one.
setVisible(boolean) - Method in class org.fife.rtext.RemoteFileChooser
Sets the visibility of this dialog.
setVisible(boolean) - Method in class org.fife.ui.breadcrumbbar.ScrollableJPopupMenu
setVisible(boolean) - Method in class org.fife.ui.GetKeyStrokeDialog
setVisible(boolean) - Method in class org.fife.ui.OptionsDialog
This method is overridden to ensure that all nodes in the tree are expanded (as if they're not, the size of the window and its widgets may be incorrect; not enough room for the tree).
setVisible(boolean) - Method in class org.fife.ui.search.FindInFilesDialog
Displays or hides the Find in Files dialog.
setVisible(boolean) - Method in class org.fife.ui.search.ReplaceInFilesDialog
Displays or hides the Find in Files dialog.
setWhitespaceVisible(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether whitespace is visible in all open text areas.
setWhitespaceVisible(boolean) - Method in class org.fife.ui.rtextarea.RTextAreaOptionPanel
Sets whether the "Visible whitespace" checkbox is selected.
setWindowMenuVisible(boolean) - Method in class org.fife.rtext.RTextMenuBar
Sets whether or not the "Window" menu is visible.
setWizardProperty(String, Object) - Method in class org.fife.ui.app.WizardPluginDialog
Sets a property value.
setWorkingDirectory(String) - Method in class org.fife.rtext.RText
Sets the "working directory;" that is, the directory in which new, empty files are placed.
setWorkspace(Workspace) - Method in class org.fife.rtext.plugins.project.tree.WorkspaceTree
 
setWrapLength(int) - Method in class org.fife.rtext.plugins.tidy.HtmlOptions
Sets how long formatted lines can be before they are wrapped.
setWrapLength(int) - Method in class org.fife.rtext.plugins.tidy.XmlOptions
Sets how long formatted lines can be before they are wrapped.
setWriteBOMInUtf8Files(boolean) - Method in class org.fife.rtext.AbstractMainView
Sets whether BOM's should be written for UTF-8 files.
sh_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
sh_showDescWindow - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
sh_useSystemManPages - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
ShadowPopup - Class in org.fife.jgoodies.looks.common
Does all the magic for getting popups with drop shadows.
ShadowPopup() - Constructor for class org.fife.jgoodies.looks.common.ShadowPopup
 
ShadowPopupBorder - Class in org.fife.jgoodies.looks.common
A border with a drop shadow intended to be used as the outer border of popups.
ShadowPopupBorder() - Constructor for class org.fife.jgoodies.looks.common.ShadowPopupBorder
 
ShadowPopupFactory - Class in org.fife.jgoodies.looks.common
The JGoodies Looks implementation of PopupFactory.
shift - Static variable in interface org.fife.rtext.RTextActionInfo
 
show() - Method in class org.fife.jgoodies.looks.common.ShadowPopup
Makes the Popup visible.
showDialogImpl(Window, int) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Does all of the dirty-work for showOpenDialog and showSaveDialog since much of what they do is the same.
showEOLMarkers - Variable in class org.fife.rtext.RTextPreferences
 
showFilePropertiesDialog(Window, File) - Method in class org.fife.ui.rtextfilechooser.extras.FileIOExtras
Displays the OS's "properties" dialog for a file or directory.
showFilePropertiesDialog(Window, String) - Method in class org.fife.ui.rtextfilechooser.extras.FileIOExtras
Displays the OS's "properties" dialog for a file or directory.
showFindUI() - Method in class org.fife.rtext.SearchManager
Displays the "find" UI (either a dialog or a tool bar).
showHostName - Variable in class org.fife.rtext.RTextPreferences
 
showOpenDialog(Component) - Method in class org.fife.ui.RFileChooser
Pops up an "Open File" file chooser dialog.
showOpenDialog(Window) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Displays an "Open" dialog.
showReplaceUI() - Method in class org.fife.rtext.SearchManager
Displays the "replace" UI (either a dialog or a tool bar).
showSaveDialog(Component) - Method in class org.fife.ui.RFileChooser
Pops up a "Save File" file chooser dialog.
showSaveDialog(Window) - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Displays a "Save As" dialog.
showTabLines - Variable in class org.fife.rtext.RTextPreferences
 
shutdown() - Static method in class org.fife.rtext.AWTExceptionHandler
Cleans up this exception handler.
size - Variable in class org.fife.ui.app.GUIApplicationPreferences
The size of this GUI application's main window.
SizeGripIcon - Class in org.fife.ui
An icon that looks like a Windows 98/XP-style size grip.
SizeGripIcon() - Constructor for class org.fife.ui.SizeGripIcon
Constructor.
SizeGripIcon(int) - Constructor for class org.fife.ui.SizeGripIcon
Constructor.
SMOOTH_TEXT_PROPERTY - Static variable in class org.fife.rtext.AbstractMainView
 
sort - Variable in class org.fife.ctags.TagFileInfo
 
SourceBrowserPlugin - Class in org.fife.rtext.plugins.sourcebrowser
A panel that uses Exuberant CTags (installed separately from RText) to keep a list of all variables, functions, classes, methods, etc. defined in the currently-opened source file.
SourceBrowserPlugin(AbstractPluggableGUIApplication) - Constructor for class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Creates a new SourceBrowserPlugin.
SourceBrowserPrefs - Class in org.fife.rtext.plugins.sourcebrowser
Preferences for the source browser.
SourceBrowserPrefs() - Constructor for class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPrefs
 
SourceTreeNode - Class in org.fife.rtext.plugins.sourcebrowser
Base class for tree nodes in an DefaultSourceTree.
SourceTreeNode(Object) - Constructor for class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
 
SourceTreeNode(Object, boolean) - Constructor for class org.fife.rtext.plugins.sourcebrowser.SourceTreeNode
 
SpecialValueComboBox - Class in org.fife.ui
An extension of JComboBox that remembers a special string for each of its contained items.
SpecialValueComboBox() - Constructor for class org.fife.ui.SpecialValueComboBox
Constructor.
spellCheckingColor - Variable in class org.fife.rtext.RTextPreferences
 
spellCheckingEnabled - Variable in class org.fife.rtext.RTextPreferences
 
spellingDictionary - Variable in class org.fife.rtext.RTextPreferences
 
SpellingOptionPanel - Class in org.fife.ui.rsyntaxtextarea
Options panel for the spelling checker.
SpellingOptionPanel() - Constructor for class org.fife.ui.rsyntaxtextarea.SpellingOptionPanel
 
spellingParserEvent(SpellingParserEvent) - Method in class org.fife.rtext.SpellingSupport
Called when the user adds a word to their user dictionary, or chooses to ignore a word.
SpellingSupport - Class in org.fife.rtext
Handles spell checking options in RText.
SpellingSupport(RText) - Constructor for class org.fife.rtext.SpellingSupport
Constructor.
SplashScreen - Class in org.fife.ui
A window to display while your Swing application is loading; it behaves just like a "splash screen."
SplashScreen(String, String) - Constructor for class org.fife.ui.SplashScreen
Creates a new SplashScreen with default color scheme.
SplashScreen(String, String, Color, Color, Color, Color) - Constructor for class org.fife.ui.SplashScreen
Creates a new SplashScreen.
SPLIT_PANE_VIEW - Static variable in class org.fife.rtext.RText
 
StandardAction - Class in org.fife.ui.app
The action type used by all instances of GUIApplication.
StandardAction(GUIApplication) - Constructor for class org.fife.ui.app.StandardAction
Creates the action.
StandardAction(GUIApplication, String) - Constructor for class org.fife.ui.app.StandardAction
Creates an action, initializing its properties from the parent application's resource bundle.
StandardAction(GUIApplication, String, String) - Constructor for class org.fife.ui.app.StandardAction
Creates an action, initializing its properties from the parent application's resource bundle.
StandardAction(GUIApplication, ResourceBundle, String) - Constructor for class org.fife.ui.app.StandardAction
Creates an action, initializing its properties from a resource bundle.
start() - Method in class org.fife.ui.GUIWorkerThread
Start the worker thread.
startingTool(Tool) - Method in class org.fife.rtext.plugins.tools.ToolDockableWindow
Called just before a tool is launched.
stateChanged(ChangeEvent) - Method in class org.fife.help.HelpDialog.HelpListener
Called whenever the user clicks on the Contents, Index, or Search tabs.
stateChanged(ChangeEvent) - Method in class org.fife.ui.rtextarea.CaretAndSelectionOptionPanel
Called when the user changes the caret blink rate spinner value.
STATUS_BAR_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
STATUS_BAR_PROPERTY - Static variable in class org.fife.ui.app.AbstractGUIApplication
This property is fired whenever the status bar changes.
STATUS_BAR_VISIBLE_PROPERTY - Static variable in class org.fife.ui.app.AbstractGUIApplication
This property is fired whenever the status bar is made visible or invisible.
StatusBar - Class in org.fife.rtext
The status bar used by rtext.
StatusBar(RText, String, boolean, int, int, boolean) - Constructor for class org.fife.rtext.StatusBar
Creates the status bar.
StatusBar - Class in org.fife.ui
A generic status bar containing a status message and a size grip, similar to those found in Microsoft Windows applications.
StatusBar() - Constructor for class org.fife.ui.StatusBar
Creates the status bar with a default status message and a size grip.
StatusBar(String) - Constructor for class org.fife.ui.StatusBar
Creates the status bar with the specified default message and a size grip.
StatusBar(String, int) - Constructor for class org.fife.ui.StatusBar
Creates the status bar.
StatusBarPanel - Class in org.fife.ui
A panel used internally by StatusBar; it can have a "shadow" effect displayed at its top and bottom.
StatusBarPanel() - Constructor for class org.fife.ui.StatusBarPanel
Constructor.
StatusBarPanel(LayoutManager) - Constructor for class org.fife.ui.StatusBarPanel
Constructor.
StatusBarPanel(LayoutManager, JLabel) - Constructor for class org.fife.ui.StatusBarPanel
Creates a StatusBarPanel containing a label.
StatusBarPlugin - Class in org.fife.ui.app
A plugin representing a component in a status bar.
StatusBarPlugin() - Constructor for class org.fife.ui.app.StatusBarPlugin
 
statusBarStyle - Variable in class org.fife.rtext.RTextPreferences
 
statusBarVisible - Variable in class org.fife.ui.app.GUIApplicationPreferences
Whether this application's status bar is visible.
stderrFG - Variable in class org.fife.rtext.plugins.console.ConsolePrefs
The color used for stderr in consoles.
stdoutFG - Variable in class org.fife.rtext.plugins.console.ConsolePrefs
The color used for stdout in consoles.
StopAction - Class in org.fife.rtext.plugins.console
Stops the currently running process, if any.
StopAction(RText, ResourceBundle, Plugin) - Constructor for class org.fife.rtext.plugins.console.StopAction
Constructor.
StopAction - Class in org.fife.rtext.plugins.tools
Stops the currently running tool.
StopAction(ToolPlugin, ResourceBundle) - Constructor for class org.fife.rtext.plugins.tools.StopAction
Constructor.
stopCurrentProcess() - Method in class org.fife.rtext.plugins.console.Plugin
Stops the currently running process, if any.
StoreKeeper - Class in org.fife.rtext
Keeps track of all org.fife.rtext.RText instances (windows) that are open, and provides an interface to update their Look and Feels together.
StoreKeeper() - Constructor for class org.fife.rtext.StoreKeeper
 
stripBackupExtensions(String) - Static method in class org.fife.rtext.RTextUtilities
Strips ".orig", ".bak", and ".old" from the end of a fileName, if they are there.
STYLE_BOLD - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooser
 
STYLE_ITALIC - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooser
 
STYLE_OPEN_FILES_PROPERTY - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooserOptionPanel
 
STYLE_PROPERTY - Static variable in class org.fife.ui.StatusBar
 
STYLE_UNDERLINE - Static variable in class org.fife.ui.rtextfilechooser.RTextFileChooser
 
subfoldersCheckBox - Variable in class org.fife.ui.search.FindInFilesDialog
 
SubstanceKeyStrokeCellRenderer - Class in org.fife.ui
Renderer for KeyStrokes in a JTable when Substance is installed.
SubstanceKeyStrokeCellRenderer() - Constructor for class org.fife.ui.SubstanceKeyStrokeCellRenderer
 
SubstanceUtils - Class in org.fife.ui
Utility methods for interfacing with Substance 7.2.1 (Insubstantial) in applications that only require Java 1.4 or later (Substance 6 requires Java 6).
SubstanceUtils() - Constructor for class org.fife.ui.SubstanceUtils
 
SUCCESSFUL - Static variable in class org.fife.ui.app.WizardPlugin
 
SYNTAX_STYLE_CNANGED - Static variable in class org.fife.rtext.CurrentTextAreaEvent
Fired when the current text area's syntax style changes.
SyntaxFilters - Class in org.fife.rtext
Manages a list of wildcard file filters and what syntax highlighting styles they map to.
SyntaxFilters() - Constructor for class org.fife.rtext.SyntaxFilters
Creates a new SyntaxFilters with default values for all filters.
SyntaxFilters(String) - Constructor for class org.fife.rtext.SyntaxFilters
Creates a new SyntaxFilters from the given string.
syntaxFiltersString - Variable in class org.fife.rtext.RTextPreferences
 
syntaxHighlightInput - Variable in class org.fife.rtext.plugins.console.ConsolePrefs
Whether user input should be syntax highlighted.
SYSTEM_CASE_CHECK - Static variable in class org.fife.ui.rtextfilechooser.filters.ExtensionFileFilter
 

T

TAB_ICONS_ENABLED_KEY - Static variable in class org.fife.jgoodies.looks.Options
 
TABBED_VIEW - Static variable in class org.fife.rtext.RText
 
TabbedPaneTransferHandler - Class in org.fife.ui
A transfer handler for JTabbedPanes.
TabbedPaneTransferHandler() - Constructor for class org.fife.ui.TabbedPaneTransferHandler
Constructor.
tableModel - Variable in class org.fife.ui.FileExplorerTableModel
 
tabLinesColor - Variable in class org.fife.rtext.RTextPreferences
 
tabPlacement - Variable in class org.fife.rtext.RTextPreferences
 
tabSize - Variable in class org.fife.rtext.RTextPreferences
 
TAG_FOLDSORTED - Static variable in class org.fife.ctags.CTagReader
 
TAG_FULLMATCH - Static variable in class org.fife.ctags.CTagReader
 
TAG_IGNORECASE - Static variable in class org.fife.ctags.CTagReader
 
TAG_OBSERVECASE - Static variable in class org.fife.ctags.CTagReader
 
TAG_PARTIALMATCH - Static variable in class org.fife.ctags.CTagReader
 
TAG_SORTED - Static variable in class org.fife.ctags.CTagReader
 
TAG_UNSORTED - Static variable in class org.fife.ctags.CTagReader
 
TagEntry - Class in org.fife.ctags
Simple class that contains information about a specific tag.
TagEntry() - Constructor for class org.fife.ctags.TagEntry
Creates a new TagEntry.
TagEntry(String) - Constructor for class org.fife.ctags.TagEntry
Creates a new TagEntry based on the passed-in ctag file line.
TagExtensionField - Class in org.fife.ctags
This class contains information about an extension field for a tag.
TagExtensionField(String, String) - Constructor for class org.fife.ctags.TagExtensionField
Creates a new TagExtensionField.
TagFileInfo - Class in org.fife.ctags
This class contains information about a tag found in a ctag file.
TagFileInfo() - Constructor for class org.fife.ctags.TagFileInfo
Creates a new TagFileInfo.
TAGRESULT_FAILURE - Static variable in class org.fife.ctags.CTagReader
 
TAGRESULT_SUCCESS - Static variable in class org.fife.ctags.CTagReader
 
tagsClose() - Method in class org.fife.ctags.CTagReader
"Closes" the current ctag file.
tagsField(TagEntry, String) - Method in class org.fife.ctags.CTagReader
Retrieve the value associated with the extension field for a specified key.
tagsFind(TagEntry, String, int) - Method in class org.fife.ctags.CTagReader
Find the first tag matching `name'.
tagsFindNext(TagEntry) - Method in class org.fife.ctags.CTagReader
Find the next tag matching the name and options supplied to the most recent call to tagsFind() for the same tag file.
tagsFirst(TagEntry) - Method in class org.fife.ctags.CTagReader
Returns the first ctag from the ctag file.
tagsNext(TagEntry) - Method in class org.fife.ctags.CTagReader
Returns the next ctag from the given ctag file.
tagsOpen(String, TagFileInfo) - Method in class org.fife.ctags.CTagReader
Sets the ctag file to be read by this reader.
taskIdentifiers - Variable in class org.fife.rtext.plugins.tasks.TasksPrefs
The task identifiers.
TasksPlugin - Class in org.fife.rtext.plugins.tasks
Plugin that adds "Tasks" support to RText.
TasksPlugin(AbstractPluggableGUIApplication) - Constructor for class org.fife.rtext.plugins.tasks.TasksPlugin
Constructor.
TasksPrefs - Class in org.fife.rtext.plugins.tasks
Preferences for the tasks plugin.
TasksPrefs() - Constructor for class org.fife.rtext.plugins.tasks.TasksPrefs
 
TemplateOptionPanel - Class in org.fife.ui.rsyntaxtextarea
An options panel that can be added to an org.fife.ui.OptionsDialog to manage the templates available to all instances of RSyntaxTextArea.
TemplateOptionPanel() - Constructor for class org.fife.ui.rsyntaxtextarea.TemplateOptionPanel
Constructor.
TEXT_AREA_ADDED_PROPERTY - Static variable in class org.fife.rtext.AbstractMainView
 
TEXT_AREA_CHANGED - Static variable in class org.fife.rtext.CurrentTextAreaEvent
Fired when the currently active text area changes.
TEXT_AREA_REMOVED_PROPERTY - Static variable in class org.fife.rtext.AbstractMainView
 
TEXT_BG_FILL_COLOR - Static variable in class org.fife.ui.SubstanceUtils
 
TEXT_FIELD_MODE - Static variable in class org.fife.ui.breadcrumbbar.BreadcrumbBar
Mode for when the breadcrumb bar is displaying a file system-aware text field.
textAreaFont - Variable in class org.fife.rtext.RTextPreferences
 
textAreaForeground - Variable in class org.fife.rtext.RTextPreferences
 
textAreaOrientation - Variable in class org.fife.rtext.RTextPreferences
 
textAreaUnderline - Variable in class org.fife.rtext.RTextPreferences
 
textMode - Variable in class org.fife.rtext.RTextPreferences
 
ThirdPartyLookAndFeelManager - Class in org.fife.ui.app
NOTE: Specifying LookAndFeels in this XML file is done at your own risk!
ThirdPartyLookAndFeelManager(String) - Constructor for class org.fife.ui.app.ThirdPartyLookAndFeelManager
Constructor.
tidyActionAccelerator - Variable in class org.fife.rtext.plugins.tidy.PluginPrefs
Accelerator key for the "pretty print source code" action.
TIME_DATE_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
title - Variable in class org.fife.help.HelpTreeNode
The text of the node.
TITLE_PROPERTY - Static variable in class org.fife.ui.dockablewindows.DockableWindow
Property fired when a dockable window's title changes.
TitledPanel - Class in org.fife.ui
A panel suitable for a "heading" for another JPanel.
TitledPanel(String, Component, int) - Constructor for class org.fife.ui.TitledPanel
 
TitledPanel(String, Font, Component, int) - Constructor for class org.fife.ui.TitledPanel
 
TitledPanel.BottomBevelBorder - Class in org.fife.ui
 
TitledPanel.BottomBevelBorder() - Constructor for class org.fife.ui.TitledPanel.BottomBevelBorder
 
TitledPanel.BottomBevelBorder(Color, Color) - Constructor for class org.fife.ui.TitledPanel.BottomBevelBorder
 
ToggleTextModeAction - Class in org.fife.rtext.actions
Action that toggles the text mode (insert vs. overwrite) for all open text editors.
ToggleTextModeAction(RText) - Constructor for class org.fife.rtext.actions.ToggleTextModeAction
Constructor.
Tool - Class in org.fife.rtext.plugins.tools
An "external tool."
Tool() - Constructor for class org.fife.rtext.plugins.tools.Tool
Constructor.
Tool(String, String) - Constructor for class org.fife.rtext.plugins.tools.Tool
Constructor.
TOOL_BAR_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
TOOL_BAR_PROPERTY - Static variable in class org.fife.ui.app.AbstractGUIApplication
This property is fired whenever the toolbar changes.
TOOL_BAR_VISIBLE_PROPERTY - Static variable in class org.fife.ui.app.AbstractGUIApplication
This property is fired whenever the toolbar is made visible or invisible.
toolbarVisible - Variable in class org.fife.ui.app.GUIApplicationPreferences
Whether this application's toolbar is visible.
ToolDockableWindow - Class in org.fife.rtext.plugins.tools
The dockable window containing external tool output.
ToolDockableWindow(ToolPlugin) - Constructor for class org.fife.rtext.plugins.tools.ToolDockableWindow
Constructor.
ToolManager - Class in org.fife.rtext.plugins.tools
Manages the tools available in an RText session.
ToolPlugin - Class in org.fife.rtext.plugins.tools
A plugin that adds tool support to RText.
ToolPlugin(AbstractPluggableGUIApplication) - Constructor for class org.fife.rtext.plugins.tools.ToolPlugin
Constructor.
ToolsPrefs - Class in org.fife.rtext.plugins.tools
Preferences for the tools plugin.
ToolsPrefs() - Constructor for class org.fife.rtext.plugins.tools.ToolsPrefs
 
ToolTipTree - Class in org.fife.ui
A tree that displays tooltips directly over the text of its nodes, like the file system tree found in Windows Explorer.
ToolTipTree() - Constructor for class org.fife.ui.ToolTipTree
 
ToolTipTree(Hashtable<?, ?>) - Constructor for class org.fife.ui.ToolTipTree
 
ToolTipTree(Object[]) - Constructor for class org.fife.ui.ToolTipTree
 
ToolTipTree(TreeModel) - Constructor for class org.fife.ui.ToolTipTree
 
ToolTipTree(TreeNode) - Constructor for class org.fife.ui.ToolTipTree
 
ToolTipTree(TreeNode, boolean) - Constructor for class org.fife.ui.ToolTipTree
 
ToolTipTree(Vector<?>) - Constructor for class org.fife.ui.ToolTipTree
 
TOP - Static variable in interface org.fife.ui.dockablewindows.DockableWindowConstants
Integer constant representing the top of the window.
TOP - Static variable in class org.fife.ui.modifiabletable.ModifiableTable
 
toString() - Method in class org.fife.ctags.TagEntry
Writes this tag entry as a string.
toString() - Method in class org.fife.help.HelpTreeNode
Returns the title of this node.
toString() - Method in class org.fife.rtext.CurrentTextAreaEvent
Returns a string representation of this event.
toString() - Method in class org.fife.rtext.plugins.macros.Macro
Overridden to return the name of this macro.
toString() - Method in class org.fife.rtext.plugins.project.tree.AbstractWorkspaceTreeNode
 
toString() - Method in class org.fife.rtext.RTextPreferences
Returns a String representation of this object.
toString() - Method in class org.fife.rtext.SyntaxFilters
Returns this object as a string.
toString() - Method in class org.fife.ui.dockablewindows.DockableWindow
Returns a string representation of this dockable window.
toString() - Method in class org.fife.ui.OptionsDialogPanel
Returns the name of this options panel, since this is the value that is diaplayed in the Options dialog's JList.
toString() - Method in class org.fife.ui.rtextfilechooser.FileSystemTree.FileSystemTreeNode
 
toString() - Method in class org.fife.ui.rtextfilechooser.filters.AcceptAllFileFilter
Overridden to return the description of this file filter, that way we render nicely in combo boxes.
toString() - Method in class org.fife.ui.rtextfilechooser.filters.ExtensionFileFilter
Overridden to return the description of this file filter, that way we render nicely in combo boxes.
toString() - Method in class org.fife.ui.rtextfilechooser.filters.HTMLFileFilter
Overridden to return the description of this file filter, that way we render nicely in combo boxes.
toString() - Method in class org.fife.ui.rtextfilechooser.filters.ImageFileFilter
Overridden to return the description of this file filter, that way we render nicely in combo boxes.
TranslucencyUtil - Class in org.fife.util
Utilities for translucent windows in Java 6 update 10 and newer.
TranslucencyUtil() - Constructor for class org.fife.util.TranslucencyUtil
 
TREE_LINE_STYLE_ANGLED_VALUE - Static variable in class org.fife.jgoodies.looks.Options
A JTree client property value that indicates that lines shall be drawn.
TREE_LINE_STYLE_KEY - Static variable in class org.fife.jgoodies.looks.Options
A JTree client property key for a tree line style hint.
TREE_LINE_STYLE_NONE_VALUE - Static variable in class org.fife.jgoodies.looks.Options
A JTree client property value that indicates that lines shall be hidden.
treeRootVisible - Variable in class org.fife.rtext.plugins.project.ProjectPluginPrefs
Whether the root node of the workspace tree view is visible.
TYPE_ERROR - Static variable in class org.fife.ui.search.MatchData
 
TYPE_MATCH - Static variable in class org.fife.ui.search.MatchData
 
TYPE_VERBOSE - Static variable in class org.fife.ui.search.MatchData
 

U

UIUtil - Class in org.fife.ui
Utility methods for org.fife.ui GUI components.
ULTRA_DARK_COLOR - Static variable in class org.fife.ui.SubstanceUtils
 
ULTRA_LIGHT_COLOR - Static variable in class org.fife.ui.SubstanceUtils
 
uninstall() - Static method in class org.fife.jgoodies.looks.common.ShadowPopupFactory
Uninstalls the ShadowPopupFactory and restores the original popup factory as the new shared popup factory.
uninstall() - Method in class org.fife.rtext.plugins.console.Plugin
Called just before this Plugin is removed from an GUIApplication.
uninstall() - Method in class org.fife.rtext.plugins.filesystemtree.FileSystemTreePlugin
Called just before this Plugin is removed from an RText instance.
uninstall() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
Called just before this Plugin is removed from an GUIApplication.
uninstall() - Method in class org.fife.rtext.plugins.langsupport.Plugin
Called just before this Plugin is removed from an GUIApplication.
uninstall() - Method in class org.fife.rtext.plugins.macros.MacroPlugin
Called just before this Plugin is removed from an GUIApplication.
uninstall() - Method in class org.fife.rtext.plugins.project.ProjectPlugin
 
uninstall() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
Called just before this Plugin is removed from an RText instance.
uninstall() - Method in class org.fife.rtext.plugins.tasks.TasksPlugin
Called just before this Plugin is removed from an GUIApplication.
uninstall() - Method in class org.fife.rtext.plugins.tidy.Plugin
Called just before this Plugin is removed from an GUIApplication.
uninstall() - Method in class org.fife.rtext.plugins.tools.ToolPlugin
Called just before this Plugin is removed from an GUIApplication.
uninstall() - Method in interface org.fife.ui.app.Plugin
Called just before this Plugin is removed from an GUIApplication.
uninstallTimer() - Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
 
update(RTextEditorPane, List<ParserNotice>) - Method in class org.fife.rtext.AbstractParserNoticeWindow.ParserNoticeTableModel
 
updateLookAndFeel() - Method in class org.fife.rtext.AbstractMainView
Updates the look and feel of objects that the parent RText can't get to.
updateLookAndFeel(LookAndFeel) - Method in class org.fife.rtext.RText
Updates the look and feel for all components and windows in this RText instance.
updateLookAndFeel(LookAndFeel) - Method in class org.fife.ui.app.AbstractGUIApplication
Updates the look and feel for all components and windows in this RText instance.
updateLookAndFeels(LookAndFeel) - Static method in class org.fife.rtext.StoreKeeper
Updates the Look and Feel of all RText instances.
UPDATES_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
updateStatus(String, int) - Method in class org.fife.ui.SplashScreen
Updates the percent complete bar and the associated status text.
updateStatusBar() - Method in class org.fife.rtext.AbstractMainView
Updates the status bar's read-only indicator and line/column indicator.
updateUI() - Method in class org.fife.rtext.AbstractParserNoticeWindow
Overridden to work around Java bug 6429812.
updateUI() - Method in class org.fife.rtext.plugins.project.tree.WorkspaceTree
Overridden to also update this tree's popup menu.
updateUI() - Method in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPlugin
This method is overridden so that the embedded tree and its right- click popup menu are updated.
updateUI() - Method in class org.fife.rtext.RemoteFileChooser
Note: This does not override a superclass method; there is no JDialog#updateUI().
updateUI() - Method in class org.fife.rtext.RTextMenuBar
Overridden to make sure that the "Window" menu gets its look-and-feel updated too, even if it currently isn't visible.
updateUI() - Method in class org.fife.rtext.SearchManager
This method should be called whenever the application Look and Feel changes.
updateUI() - Method in class org.fife.ui.breadcrumbbar.BreadcrumbBar
Overridden to ensure even non-visible components get updated.
updateUI() - Method in class org.fife.ui.CustomizableToolBar
Overridden so the popup menu gets its UI redone too.
updateUI() - Method in class org.fife.ui.MenuButton
Overridden so the popup menu gets updated as well.
updateUI() - Method in class org.fife.ui.modifiabletable.AbstractRowHandler
The default implementation does nothing.
updateUI() - Method in class org.fife.ui.modifiabletable.ModifiableTable
Updates the Look and Feel of this table.
updateUI() - Method in interface org.fife.ui.modifiabletable.RowHandler
If this row handler has any Swing components/windows in it, this method will update their UI's.
updateUI() - Method in class org.fife.ui.RColorSwatchesButton
Overridden so the popup menu gets its LnF updated too.
updateUI() - Method in class org.fife.ui.RScrollPane
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Overridden to ensure the background dialog is updated as well.
updateUI() - Method in class org.fife.ui.rtextfilechooser.FileChooserFavoritesOptionPanel
Updates this panel's UI in response to a LaF change.
updateUI() - Method in class org.fife.ui.rtextfilechooser.FileSystemTree
Overridden so that the renderer is also updated on a LnF change.
updateUI() - Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
Updates any contained components when a Look and Feel change occurs.
updateUI() - Method in class org.fife.ui.search.FindInFilesDialog
Called whenever the user changes the Look and Feel, etc.
updateUI() - Method in class org.fife.ui.search.FindInFilesTable
Overridden to also update the UI of custom renderers.
updateUI() - Method in class org.fife.ui.search.ReplaceInFilesDialog
Overridden to update the "Replace with" combo box updated also.
url - Variable in class org.fife.ctags.TagFileInfo
 
url - Variable in class org.fife.help.HelpTreeNode
The help page that will be loaded when the user clicks on this node in the Contents tree.
USE_NARROW_BUTTONS_KEY - Static variable in class org.fife.jgoodies.looks.Options
 
USE_SYSTEM_FONTS_APP_KEY - Static variable in class org.fife.jgoodies.looks.Options
A convenience constant for the standard Swing UIDefaults key that configures the use of system fonts.
USE_SYSTEM_FONTS_KEY - Static variable in class org.fife.jgoodies.looks.Options
A convenience constant for the standard Swing system property key that configures the use of system fonts.
useHTMLToolTips - Variable in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPrefs
Whether HTML should be used to make tool tips look nicer.
userDictionary - Variable in class org.fife.rtext.RTextPreferences
 
useSearchDialogs - Variable in class org.fife.rtext.RTextPreferences
 
useSelectedTextColor - Variable in class org.fife.rtext.RTextPreferences
 
useSystemColors - Variable in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPrefs
 
Utilities - Class in org.fife.ui.rtextfilechooser
Utility classes for dealing with an RTextFileChooser.
Utilities() - Constructor for class org.fife.ui.rtextfilechooser.Utilities
 

V

validateInput() - Method in class org.fife.ui.app.WizardDialogInfoPanel
Ensures all of the data entered by the user is valid.
value - Variable in class org.fife.ctags.TagExtensionField
 
valueChanged(TreeSelectionEvent) - Method in class org.fife.help.HelpDialog.HelpListener
Called whenever an item in the TOC tree is selected/deselected.
valueChanged(ListSelectionEvent) - Method in class org.fife.ui.FontDialog
 
valueChanged(ListSelectionEvent) - Method in class org.fife.ui.FSATextField
Called when the user manually selects a popup menu list item with the mouse.
valueChanged(TreeSelectionEvent) - Method in class org.fife.ui.OptionsDialog
Listens for the user to select values in the tree.
valueChanged(ListSelectionEvent) - Method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
Called when the user changes the selection in the style list.
valueOf(String) - Static method in enum org.fife.rtext.SearchManager.SearchingMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.fife.rtext.SearchManager.SearchingMode
Returns an array containing the constants of this enum type, in the order they are declared.
verboseCheckBox - Variable in class org.fife.ui.search.FindInFilesDialog
 
version - Variable in class org.fife.ctags.TagFileInfo
 
VERSION_STRING - Static variable in class org.fife.rtext.RText
 
view - Variable in class org.fife.ui.rtextfilechooser.RTextFileChooser
The "view" of the current directory (either list, details or icons).
VIEW_SPLIT_HORIZ_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
VIEW_SPLIT_NONE_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
VIEW_SPLIT_VERT_ACTION - Static variable in interface org.fife.rtext.RTextActionInfo
 
viewSpellingList - Variable in class org.fife.rtext.RTextPreferences
 
ViewTasksAction - Class in org.fife.rtext.plugins.tasks
Toggles the display of the "Tasks" dockable window.
ViewTasksAction(RText, ResourceBundle, TasksPlugin) - Constructor for class org.fife.rtext.plugins.tasks.ViewTasksAction
Constructor.
visible - Variable in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPrefs
 
visibleWhitespace - Variable in class org.fife.rtext.RTextPreferences
 
visit(Workspace) - Method in interface org.fife.rtext.plugins.project.model.WorkspaceVisitor
 
visit(Project) - Method in interface org.fife.rtext.plugins.project.model.WorkspaceVisitor
 
visit(FileProjectEntry) - Method in interface org.fife.rtext.plugins.project.model.WorkspaceVisitor
 
visit(FolderProjectEntry) - Method in interface org.fife.rtext.plugins.project.model.WorkspaceVisitor
 
visit(LogicalFolderProjectEntry) - Method in interface org.fife.rtext.plugins.project.model.WorkspaceVisitor
 

W

WebLookAndFeelUtils - Class in org.fife.ui
Utilities for using WebLookAndFeel.
WebLookAndFeelUtils() - Constructor for class org.fife.ui.WebLookAndFeelUtils
 
WILL_EXPAND_PROPERTY - Static variable in class org.fife.ui.rtextfilechooser.FileSystemTree
 
windowList - Variable in class org.fife.ui.dockablewindows.DockableWindowPanel
 
windowPosition - Variable in class org.fife.rtext.plugins.console.ConsolePrefs
The location of the dockable console output window.
windowPosition - Variable in class org.fife.rtext.plugins.project.ProjectPluginPrefs
The location of the dockable console output window.
windowPosition - Variable in class org.fife.rtext.plugins.tasks.TasksPrefs
The location of the dockable tasks window.
windowPosition - Variable in class org.fife.rtext.plugins.tools.ToolsPrefs
The location of the dockable tool output window.
WINDOWS_98_STYLE - Static variable in class org.fife.ui.StatusBar
 
WINDOWS_XP_STYLE - Static variable in class org.fife.ui.StatusBar
 
windowVisibilityAccelerator - Variable in class org.fife.rtext.plugins.console.ConsolePrefs
Key stroke that toggles the console window's visibility.
windowVisibilityAccelerator - Variable in class org.fife.rtext.plugins.filesystemtree.FileSystemTreePrefs
Key stroke that toggles the task window's visibility.
windowVisibilityAccelerator - Variable in class org.fife.rtext.plugins.project.ProjectPluginPrefs
Key stroke that toggles the console window's visibility.
windowVisibilityAccelerator - Variable in class org.fife.rtext.plugins.sourcebrowser.SourceBrowserPrefs
Key stroke that toggles the dockable window's visibility.
windowVisibilityAccelerator - Variable in class org.fife.rtext.plugins.tasks.TasksPrefs
Key stroke that toggles the task window's visibility.
windowVisibilityAccelerator - Variable in class org.fife.rtext.plugins.tools.ToolsPrefs
Key stroke that toggles the task window's visibility.
windowVisible - Variable in class org.fife.rtext.plugins.console.ConsolePrefs
Whether the GUI plugin window is active (visible).
windowVisible - Variable in class org.fife.rtext.plugins.project.ProjectPluginPrefs
Whether the GUI plugin window is active (visible).
windowVisible - Variable in class org.fife.rtext.plugins.tasks.TasksPrefs
Whether the GUI plugin window is active (visible).
windowVisible - Variable in class org.fife.rtext.plugins.tools.ToolsPrefs
Whether the GUI plugin window is active (visible).
WizardDialogInfoPanel - Class in org.fife.ui.app
The type of panel you add via a WizardPlugin to a WizardPluginDialog.
WizardDialogInfoPanel(String) - Constructor for class org.fife.ui.app.WizardDialogInfoPanel
Constructor.
WizardPlugin - Class in org.fife.ui.app
A base plugin for creating dialog-based wizards.
WizardPlugin(GUIApplication) - Constructor for class org.fife.ui.app.WizardPlugin
Constructor.
WizardPluginDialog - Class in org.fife.ui.app
The "wizard dialog" used by wizard plugins.
WizardPluginDialog(WizardPlugin) - Constructor for class org.fife.ui.app.WizardPluginDialog
 
WizardPluginDialog(Frame, WizardPlugin) - Constructor for class org.fife.ui.app.WizardPluginDialog
 
wordWrap - Variable in class org.fife.rtext.RTextPreferences
 
workingDirectory - Variable in class org.fife.rtext.RTextPreferences
 
Workspace - Class in org.fife.rtext.plugins.project.model
A workspace is a collection of projects.
Workspace(ProjectPlugin, File) - Constructor for class org.fife.rtext.plugins.project.model.Workspace
 
WorkspaceRootTreeNode - Class in org.fife.rtext.plugins.project.tree
Tree node for the root of a workspace.
WorkspaceRootTreeNode(ProjectPlugin, Workspace) - Constructor for class org.fife.rtext.plugins.project.tree.WorkspaceRootTreeNode
 
WorkspaceRootTreeNode.WorkspaceNameChecker - Class in org.fife.rtext.plugins.project.tree
Ensures that proposed project names are valid.
WorkspaceRootTreeNode.WorkspaceNameChecker() - Constructor for class org.fife.rtext.plugins.project.tree.WorkspaceRootTreeNode.WorkspaceNameChecker
 
WorkspaceTree - Class in org.fife.rtext.plugins.project.tree
A tree view of a workspace and its projects.
WorkspaceTree(ProjectPlugin, Workspace) - Constructor for class org.fife.rtext.plugins.project.tree.WorkspaceTree
 
WorkspaceVisitor - Interface in org.fife.rtext.plugins.project.model
A visitor of a workspace and its project entries.

X

xml_autoCloseTags - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
xml_folding_enabled - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
xml_showSyntaxErrors - Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
 
XmlOptions - Class in org.fife.rtext.plugins.tidy
Options for tidying XML.
XmlOptions() - Constructor for class org.fife.rtext.plugins.tidy.XmlOptions
 
XmlSourceBrowserTreeConstructor - Class in org.fife.rtext.plugins.langsupport
Constructs the source browser tree for XML files.
XmlSourceBrowserTreeConstructor() - Constructor for class org.fife.rtext.plugins.langsupport.XmlSourceBrowserTreeConstructor
 
xmlSpaceCount - Variable in class org.fife.rtext.plugins.tidy.XmlOptions
 
xmlWrapLength - Variable in class org.fife.rtext.plugins.tidy.XmlOptions
 

A B C D E F G H I J K L M N O P Q R S T U V W X