|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
getAction.
AboutDialog.
AboutDialog.
FindDialog and
ReplaceDialog. AbstractGUIApplication adding the ability to
add/remove plug-ins.Plugin implementations that don't need to
extend a specific class.DockableWindowPanel. GUIApplication's
action map.
doExit method.
null.
getContentPane to add
stuff, this is the panel they get).
ActionListener to this dialog.
ActionListener to this dialog.
ActionListener to this dialog.
add methods.
RText window is open.
RTextFileChooser.approveSelection(); the file chooser
dialog will only close if this method returns true.
compareTo method.
JSplitPane that draws no nasty bevels around
components or the divider.JTable that displays a color.JToolBar that adds a right-click popup
menu allowing the user to toggle docking and add or remove buttons
and separators.
DocumentListener.
PickyDocumentFilter.cleanseImpl(String).
popup has been created before this
method is called. Subclasses should call the super implementation
when overriding this method.
get method.
JLabel with the specified text and mnemonic.
JMenu with the specified text.
JMenu with the specified text and mnemonic.
JMenu with the specified text.
JMenuItem with the specified text and
mnemonic.
JMenuItem with the specified text and
mnemonic that performs the specified action when clicked.
JMenuItem with the specified text and
mnemonic that performs the specified action when clicked.
addInfoPanel.
org.fife.ui.RButton with the specified text and
mnemonic.
org.fife.ui.RButton created from the specified
action and with the specified mnemonic.
JRadioButton with the specified text and
mnemonic.
DockableWindowPanel, or in a floating window.DockableWindows. Exception
was thrown.
Exception
was thrown.
Exception
was thrown.
Exception
was thrown.
Exception
was thrown.
Exception
was thrown.
getAction.
Exception is
caught. Exception is
caught.JFileChoosers that filters using extensions
given by the user.<, > and &) replaced
by their HTML escape sequences.
<, > and &) replaced
by their HTML escape sequences.
RTextFileChooser. RTextFileChooser. FileSystemTreePlugin.
AbstractMainView.FindDialog.
FindDialog.
FindInFilesDialog.
FindInFilesDialog.
FindInFileDialogs when the user clicks on a
match.FindInFilesDialog.- FindInFilesTable - class org.fife.ui.search.FindInFilesTable.
- The table used to display search results in a
FindInFilesDialog. - FindInFilesTable() -
Constructor for class org.fife.ui.search.FindInFilesTable
- Constructor.
- FontDialog - class org.fife.ui.FontDialog.
- 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() -
Constructor for class org.fife.ui.FontDialog
- Creates a new font dialog with
null as owner, with initial
selection of a 10-point monospaced font.
- 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 org.fife.ui.FontSelector.
- 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.
- 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.
- fileHistoryString -
Variable in class org.fife.rtext.RTextPreferences
-
- fileScope -
Variable in class org.fife.ctags.TagEntry
- Whether this tag is of file-limited scope.
- 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.
- findButton -
Variable in class org.fife.ui.search.FindInFilesDialog
-
- findDialog -
Variable in class org.fife.rtext.AbstractMainView
-
- findFieldLabel -
Variable in class org.fife.ui.search.AbstractFindReplaceDialog
-
- findInFilesDialog -
Variable in class org.fife.rtext.AbstractMainView
-
- 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.
- findNextButton -
Variable in class org.fife.ui.search.AbstractFindReplaceDialog
-
- findTextCombo -
Variable in class org.fife.ui.search.AbstractSearchDialog
- The combo box where the user enters the text for which to search.
- 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.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.
- 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.AssistanceIconPanel
- Called when the combo box or text component gains focus.
- focusGained(FocusEvent) -
Method in class org.fife.rtext.RemoteFileChooser
- Called when a combo box in this dialog gains focus.
- focusLost(FocusEvent) -
Method in class org.fife.rtext.AssistanceIconPanel
- Called when the combo box or text component loses focus.
- focusLost(FocusEvent) -
Method in class org.fife.rtext.RemoteFileChooser
- Called when a combo box in this dialog loses focus.
- forceSpellCheck(RTextEditorPane) -
Method in class org.fife.rtext.SpellingSupport
- Forces a spell check to be done in the text area.
- format -
Variable in class org.fife.ctags.TagFileInfo
-
- fractionalMetricsEnabled -
Variable in class org.fife.rtext.RTextPreferences
-
AboutAction.
AboutAction.
AboutAction.
ExitAction.
ExitAction.
ExitAction.
HelpAction.
HelpAction.
HelpAction.
GUIApplication's status bar.ToggleStatusBarAction.
ToggleStatusBarAction.
ToggleStatusBarAction.
GUIApplication's toolbar.ToggleToolBarAction.
ToggleToolBarAction.
ToggleToolBarAction.
GUIApplication. construct method
and then exit.
GoToDialog.
construct method.
Object representing the background for all
documents in this tabbed pane; either a java.awt.Color or a
java.lang.String.
null if no value
has been set.
add methods.
LookAndFeel.
RTextFileChooser is currently
in.
Vector of
Vectors.
p" elements should be dropped when tidying
HTML.
p.
#!
- getGutterBorderColor() -
Method in class org.fife.rtext.AbstractMainView
- Returns the color to use for the gutter border color.
- 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.
- 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.
- getHideOptionalEndTags() -
Method in class org.fife.rtext.plugins.tidy.HtmlOptions
- Returns whether optional end tags are hidden in HTML.
- getHostName() -
Method in class org.fife.rtext.RText
- Returns the name of the local host.
- 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.
- 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.DecorativeIconPanel
- Returns the icon being displayed.
- 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.
- 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.
- 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.
- 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.
- getIcons() -
Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
- Creates the icons used by this file chooser.
- 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.
- 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.
- 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).
- getInstalledThemes(LookAndFeel) -
Static method in class org.fife.jgoodies.looks.LookUtils
-
- 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.rtext.FileTypeIconManager
- Returns the singleton instance of this class.
- 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.
- getJMenuBar() -
Method in interface org.fife.ui.app.GUIApplication
- Returns the menu bar this application is using.
- getJarFiles() -
Method in class org.fife.ui.app.ExtendedLookAndFeelInfo
- Returns the JAR files containing this Look and Feel.
- getKeyStroke() -
Method in class org.fife.rtext.GetKeyStrokeDialog
- Returns the key stroke the user entered.
- getKeyStroke() -
Method in class org.fife.rtext.KeyStrokeField
- Returns the key stroke they've entered.
- 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.rtext.GoToDialog
- Gets the line number the user entered to go to.
- 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.
- 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.
- 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."
- getMatchCaseCheckboxText() -
Method in class org.fife.ui.search.AbstractSearchDialog
- Returns the text for the "Match Case" check box.
- 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.
- getMaxNumElements() -
Method in class org.fife.ui.RComboBoxModel
- Returns the maximum number of items this combo box can hold.
- getMaxSpellingErrors() -
Method in class org.fife.rtext.SpellingSupport
- Returns the maximum number of spelling errors to report for a file.
- 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.
- getMaximumSize() -
Method in class org.fife.ui.MaxWidthComboBox
- Overridden to ensure that the returned size has width no greater than
the specified maximum.
- getMenuByName(String) -
Method in class org.fife.ui.app.MenuBar
- Returns the menu registered with the specified name.
- getMinimumSize() -
Method in class org.fife.ui.MaxWidthComboBox
- Overridden to ensure that the returned size has width no greater than
the specified maximum.
- getMnemonic() -
Method in class org.fife.ui.app.StandardAction
- Returns the mnemonic for this action.
- 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.tools.Tool
- Returns the name of this tool.
- 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() -
Method in class org.fife.ui.app.StandardAction
- Returns the name of this action.
- 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.
- 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.
- 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.OptionsDialogPanel
- Returns the Options dialog that contains this options panel.
- getOptionsDialog() -
Method in class org.fife.ui.app.AbstractGUIApplication
- Returns this application's Options dialog.
- getOptionsDialogPanel() -
Method in class org.fife.rtext.plugins.console.Plugin
- Returns an options panel for use in an Options dialog. This panel
should contain all options pertaining to this plugin.
- 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. This panel
should contain all options pertaining to this plugin.
- getOptionsDialogPanel() -
Method in class org.fife.rtext.plugins.macros.MacroPlugin
- Returns an options panel for use in an Options dialog. This panel
should contain all options pertaining to this plugin.
- 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. This panel
should contain all options pertaining to this plugin.
- getOptionsDialogPanel() -
Method in class org.fife.rtext.plugins.tidy.Plugin
- Returns an options panel for use in an Options dialog. This panel
should contain all options pertaining to this plugin.
- getOptionsDialogPanel() -
Method in class org.fife.rtext.plugins.tools.ToolPlugin
- Returns an options panel for use in an Options dialog. This panel
should contain all options pertaining to this plugin.
- 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.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.
- 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.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.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.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.
- 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.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.
- getPlugins() -
Method in class org.fife.ui.app.AbstractPluggableGUIApplication
- Returns all installed plug-ins.
- 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.
- 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.MaxWidthComboBox
- Overridden to ensure that the returned size has width no greater than
the specified maximum.
- 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.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.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.rtext.RTextUtilities
- Returns a pretty string value for a KeyStroke, suitable for display as
the keystroke's value in a GUI.
- getPrevPageButtonText() -
Method in class org.fife.print.PrintPreviewDialog
- Returns the text on the "Prev Page" button.
- getPreviewText(boolean) -
Static method in class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaOptionPanel
- Returns the text to use in the preview label.
- 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.
- 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
-
- 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.
- getRefreshInterval() -
Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
- Returns the refresh interval of the heap indicator.
- getRegularExpressionCheckboxText() -
Method in class org.fife.ui.search.AbstractSearchDialog
- Returns the text for the "Regular Expression" check box.
- 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.
- getReplaceAllButtonText() -
Method in class org.fife.ui.search.ReplaceDialog
- Returns the text on the "Replace All" button.
- getReplaceButtonText() -
Method in class org.fife.ui.search.ReplaceDialog
- Returns the text on the "Replace" button.
- getReplaceString() -
Method in class org.fife.ui.search.ReplaceDialog
- Returns the
java.lang.String to replace with.
- getReplaceString() -
Method in class org.fife.ui.search.ReplaceInFilesDialog
- Returns the text to replace with.
- getReplaceWithLabelText() -
Method in class org.fife.ui.search.ReplaceDialog
- Returns the label on the "Replace with" text field.
- 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.
- 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
-
- 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.
- getSearchButtonsBorderText() -
Method in class org.fife.ui.search.AbstractFindReplaceDialog
- Returns the text for the search direction's radio buttons' border.
- getSearchString() -
Method in class org.fife.ui.search.AbstractSearchDialog
- Returns the text to search for.
- getSearchStrings() -
Method in class org.fife.ui.search.AbstractSearchDialog
- Returns the
Strings contained in the "Find what" combo
box.
- getSearchStrings() -
Method in class org.fife.ui.search.FindInFilesDialog
- Returns a
Vector containing all of the search
strings in the "Find what" combo box's history.
- 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.
- getSelectOnFocusGainEnabled(JTextComponent) -
Static method in class org.fife.jgoodies.looks.Options
- Returns component's individual setting for the select on focus gain
feature.
- 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 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 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.
- 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.
- 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.
- getShowIcon() -
Method in class org.fife.rtext.DecorativeIconPanel
- Returns whether the icon (if any) is being rendered.
- 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.
- getShownLocation() -
Method in class org.fife.ui.breadcrumbbar.BreadcrumbBar
- Returns the location shown in this breadcrumb bar.
- 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.
- 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).
- getSortingStatus(int) -
Method in class org.fife.ui.FileExplorerTableModel
-
- 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.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) -
Method in class org.fife.rtext.plugins.console.Plugin
- Returns a localized message.
- getString(String, String) -
Method in class org.fife.rtext.plugins.console.Plugin
- Returns a localized message.
- getString(String, String, String) -
Method in class org.fife.rtext.plugins.console.Plugin
- Returns a localized message.
- getString(String) -
Method in class org.fife.ui.app.AbstractGUIApplication
- Returns the localized text for the given key.
- getString(String, String) -
Method in class org.fife.ui.app.AbstractGUIApplication
- Returns the localized text for the given key.
- getString(String, String, String) -
Method in class org.fife.ui.app.AbstractGUIApplication
- Returns the localized text for the given key.
- getString(String, String, String, String) -
Method in class org.fife.ui.app.AbstractGUIApplication
- Returns the localized text for the given key.
- getString(String, String[]) -
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).
- 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.
- 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.
- 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.rtext.KeyStrokeCellRenderer
-
- 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.TextColorCellRenderer
- Returns the component (this object itself) to use to display the cell.
- 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.
- 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.AbstractSearchDialog
- 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.
- getToolTip() -
Method in class org.fife.ui.search.AbstractSearchDialog.EnableResult
-
- getToolTipLocation(MouseEvent) -
Method in class org.fife.ui.ToolTipTree
- Returns the location at which to place the tooltip generated from the
given mouse event.
- getToolTipText() -
Method in class org.fife.rtext.DecorativeIconPanel
- Returns the tool tip displayed when the mouse hovers over the icon.
- getToolTipText() -
Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
- Returns the text to display for the tooltip.
- getToolTipText() -
Method in class org.fife.ui.ColorCellRenderer
- Returns the tooltip text for this renderer, which is the RGB value
of the renderer pointed to.
- getToolTipText(MouseEvent) -
Method in class org.fife.ui.ToolTipTree
- Returns the string to use for the tooltip.
- getToolTipText(MouseEvent) -
Method in class org.fife.ui.rtextfilechooser.FileSystemTree
- Returns the string to use for the tooltip.
- getToolTipsEnabled() -
Method in class org.fife.ui.ToolTipTree
- Returns whether tooltips are enabled.
- 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.
- 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. This is the component that will receive focus if the user
switches to this Options panel in the Options dialog. As an added
bonus, if this component is a JTextComponent, its
text is selected for easy changing.
- getTopJComponent() -
Method in class org.fife.ui.rsyntaxtextarea.SpellingOptionPanel
- Returns the
JComponent at the "top" of this Options
panel. This is the component that will receive focus if the user
switches to this Options panel in the Options dialog. As an added
bonus, if this component is a JTextComponent, its
text is selected for easy changing.
- 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.
- getTopicToDisplayFieldLabelText() -
Method in class org.fife.help.HelpDialog
- Returns the text label above the "Select topic to display" text box.
- 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.
- getType() -
Method in class org.fife.rtext.CurrentTextAreaEvent
- Returns the type of property that changed.
- getURLs(String) -
Method in class org.fife.ui.app.ExtendedLookAndFeelInfo
- Returns a URL array specifying the JAR files containing this Look and
Feel.
- 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.
- getUpRadioButtonText() -
Method in class org.fife.ui.search.AbstractFindReplaceDialog
- Returns the text for the "Up" radio button.
- 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.
- 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.
- 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.
- getUsedMemory() -
Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
- Returns the amount of memory currently being used by the JVM.
- getUserDictionary() -
Method in class org.fife.rtext.SpellingSupport
- Returns the file used to store words the user chooses to "add to the
dictionary."
- 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
-
- 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.
- getWholeWordCheckboxText() -
Method in class org.fife.ui.search.AbstractSearchDialog
- Returns the text for the "Whole Word" check box.
- 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.
- 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.
- goToDialog -
Variable in class org.fife.rtext.AbstractMainView
-
- groovy_folding_enabled -
Variable in class org.fife.rtext.plugins.langsupport.LangSupportPreferences
-
- guessFileContentType -
Variable in class org.fife.rtext.RTextPreferences
-
- gutterBorderColor -
Variable in class org.fife.rtext.RTextPreferences
-
getAction.
JFileChoosers that filters everything except
HTML files.HelpDialog; your
DefaultMutableTreeNodes need to
contain instances of this class when creating a HelpDialog.HelpTreeNode with no URL.
HelpTreeNode.
HelpTreeNode.
FileSystemTree.FileSystemTreeNode.equals(Object) was overridden, to keep
them consistent.
Popup.
LookUtils.IS_OS_WINDOWS_6_OR_LATER instead
JFileChoosers that filters everything except
image files supported by Swing (*.gif, *.jpg,
*.png, and *.bmp (on 1.5+)).javax.swing.JFileChoosers that are used
for picking image files (gif, png or
jpg). ImagePreviewPane.
GUIPlugin, it has already been added visually. Plugins
should use this method to register any listeners to the GUI application
and do any other necessary setup.
GUIPlugin, it has already been added visually. Plugins
should use this method to register any listeners to the GUI application
and do any other necessary setup.
GUIPlugin, it has already been added visually. Plugins
should use this method to register any listeners to the GUI application
and do any other necessary setup.
GUIPlugin, it has already been added visually. Plugins
should use this method to register any listeners to the GUI application
and do any other necessary setup.
GUIPlugin, it has already been added visually. Plugins
should use this method to register any listeners to the GUI application
and do any other necessary setup.
GUIPlugin, it has already been added visually. Plugins
should use this method to register any listeners to the GUI application
and do any other necessary setup.
validateInput returns null).
true if the caps lock indicator is enabled.
true if overwrite mode indicator is enabled.
true if the Read Only indicator is enabled.
true if and only if the file filter string passed
in is "valid".
substr(searchIn,startPos,startPos+searchStringLength)
are whitespace.
KeyStroke.toString) values.
GUIApplicationPreferences object.
MenuBar.getMenuByName(String).
MenuBar.getMenuByName(String).
MenuBar.getMenuByName(String).
MenuBar.getMenuByName(String).
MenuBar.getMenuByName(String).
MenuBar.getMenuByName(String).
MenuBar.getMenuByName(String).
GUIApplication.ModifiableTable with Add,
Remove, and Modify buttons below the table.
ModifiableTable with Add,
Remove, and Modify buttons below the table.
ModifiableTable.ModifiableTable.actualContentPane.
SpringUtilities.java found
on Sun's Java Tutorial pages.
UIDefaults
table, via a method, or all of them.OptionsDialog.ensureValidInputs; it
contains a JComponent that had invalid input, and a
String to display as the error message.true, then the panels
created containing the buttons ("Add", "Modify", "Remove", etc.) will
be non-opaque.
PrintPreviewDialog.
ProcessRunner.ContentAssistable.ASSISTANCE_IMAGE is fired by the component
we are listening to.
javax.swing.JFileChooser.
LookAndFeel
class name in the list of all look and feel replacements.
javax.swing.JButton that displays a hand cursor
when the mouse is over it.Action
supplied.
javax.swing.JButton that lets the user pick
a color. RColorButton.
RColorButton.
RColorButton so
a JColorChooser can be displayed.RColorSwatchesButton defaulting to black.
RColorSwatchesButton.
RColorSwatchesButton.
8.
8.
8.
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).JScrollPane that adds popup menus on its
scrollbars, allowing the user to scroll, page over, etc.RScrollPane with no view.
RScrollPane with the specified view.
RScrollPane with the specified size and
specified view.
org.fife.ui.OptionsDialog to display options appropriate
for an RSyntaxTextArea. RText editor.
RText editor.
RTextArea options.TextEditorPane that adds RText-specific features.RTextEditorPane.
RTextFileChooser.
RTextFileChooser.
RTextFileChooser.
RTextFileChooser.
RTextFileChooser.
RTextFileChooser. RemoteFileChooser.
ReplaceDialog.
ReplaceDialog.
ReplaceInFilesDialog.
ReplaceInFilesDialog.
ReplaceInFilesDialog.JDialogs
and JFrames that are resizable. RowHandler is called whenever the user wants to add, modify,
or remove a row from a ModifiableTable. ActionListener from this dialog.
ActionListener from this dialog.
ActionListener from this dialog.
LookAndFeel
class name from the list of all look and feel replacements.
RText instance.
DefaultTreeSelectionModel's
removeSelectionPath to do nothing, so the user can't
"deselect."
start method can be called a
second time.
JPopupMenu that allows the user to scroll through its
elements if there are more than a certain amount. PopupFactory.
SourceBrowserPlugin.
DefaultSourceTree. JComboBox that remembers a special string
for each of its contained items. SplashScreen with default color scheme.
SplashScreen.
GUIApplication. StatusBar; it can have a "shadow"
effect displayed at its top and bottom. StatusBarPanel containing a label.
org.fife.rtext.RText instances (windows) that
are open, and provides an interface to update their Look and Feels together.SyntaxFilters with default values for
all filters.
SyntaxFilters from the given string.
Plugin should save any preferences.
Plugin should save any preferences.
Plugin should save any preferences.
Plugin should save any preferences.
Plugin should save any preferences.
Plugin should save any preferences.
Plugin should save any preferences.
setVisible or
setEnabled since they're already used for different
functions by JComponent).
Object (either a
java.awt.Color or a java.awt.Image).
RTextFileChooser is currently in.
RTextFileChooser is currently in.
p" elements should be dropped when
tidying HTML.
#!
- 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.
- setHiResGrayFilterEnabled(boolean) -
Static method in class org.fife.jgoodies.looks.Options
- Enables or disables the new high-resolution gray filter globally.
- setHiddenFileColor(Color) -
Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
- Sets the color used to display hidden files' names.
- 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.
- setHyperlinkColor(Color) -
Method in class org.fife.rtext.AbstractMainView
- Sets the color hyperlinks are displayed with in text editors.
- 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.rtext.DecorativeIconPanel
- Sets the icon to display.
- 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.
- setIcon(Icon) -
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.
- setIconBorderColor(Color) -
Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
-
- 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.
- 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.rtext.GetKeyStrokeDialog
- Sets the key stroke displayed in this dialog.
- setKeyStroke(KeyStroke) -
Method in class org.fife.rtext.KeyStrokeField
-
- 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."
- setMatchCaseCheckboxText(String) -
Method in class org.fife.ui.search.AbstractSearchDialog
- Sets the text for the "Match Case" check box.
- 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.
- setMaxLineNumberAllowed(int) -
Method in class org.fife.rtext.GoToDialog
- Sets the maximum line number for them to enter.
- setMaxNumElements(int) -
Method in class org.fife.ui.RComboBoxModel
- Sets the maximum number of items this combo box can hold.
- setMaxSpellingErrors(int) -
Method in class org.fife.rtext.SpellingSupport
- Changes the maximum number of spelling errors reported for a file.
- setMaximumFileHistorySize(int) -
Method in class org.fife.ui.RecentFilesMenu
- Sets the maximum number of files to remember in history.
- 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.tools.Tool
- Sets the name of this tool.
- setName(String) -
Method in class org.fife.ui.OptionsDialogPanel
- Sets the name of this options panel.
- setName(String) -
Method in class org.fife.ui.app.StandardAction
- Sets the name of this action.
- 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).
- 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.
- setOpenedFiles(File[]) -
Method in class org.fife.ui.rtextfilechooser.RTextFileChooser
- Sets the list of files to be underlined if displayed in the file
chooser.
- 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(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.
- 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.
- setPrevPageButtonText(String) -
Method in class org.fife.print.PrintPreviewDialog
- Sets the text on the "Prev Page" button.
- 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.
- setRecIndicatorEnabled(boolean) -
Method in class org.fife.rtext.StatusBar
- Sets whether or not the "Rec" (macro recording) indicator is enabled.
- setRefreshInterval(int) -
Method in class org.fife.rtext.plugins.heapindicator.HeapIndicatorPlugin
- Sets the refresh interval for the heap indicator.
- setRegularExpressionCheckboxText(String) -
Method in class org.fife.ui.search.AbstractSearchDialog
- Sets the text for the "Regular Expression" check box.
- setRememberWhitespaceLines(boolean) -
Method in class org.fife.rtext.AbstractMainView
- Toggles whether whitespace lines should be remembered (vs. cleared out
on Enter presses).
- setReplaceAllButtonText(String) -
Method in class org.fife.ui.search.ReplaceDialog
- Sets the text on the "Replace All" button.
- setReplaceButtonText(String) -
Method in class org.fife.ui.search.ReplaceDialog
- Sets the text on the "Replace" button.
- setReplaceString(String) -
Method in class org.fife.ui.search.ReplaceDialog
- Sets the
java.lang.String to replace with
- setReplaceWithLabelText(String) -
Method in class org.fife.ui.search.ReplaceDialog
- Sets the label on the "Replace with" text field.
- 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.
- setSearchButtonsBorderText(String) -
Method in class org.fife.ui.search.AbstractFindReplaceDialog
- Sets the text for the search direction's radio buttons' border.
- setSearchParameters(String, boolean, boolean, boolean, boolean, boolean) -
Method in class org.fife.ui.search.AbstractFindReplaceDialog
- This function should be called to update match case, whole word, etc.
- setSearchParameters(Vector, boolean, boolean, boolean, boolean, boolean) -
Method in class org.fife.ui.search.AbstractFindReplaceDialog
- This function should be called to update match case, whole word, etc.
- setSearchParameters(String, boolean, boolean, boolean) -
Method in class org.fife.ui.search.FindInFilesDialog
- This function should be called to update match case, whole word, etc.
- setSearchParameters(Vector, boolean, boolean, boolean) -
Method in class org.fife.ui.search.FindInFilesDialog
- This function should be called to update match case, whole word, etc.
- setSearchString(String) -
Method in class org.fife.ui.search.AbstractSearchDialog
- Sets the
java.lang.String to search for.
- setSearchString(String) -
Method in class org.fife.ui.search.FindInFilesDialog
- Sets the
String to search for.
- 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.
- 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.
- 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.
- 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(Vector) -
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.
- setSelectionColor(Color) -
Method in class org.fife.rtext.AbstractMainView
- Sets the color of selections in all text areas in this tabbed pane.
- 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.
- setShowIcon(boolean) -
Method in class org.fife.rtext.DecorativeIconPanel
- Toggles whether the icon should be shown.
- 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.
- setShownLocation(File) -
Method in class org.fife.ui.breadcrumbbar.BreadcrumbBar
- Changes the directory shown by this breadcrumb bar.
- 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).
- 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
-
- 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.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.
- 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.
- 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
-
- 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.
- 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.
- 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).
- setTemplates(CodeTemplateManager) -
Method in class org.fife.ui.rsyntaxtextarea.TemplateOptionPanel
- Sets the table's contents to be the templates known by the specified
template manager.
- 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.
- setToolTipText(String) -
Method in class org.fife.rtext.DecorativeIconPanel
- Sets the tool tip text to display when the mouse is over the icon.
- 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(TextUI) -
Method in class org.fife.ui.FSATextField
- Overridden so that we always have a document listener on the text field.
- 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.
- setUpRadioButtonText(String) -
Method in class org.fife.ui.search.AbstractFindReplaceDialog
- Sets the text label for the "Up" radio button.
- 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.
- 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.
- setUserDictionary(File) -
Method in class org.fife.rtext.SpellingSupport
- Sets the dictionary that "added words" are added to.
- 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.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. Child panels are not handled.
- 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.
- 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.GetKeyStrokeDialog
-
- setVisible(boolean) -
Method in class org.fife.rtext.GoToDialog
- Overrides
JDialog's setVisible method; decides
whether or not buttons are enabled if the user is enabling the dialog.
- setVisible(boolean) -
Method in class org.fife.rtext.RemoteFileChooser
- Sets the visibility of this dialog.
- 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.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.app.ExceptionDialog
-
- setVisible(boolean) -
Method in class org.fife.ui.breadcrumbbar.ScrollableJPopupMenu
-
- setVisible(boolean) -
Method in class org.fife.ui.search.AbstractSearchDialog
-
- setVisible(boolean) -
Method in class org.fife.ui.search.FindDialog
- Overrides
JDialog's setVisible method; decides
whether or not buttons are enabled.
- 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.ReplaceDialog
- Overrides
JDialog's setVisible method; decides
whether or not buttons are enabled.
- setVisible(boolean) -
Method in class org.fife.ui.search.ReplaceInFilesDialog
- Displays or hides the Find in Files dialog. Note that you should use
this method and not
show() to properly display this 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.
- setWholeWordCheckboxText(String) -
Method in class org.fife.ui.search.AbstractSearchDialog
- Sets the text for the "Whole Word" check box.
- 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.
- 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
-
- shift -
Static variable in interface org.fife.rtext.RTextActionInfo
-
- shouldRemoveRow(int) -
Method in interface org.fife.ui.modifiabletable.RowHandler
- Called when the user chooses to remove a row in the table.
- 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
-
- 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.
- 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
-
- size -
Variable in class org.fife.ui.app.GUIApplicationPreferences
- The size of this GUI application's main window.
- sort -
Variable in class org.fife.ctags.TagFileInfo
-
- spellCheckingColor -
Variable in class org.fife.rtext.RTextPreferences
-
- spellCheckingEnabled -
Variable in class org.fife.rtext.RTextPreferences
-
- spellingDictionary -
Variable in class org.fife.rtext.RTextPreferences
-
- 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.
- 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.
- 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.
- stopCurrentProcess() -
Method in class org.fife.rtext.plugins.console.Plugin
- Stops the currently running process, if any.
- 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.
- subfoldersCheckBox -
Variable in class org.fife.ui.search.FindInFilesDialog
-
- syntaxFiltersString -
Variable in class org.fife.rtext.RTextPreferences
-
JTabbedPanes. TagEntry.
TagEntry based on the passed-in ctag
file line.
TagExtensionField.
TagFileInfo.
org.fife.ui.OptionsDialog to manage the templates
available to all instances of RSyntaxTextArea.JTable that displays text in a color.TextEditorPane. JPanel. tagsFind() for the same tag file.
String representation of this object.
org.fife.ui GUI components.RTextFileChooser.Plugin is removed from an
GUIApplication. This gives the plugin a chance to clean
up any loose ends (kill any threads, close any files, remove listeners,
etc.).
Plugin is removed from an
RText instance.
Plugin is removed from an
GUIApplication.
Plugin is removed from an
GUIApplication. This gives the plugin a chance to clean
up any loose ends (kill any threads, close any files, remove listeners,
etc.).
Plugin is removed from an
GUIApplication. This gives the plugin a chance to clean
up any loose ends (kill any threads, close any files, remove listeners,
etc.).
Plugin is removed from an
RText instance.
Plugin is removed from an
GUIApplication. This gives the plugin a chance to clean
up any loose ends (kill any threads, close any files, remove listeners,
etc.).
Plugin is removed from an
GUIApplication. This gives the plugin a chance to clean
up any loose ends (kill any threads, close any files, remove listeners,
etc.).
Plugin is removed from an
GUIApplication. This gives the plugin a chance to clean
up any loose ends (kill any threads, close any files, remove listeners,
etc.).
Plugin is removed from an
GUIApplication.
RSyntaxTextArea's code template manager
with the information entered here by the user.
RText
can't get to.
RText instance.
RText instances.
JDialog#updateUI().
WizardPlugin to a
WizardPluginDialog.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||