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

A

AALOAD - Static variable in interface org.objectweb.asm.Constants
 
AASTORE - Static variable in interface org.objectweb.asm.Constants
 
ABOVE_ACTION_BAR_LAYER - Static variable in class org.gjt.sp.jedit.View
Deprecated. Status bar no longer added as a tool bar.
ABOVE_SYSTEM_BAR_LAYER - Static variable in class org.gjt.sp.jedit.View
Above system tool bar layer.
ABSTRACT - Static variable in interface bsh.ParserConstants
 
ACC_ABSTRACT - Static variable in interface org.objectweb.asm.Constants
 
ACC_DEPRECATED - Static variable in interface org.objectweb.asm.Constants
 
ACC_FINAL - Static variable in interface org.objectweb.asm.Constants
 
ACC_INTERFACE - Static variable in interface org.objectweb.asm.Constants
 
ACC_NATIVE - Static variable in interface org.objectweb.asm.Constants
 
ACC_PRIVATE - Static variable in interface org.objectweb.asm.Constants
 
ACC_PROTECTED - Static variable in interface org.objectweb.asm.Constants
 
ACC_PUBLIC - Static variable in interface org.objectweb.asm.Constants
 
ACC_STATIC - Static variable in interface org.objectweb.asm.Constants
 
ACC_STRICT - Static variable in interface org.objectweb.asm.Constants
 
ACC_SUPER - Static variable in interface org.objectweb.asm.Constants
 
ACC_SYNCHRONIZED - Static variable in interface org.objectweb.asm.Constants
 
ACC_SYNTHETIC - Static variable in interface org.objectweb.asm.Constants
 
ACC_TRANSIENT - Static variable in interface org.objectweb.asm.Constants
 
ACC_VOLATILE - Static variable in interface org.objectweb.asm.Constants
 
ACONST_NULL - Static variable in interface org.objectweb.asm.Constants
 
ACTION_BAR - Static variable in class org.gjt.sp.jedit.View
 
ACTION_BAR_LAYER - Static variable in class org.gjt.sp.jedit.View
Action bar layer.
ACTION_HINTS - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
ACTIVATED - Static variable in class org.gjt.sp.jedit.msg.DockableWindowUpdate
Dockable activated.
ACTIVATED - Static variable in class org.gjt.sp.jedit.msg.PluginUpdate
Plugin activated.
ALL_BUFFERS - Static variable in class org.gjt.sp.jedit.search.SearchDialog
 
ALOAD - Static variable in interface org.objectweb.asm.Constants
 
ALTERNATIVE_DISPATCHER - Static variable in class org.gjt.sp.jedit.Debug
If true, an alternative dispatcher using key typed events will be used to handle a modifier key press in conjunction with an alphabet key.
ALT_KEY_PRESSED_DISABLED - Static variable in class org.gjt.sp.jedit.Debug
If true, A+ shortcuts are disabled.
ANDASSIGN - Static variable in interface bsh.ParserConstants
 
ANDASSIGNX - Static variable in interface bsh.ParserConstants
 
ANEWARRAY - Static variable in interface org.objectweb.asm.Constants
 
ARETURN - Static variable in interface org.objectweb.asm.Constants
 
ARRAY - Static variable in class org.objectweb.asm.Type
The sort of array reference types.
ARRAYLENGTH - Static variable in interface org.objectweb.asm.Constants
 
ASSIGN - Static variable in interface bsh.ParserConstants
 
ASTORE - Static variable in interface org.objectweb.asm.Constants
 
ATHROW - Static variable in interface org.objectweb.asm.Constants
 
ATTRIBUTE_CDATA - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a string value.
ATTRIBUTE_DEFAULT_FIXED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute was declared #FIXED.
ATTRIBUTE_DEFAULT_IMPLIED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute was declared #IMPLIED.
ATTRIBUTE_DEFAULT_REQUIRED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute was declared #REQUIRED.
ATTRIBUTE_DEFAULT_SPECIFIED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute has a literal default value specified.
ATTRIBUTE_DEFAULT_UNDECLARED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute is not declared.
ATTRIBUTE_ENTITIES - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a list of entity names.
ATTRIBUTE_ENTITY - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is the name of an entity.
ATTRIBUTE_ENUMERATED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a token from an enumeration.
ATTRIBUTE_ID - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a unique identifier.
ATTRIBUTE_IDREF - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a reference to a unique identifier.
ATTRIBUTE_IDREFS - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a list of ID references.
ATTRIBUTE_NMTOKEN - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a name token.
ATTRIBUTE_NMTOKENS - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute value is a list of name tokens.
ATTRIBUTE_NOTATION - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute is the name of a notation.
ATTRIBUTE_UNDECLARED - Static variable in class com.microstar.xml.XmlParser
Constant: the attribute has not been declared for this element type.
AT_LINE_START - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
AT_WHITESPACE_END - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
AT_WORD_START - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
AUTOSAVE - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
An autosave request.
AbbrevEditor - class org.gjt.sp.jedit.gui.AbbrevEditor.
 
AbbrevEditor() - Constructor for class org.gjt.sp.jedit.gui.AbbrevEditor
 
Abbrevs - class org.gjt.sp.jedit.Abbrevs.
Abbreviation manager.
AbbrevsOptionPane - class org.gjt.sp.jedit.options.AbbrevsOptionPane.
Abbrev editor.
AbbrevsOptionPane() - Constructor for class org.gjt.sp.jedit.options.AbbrevsOptionPane
 
AboutDialog - class org.gjt.sp.jedit.gui.AboutDialog.
 
AboutDialog(View) - Constructor for class org.gjt.sp.jedit.gui.AboutDialog
 
AbstractOptionPane - class org.gjt.sp.jedit.AbstractOptionPane.
The default implementation of the option pane interface.
AbstractOptionPane(String) - Constructor for class org.gjt.sp.jedit.AbstractOptionPane
Creates a new option pane.
ActionBar - class org.gjt.sp.jedit.gui.ActionBar.
Action invocation bar.
ActionBar(View, boolean) - Constructor for class org.gjt.sp.jedit.gui.ActionBar
 
ActionContext - class org.gjt.sp.jedit.ActionContext.
Manages a collection of action sets.
ActionContext() - Constructor for class org.gjt.sp.jedit.ActionContext
 
ActionSet - class org.gjt.sp.jedit.ActionSet.
A set of actions, either loaded from an XML file, or constructed at runtime by a plugin.
ActionSet() - Constructor for class org.gjt.sp.jedit.ActionSet
Creates a new action set.
ActionSet(PluginJAR, String[], boolean[], URL) - Constructor for class org.gjt.sp.jedit.ActionSet
Creates a new action set.
ActionSet(String) - Constructor for class org.gjt.sp.jedit.ActionSet
Creates a new action set.
AddAbbrevDialog - class org.gjt.sp.jedit.gui.AddAbbrevDialog.
 
AddAbbrevDialog(View, String) - Constructor for class org.gjt.sp.jedit.gui.AddAbbrevDialog
 
AdditiveExpression() - Method in class bsh.Parser
 
AdjustBuffSize() - Method in class bsh.JavaCharStream
 
AllBufferSet - class org.gjt.sp.jedit.search.AllBufferSet.
A file set for searching all open buffers.
AllBufferSet(String) - Constructor for class org.gjt.sp.jedit.search.AllBufferSet
Creates a new all buffer set.
AllocationExpression() - Method in class bsh.Parser
 
AmbiguousName() - Method in class bsh.Parser
 
AndExpression() - Method in class bsh.Parser
 
AnimatedIcon - class org.gjt.sp.jedit.gui.AnimatedIcon.
A animated version of ImageIcon.
AnimatedIcon(Image, Image[], int, Component) - Constructor for class org.gjt.sp.jedit.gui.AnimatedIcon
 
AppearanceOptionPane - class org.gjt.sp.jedit.options.AppearanceOptionPane.
 
AppearanceOptionPane() - Constructor for class org.gjt.sp.jedit.options.AppearanceOptionPane
 
ArgumentList() - Method in class bsh.Parser
 
Arguments() - Method in class bsh.Parser
 
ArrayDimensions() - Method in class bsh.Parser
 
ArrayInitializer() - Method in class bsh.Parser
 
Assignment() - Method in class bsh.Parser
 
AssignmentOperator() - Method in class bsh.Parser
 
AutosaveBackupOptionPane - class org.gjt.sp.jedit.options.AutosaveBackupOptionPane.
 
AutosaveBackupOptionPane() - Constructor for class org.gjt.sp.jedit.options.AutosaveBackupOptionPane
 
abortCurrentRequest() - Method in class org.gjt.sp.util.WorkThread
Aborts the currently running request, if allowed.
absoluteClassCache - Variable in class bsh.BshClassManager
Global cache for things we know are classes.
absoluteNonClasses - Variable in class bsh.BshClassManager
Global cache for things we know are *not* classes.
accept(String) - Method in class org.gjt.sp.jedit.Macros.Handler
 
accept(String, String) - Method in class org.gjt.sp.jedit.Mode
Returns if the edit mode is suitable for editing the specified file.
accessable - Variable in class org.gjt.sp.jedit.syntax.Chunk
 
action - Variable in class org.gjt.sp.jedit.syntax.ParserRule
 
actionBar() - Method in class org.gjt.sp.jedit.View
Shows the action bar if needed, and sends keyboard focus there.
actionPerformed(ActionEvent) - Method in class org.gjt.sp.jedit.EditAction.Wrapper
Called when the user selects this action from a menu.
actionPerformed(ActionEvent) - Method in class org.gjt.sp.jedit.gui.OptionsDialog
 
actionPerformed(ActionEvent) - Method in class org.gjt.sp.jedit.gui.SelectLineRange
 
actionPerformed(ActionEvent) - Method in class org.gjt.sp.jedit.search.HyperSearchResults.ActionHandler
 
actionsURI - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
activatePlugin() - Method in class org.gjt.sp.jedit.PluginJAR
Loads the plugin core class.
activatePluginIfNecessary() - Method in class org.gjt.sp.jedit.PluginJAR
Should be called after a new plugin is installed.
add(String, byte) - Method in class org.gjt.sp.jedit.syntax.KeywordMap
Adds a key-value mapping.
add(char[], byte) - Method in class org.gjt.sp.jedit.syntax.KeywordMap
Adds a key-value mapping.
add(KeywordMap) - Method in class org.gjt.sp.jedit.syntax.KeywordMap
Adds the content of another keyword map to this one.
add(int) - Method in class org.gjt.sp.util.IntegerArray
 
addAction(EditAction) - Method in class org.gjt.sp.jedit.ActionSet
Adds an action to the action set.
addActionSet(ActionSet) - Method in class org.gjt.sp.jedit.ActionContext
Adds a new action set to the context.
addActionSet(ActionSet) - Static method in class org.gjt.sp.jedit.jEdit
Adds a new action set to jEdit's list.
addBrowserListener(BrowserListener) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
addBufferChangeListener(BufferChangeListener, int) - Method in class org.gjt.sp.jedit.Buffer
Adds a buffer change listener.
addBufferChangeListener(BufferChangeListener) - Method in class org.gjt.sp.jedit.Buffer
Adds a buffer change listener.
addCaretListener(CaretListener) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Adds a caret change listener to this text area.
addClassPath(URL) - Method in class bsh.BshClassManager
 
addCommandPath(String, Class) - Method in class bsh.NameSpace
Adds a URL to the command path.
addComponent(String, Component) - Method in class org.gjt.sp.jedit.AbstractOptionPane
Adds a labeled component to the option pane.
addComponent(String, Component, int) - Method in class org.gjt.sp.jedit.AbstractOptionPane
Adds a labeled component to the option pane.
addComponent(Component, Component) - Method in class org.gjt.sp.jedit.AbstractOptionPane
Adds a labeled component to the option pane.
addComponent(Component, Component, int) - Method in class org.gjt.sp.jedit.AbstractOptionPane
Adds a labeled component to the option pane.
addComponent(Component) - Method in class org.gjt.sp.jedit.AbstractOptionPane
Adds a component to the option pane.
addComponent(Component, int) - Method in class org.gjt.sp.jedit.AbstractOptionPane
Adds a component to the option pane.
addCurrentToHistory() - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Adds the currently entered item to the history.
addDockableWindow(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Opens the specified dockable window.
addEscapes(String) - Static method in class bsh.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addExplicitFold() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Surrounds the selection with explicit fold markers.
addExtension(TextAreaExtension) - Method in class org.gjt.sp.jedit.textarea.Gutter
Adds a text area extension, which can perform custom painting and tool tip handling.
addExtension(int, TextAreaExtension) - Method in class org.gjt.sp.jedit.textarea.Gutter
Adds a text area extension, which can perform custom painting and tool tip handling.
addExtension(TextAreaExtension) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Adds a text area extension, which can perform custom painting and tool tip handling.
addExtension(int, TextAreaExtension) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Adds a text area extension, which can perform custom painting and tool tip handling.
addGlobalAbbrev(String, String) - Static method in class org.gjt.sp.jedit.Abbrevs
Adds an abbreviation to the global abbreviation list.
addItem(String) - Method in class org.gjt.sp.jedit.gui.HistoryModel
Adds an item to the end of this history list, trimming the list to the maximum number of items if necessary.
addKeyBinding(String, String) - Method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Adds a key binding to this input handler.
addKeyBinding(String, EditAction) - Method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Adds a key binding to this input handler.
addKeyBinding(String, String) - Method in class org.gjt.sp.jedit.gui.InputHandler
Adds a key binding to this input handler.
addKeyBinding(String, EditAction) - Method in class org.gjt.sp.jedit.gui.InputHandler
Adds a key binding to this input handler.
addLayoutComponent(String, Component) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager.DockableLayout
 
addLayoutComponent(Component, Object) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager.DockableLayout
 
addLayoutComponent(String, Component) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
Not used in this class.
addLayoutComponent(Component, Object) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
Not used in this class.
addLeftOfScrollBar(Component) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Adds a component to the box left of the vertical scroll bar.
addListener(BshClassManager.Listener) - Method in class bsh.BshClassManager
 
addMarker(char, int) - Method in class org.gjt.sp.jedit.Buffer
Adds a marker to this buffer.
addMarker() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Adds a marker at the caret position.
addMode(Mode) - Static method in class org.gjt.sp.jedit.jEdit
Do not call this method.
addModeAbbrev(String, String, String) - Static method in class org.gjt.sp.jedit.Abbrevs
Adds a mode-specific abbrev.
addModifier(int, String) - Method in class bsh.Modifiers
 
addNameSourceListener(NameSource.Listener) - Method in interface bsh.NameSource
 
addNameSourceListener(NameSource.Listener) - Method in class bsh.NameSpace
Implements NameSource Add a listener who is notified upon changes to names in this space.
addNotify() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
addNotify() - Method in class org.gjt.sp.jedit.gui.IOProgressMonitor
 
addNotify() - Method in class org.gjt.sp.jedit.gui.LogViewer
 
addNotify() - Method in class org.gjt.sp.jedit.gui.StatusBar
 
addNotify() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
addNotify() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Called by the AWT when this component is added to a parent.
addOptionGroup(OptionGroup) - Method in class org.gjt.sp.jedit.OptionGroup
 
addOptionGroup(OptionGroup) - Method in class org.gjt.sp.jedit.gui.OptionsDialog
 
addOptionPane(OptionPane) - Method in class org.gjt.sp.jedit.OptionGroup
 
addOptionPane(String) - Method in class org.gjt.sp.jedit.OptionGroup
 
addOptionPane(OptionPane) - Method in class org.gjt.sp.jedit.gui.OptionsDialog
 
addOrRemoveMarker(char, int) - Method in class org.gjt.sp.jedit.Buffer
If a marker is set on the line of the position, it is removed.
addPluginJAR(String) - Static method in class org.gjt.sp.jedit.jEdit
Loads the plugin JAR with the specified path.
addProgressListener(WorkThreadProgressListener) - Method in class org.gjt.sp.util.WorkThreadPool
Adds a progress listener to this thread pool.
addRule(ParserRule) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
addRuleSet(ParserRuleSet) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
Adds all rules contained in the given ruleset.
addRuleSet(ParserRuleSet) - Method in class org.gjt.sp.jedit.syntax.TokenMarker
 
addScrollListener(ScrollListener) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Adds a scroll listener to this text area.
addSeparator() - Method in class org.gjt.sp.jedit.AbstractOptionPane
Adds a separator component.
addSeparator(String) - Method in class org.gjt.sp.jedit.AbstractOptionPane
Adds a separator component.
addStructureMatcher(StructureMatcher) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Adds a structure matcher.
addToBus(EBComponent) - Static method in class org.gjt.sp.jedit.EditBus
Adds a component to the bus.
addToFavorites(String, int) - Static method in class org.gjt.sp.jedit.io.FavoritesVFS
 
addToSelection(Selection[]) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Adds to the selection.
addToSelection(Selection) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Adds to the selection.
addToken(Token, TokenMarker.LineContext) - Method in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
 
addToolBar(Component) - Method in class org.gjt.sp.jedit.View
Adds a tool bar to this view.
addToolBar(int, Component) - Method in class org.gjt.sp.jedit.View
Adds a tool bar to this view.
addToolBar(int, int, Component) - Method in class org.gjt.sp.jedit.View
Adds a tool bar to this view.
addToolBar(int, int, Component) - Method in class org.gjt.sp.jedit.gui.ToolBarManager
 
addTopComponent(Component) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Adds a component above the gutter, text area, and vertical scroll bar.
addTranslation(KeyEventTranslator.Key, KeyEventTranslator.Key) - Static method in class org.gjt.sp.jedit.gui.KeyEventTranslator
Adds a keyboard translation.
addTreeModelListener(TreeModelListener) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
addWorkRequest(Runnable, boolean) - Method in class org.gjt.sp.util.WorkThreadPool
Adds a work request to the queue.
add_escapes(String) - Method in class bsh.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
adjustBeginLineColumn(int, int) - Method in class bsh.JavaCharStream
Method to adjust line and column numbers for the start of a token.
adjustForScreenBounds(Rectangle) - Static method in class org.gjt.sp.jedit.GUIUtilities
Gives a rectangle the specified bounds, ensuring it is within the screen bounds.
advance() - Method in class org.gjt.sp.jedit.gui.SplashScreen
 
append(JEditTextArea, char) - Static method in class org.gjt.sp.jedit.Registers
Appends the text selected in the text area to the specified register, with a newline between the old and new text.
append(JEditTextArea, char, String) - Static method in class org.gjt.sp.jedit.Registers
Appends the text selected in the text area to the specified register.
append(JEditTextArea, char, String, boolean) - Static method in class org.gjt.sp.jedit.Registers
Appends the text selected in the text area to the specified register.
append(char) - Method in class org.gjt.sp.util.SegmentBuffer
 
append(char[], int, int) - Method in class org.gjt.sp.util.SegmentBuffer
 
attribute(String, String, boolean) - Method in class com.microstar.xml.HandlerBase
Handle an attribute assignment.
attribute(String, String, boolean) - Method in interface com.microstar.xml.XmlHandler
Attribute.
attribute(String, String, boolean) - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
autosave() - Method in class org.gjt.sp.jedit.Buffer
Autosaves this buffer.

B

BACKED_UP - Static variable in class org.gjt.sp.jedit.Buffer
Backed up property.
BACKGROUND_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
Below selection layer.
BALOAD - Static variable in interface org.objectweb.asm.Constants
 
BANG - Static variable in interface bsh.ParserConstants
 
BASTORE - Static variable in interface org.objectweb.asm.Constants
 
BEANSHELL_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
Logs messages when BeanShell code is evaluated.
BELOW_MOST_EXTENSIONS_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
Below most extensions layer.
BELOW_SEARCH_BAR_LAYER - Static variable in class org.gjt.sp.jedit.View
Below search bar layer.
BELOW_SELECTION_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
Below selection layer.
BELOW_STATUS_BAR_LAYER - Static variable in class org.gjt.sp.jedit.View
Status bar layer.
BELOW_SYSTEM_BAR_LAYER - Static variable in class org.gjt.sp.jedit.View
Below system tool bar layer.
BIPUSH - Static variable in interface org.objectweb.asm.Constants
 
BIT_AND - Static variable in interface bsh.ParserConstants
 
BIT_ANDX - Static variable in interface bsh.ParserConstants
 
BIT_OR - Static variable in interface bsh.ParserConstants
 
BIT_ORX - Static variable in interface bsh.ParserConstants
 
BLOCK_CARET_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
Block caret layer.
BOOLEAN - Static variable in interface bsh.ParserConstants
 
BOOLEAN - Static variable in class org.objectweb.asm.Type
The sort of the boolean type.
BOOLEAN_TYPE - Static variable in class org.objectweb.asm.Type
The boolean type.
BOOL_AND - Static variable in interface bsh.ParserConstants
 
BOOL_ANDX - Static variable in interface bsh.ParserConstants
 
BOOL_OR - Static variable in interface bsh.ParserConstants
 
BOOL_ORX - Static variable in interface bsh.ParserConstants
 
BOTTOM - Static variable in class org.gjt.sp.jedit.gui.DockableWindowManager
Bottom position.
BOTTOM_GROUP - Static variable in class org.gjt.sp.jedit.View
The group of tool bars below the DockableWindowManager
BOTTOM_LAYER - Static variable in class org.gjt.sp.jedit.View
The lowest possible layer.
BOTTOM_TOOLBARS - Static variable in class org.gjt.sp.jedit.gui.DockableWindowManager.DockableLayout
 
BRACKET_HIGHLIGHT_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
Bracket highlight layer.
BRACKET_MATCH_LIMIT - Static variable in class org.gjt.sp.jedit.TextUtilities
 
BREAK - Static variable in interface bsh.ParserConstants
 
BROWSER - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
Stand-alone browser mode.
BROWSER_DIALOG - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
Choose directory dialog mode.
BROWSE_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
Deprecated. Do not define this capability.

This was the official API for adding items to a file system browser's Plugins menu in jEdit 4.1 and earlier. In jEdit 4.2, there is a different way of doing this, you must provide a browser.actions.xml file in your plugin JAR, and define plugin.class.browser-menu-item or plugin.class.browser-menu properties. See EditPlugin for details.

BSHBlock.NodeFilter - interface bsh.BSHBlock.NodeFilter.
 
BSHFormalComment - class bsh.BSHFormalComment.
 
BSHFormalComment(int) - Constructor for class bsh.BSHFormalComment
 
BSHPackageDeclaration - class bsh.BSHPackageDeclaration.
 
BSHPackageDeclaration(int) - Constructor for class bsh.BSHPackageDeclaration
 
BUFFER_CHANGED - Static variable in class org.gjt.sp.jedit.msg.EditPaneUpdate
Edit pane buffer changed.
BYTE - Static variable in interface bsh.ParserConstants
 
BYTE - Static variable in class org.objectweb.asm.Type
The sort of the byte type.
BYTE_TYPE - Static variable in class org.objectweb.asm.Type
The byte type.
BeanShell - class org.gjt.sp.jedit.BeanShell.
BeanShell is jEdit's extension language.
BeanShell() - Constructor for class org.gjt.sp.jedit.BeanShell
 
BeanShellAction - class org.gjt.sp.jedit.BeanShellAction.
An action that evaluates BeanShell code when invoked.
BeanShellAction(String, String, String, boolean, boolean, boolean) - Constructor for class org.gjt.sp.jedit.BeanShellAction
 
BeanShellErrorDialog - class org.gjt.sp.jedit.gui.BeanShellErrorDialog.
A dialog box showing a stack trace.
BeanShellErrorDialog(Frame, Throwable) - Constructor for class org.gjt.sp.jedit.gui.BeanShellErrorDialog
 
BeanShellErrorDialog(View, Throwable) - Constructor for class org.gjt.sp.jedit.gui.BeanShellErrorDialog
 
BeginToken() - Method in class bsh.JavaCharStream
 
Block() - Method in class bsh.Parser
 
BlockStatement() - Method in class bsh.Parser
 
BooleanLiteral() - Method in class bsh.Parser
 
BoyerMooreSearchMatcher - class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher.
Implements literal search using the Boyer-Moore algorithm.
BoyerMooreSearchMatcher(String, boolean) - Constructor for class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
Creates a new string literal matcher.
BreakStatement() - Method in class bsh.Parser
 
BrowserColorsOptionPane - class org.gjt.sp.jedit.options.BrowserColorsOptionPane.
Browser color editor.
BrowserColorsOptionPane() - Constructor for class org.gjt.sp.jedit.options.BrowserColorsOptionPane
 
BrowserCommandsMenu - class org.gjt.sp.jedit.browser.BrowserCommandsMenu.
 
BrowserCommandsMenu(VFSBrowser, VFS.DirectoryEntry[]) - Constructor for class org.gjt.sp.jedit.browser.BrowserCommandsMenu
 
BrowserListener - interface org.gjt.sp.jedit.browser.BrowserListener.
A browser event listener.
BrowserOptionPane - class org.gjt.sp.jedit.options.BrowserOptionPane.
 
BrowserOptionPane() - Constructor for class org.gjt.sp.jedit.options.BrowserOptionPane
 
BshClassManager - class bsh.BshClassManager.
BshClassManager manages all classloading in BeanShell.
BshClassManager() - Constructor for class bsh.BshClassManager
 
BshClassManager.Listener - interface bsh.BshClassManager.Listener.
 
BshIterator - interface bsh.BshIterator.
An interface implemented by classes wrapping instances of iterators, enumerations, collections, etc.
BshMethod - class bsh.BshMethod.
This represents an instance of a bsh method declaration in a particular namespace.
Buffer - class org.gjt.sp.jedit.Buffer.
A Buffer represents the contents of an open text file as it is maintained in the computer's memory (as opposed to how it may be stored on a disk).
Buffer.TokenList - class org.gjt.sp.jedit.Buffer.TokenList.
Deprecated. Use org.gjt.sp.jedit.syntax.DefaultTokenHandler instead
Buffer.TokenList() - Constructor for class org.gjt.sp.jedit.Buffer.TokenList
Deprecated.  
BufferChangeAdapter - class org.gjt.sp.jedit.buffer.BufferChangeAdapter.
An adapter you can subclass to avoid having to implement all the methods of the BufferChangeListener interface.
BufferChangeAdapter() - Constructor for class org.gjt.sp.jedit.buffer.BufferChangeAdapter
 
BufferChangeListener - interface org.gjt.sp.jedit.buffer.BufferChangeListener.
A interface for notification of changes to buffer text.
BufferHistory - class org.gjt.sp.jedit.BufferHistory.
Recent file list.
BufferHistory() - Constructor for class org.gjt.sp.jedit.BufferHistory
 
BufferHistory.Entry - class org.gjt.sp.jedit.BufferHistory.Entry.
Recent file list entry.
BufferHistory.Entry(String, int, String, String) - Constructor for class org.gjt.sp.jedit.BufferHistory.Entry
 
BufferIORequest - class org.gjt.sp.jedit.buffer.BufferIORequest.
A buffer I/O request.
BufferIORequest(int, View, Buffer, Object, VFS, String) - Constructor for class org.gjt.sp.jedit.buffer.BufferIORequest
Creates a new buffer I/O request.
BufferListSet - class org.gjt.sp.jedit.search.BufferListSet.
A file set for searching a user-specified list of buffers.
BufferListSet() - Constructor for class org.gjt.sp.jedit.search.BufferListSet
 
BufferOptions - class org.gjt.sp.jedit.gui.BufferOptions.
Buffer-specific options dialog.
BufferOptions(View, Buffer) - Constructor for class org.gjt.sp.jedit.gui.BufferOptions
 
BufferPrinter1_3 - class org.gjt.sp.jedit.print.BufferPrinter1_3.
 
BufferPrinter1_3() - Constructor for class org.gjt.sp.jedit.print.BufferPrinter1_3
 
BufferPrinter1_4 - class org.gjt.sp.jedit.print.BufferPrinter1_4.
 
BufferPrinter1_4() - Constructor for class org.gjt.sp.jedit.print.BufferPrinter1_4
 
BufferSwitcher - class org.gjt.sp.jedit.gui.BufferSwitcher.
 
BufferSwitcher(EditPane) - Constructor for class org.gjt.sp.jedit.gui.BufferSwitcher
 
BufferUpdate - class org.gjt.sp.jedit.msg.BufferUpdate.
Message sent when a buffer-related change occurs.
BufferUpdate(Buffer, View, Object) - Constructor for class org.gjt.sp.jedit.msg.BufferUpdate
Creates a new buffer update message.
background - Variable in class org.gjt.sp.jedit.syntax.Chunk
 
backspace() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deletes the character before the caret, or the selection, if one is active.
backspaceWord() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deletes the word before the caret.
backspaceWord(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deletes the word before the caret.
backup(int) - Method in class bsh.JavaCharStream
 
backupSettingsFile(File) - Static method in class org.gjt.sp.jedit.jEdit
Backs up the specified file in the settings directory.
beginColumn - Variable in class bsh.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginCompoundEdit() - Method in class org.gjt.sp.jedit.Buffer
Starts a compound edit.
beginCompoundEdit() - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
beginLine - Variable in class bsh.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
binaryOperation(Object, Object, int) - Static method in class bsh.Primitive
Perform a binary operation on two Primitives or wrapper types.
bind(This, NameSpace, Interpreter) - Static method in class bsh.This
Bind a This reference to a parent's namespace with the specified declaring interpreter.
blinkCaret() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Blinks the caret.
booleanValue() - Method in class bsh.Primitive
 
bottom - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
bottomPos - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
boxType(Class) - Static method in class bsh.Primitive
Get the corresponding java.lang wrapper class for the primitive TYPE class.
browseDirectory(View, String) - Static method in class org.gjt.sp.jedit.browser.VFSBrowser
Opens the specified directory in a file system browser.
browseDirectoryInNewWindow(View, String) - Static method in class org.gjt.sp.jedit.browser.VFSBrowser
Opens the specified directory in a new, floating, file system browser.
browserActionsURI - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
bsh - package bsh
 
bsh.collection - package bsh.collection
 
bsh.commands - package bsh.commands
 
bsh.reflect - package bsh.reflect
 
bubbleSort(String[]) - Static method in class bsh.StringUtil
 
bufcolumn - Variable in class bsh.JavaCharStream
 
buffer - Variable in class bsh.JavaCharStream
 
buffer - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
bufferClosed(Buffer) - Static method in class org.gjt.sp.jedit.textarea.DisplayManager
 
bufferSaved() - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
bufline - Variable in class bsh.JavaCharStream
 
bufpos - Variable in class bsh.JavaCharStream
 
buildToVersion(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Converts an internal version number (build) into a `human-readable' form.

C

CALOAD - Static variable in interface org.objectweb.asm.Constants
 
CARET - Static variable in class org.gjt.sp.jedit.Buffer
Caret info properties.
CARET_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
Caret layer.
CASE - Static variable in interface bsh.ParserConstants
 
CASE_INSENSITIVE_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
Case insensitive file system capability.
CASTORE - Static variable in interface org.objectweb.asm.Constants
 
CATCH - Static variable in interface bsh.ParserConstants
 
CCW - Static variable in class org.gjt.sp.jedit.gui.PanelWindowContainer.RotatedTextIcon
 
CHAR - Static variable in interface bsh.ParserConstants
 
CHAR - Static variable in class org.objectweb.asm.Type
The sort of the char type.
CHARACTER_LITERAL - Static variable in interface bsh.ParserConstants
 
CHAR_TYPE - Static variable in class org.objectweb.asm.Type
The char type.
CHECKCAST - Static variable in interface org.objectweb.asm.Constants
 
CHOOSE_DIRECTORY_DIALOG - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
Choose directory dialog mode.
CHUNK_CACHE_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
For checking invalidation, etc.
CHUNK_PAINT_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
Paints boxes around chunks.
CLASS - Static variable in class bsh.Modifiers
 
CLASS - Static variable in interface bsh.ParserConstants
 
CLOSED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer closed.
CLOSED - Static variable in class org.gjt.sp.jedit.msg.ViewUpdate
View closed.
COLON - Static variable in interface bsh.ParserConstants
 
COMMA - Static variable in interface bsh.ParserConstants
 
COMMENT1 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
COMMENT2 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
COMMENT3 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
COMMENT4 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
CONST - Static variable in interface bsh.ParserConstants
 
CONTENT_ANY - Static variable in class com.microstar.xml.XmlParser
Constant: the element has a content model of ANY.
CONTENT_ELEMENTS - Static variable in class com.microstar.xml.XmlParser
Constant: the element has element content.
CONTENT_EMPTY - Static variable in class com.microstar.xml.XmlParser
Constant: the element has declared content of EMPTY.
CONTENT_MIXED - Static variable in class com.microstar.xml.XmlParser
Constant: the element has mixed content.
CONTENT_UNDECLARED - Static variable in class com.microstar.xml.XmlParser
Constant: an element has not been declared.
CONTINUE - Static variable in interface bsh.ParserConstants
 
CREATED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer created.
CREATED - Static variable in class org.gjt.sp.jedit.msg.EditPaneUpdate
Edit pane created.
CREATED - Static variable in class org.gjt.sp.jedit.msg.ViewUpdate
View created.
CURRENT_BUFFER - Static variable in class org.gjt.sp.jedit.search.SearchDialog
Default file set.
CW - Static variable in class org.gjt.sp.jedit.gui.PanelWindowContainer.RotatedTextIcon
 
CallStack - class bsh.CallStack.
A stack of NameSpaces representing the call path.
CallStack() - Constructor for class bsh.CallStack
 
CallStack(NameSpace) - Constructor for class bsh.CallStack
 
Capabilities - class bsh.Capabilities.
The map of extended features supported by the runtime in which we live.
Capabilities() - Constructor for class bsh.Capabilities
 
Capabilities.Unavailable - exception bsh.Capabilities.Unavailable.
An attempt was made to use an unavailable capability supported by an optional package.
Capabilities.Unavailable(String) - Constructor for class bsh.Capabilities.Unavailable
 
CastExpression() - Method in class bsh.Parser
 
CastLookahead() - Method in class bsh.Parser
 
CharIndexed - interface gnu.regexp.CharIndexed.
Defines the interface used internally so that different types of source text can be accessed in the same way.
CharIndexedSegment - class org.gjt.sp.util.CharIndexedSegment.
Lets gnu.regexp search within Segment objects.
CharIndexedSegment(Segment, int) - Constructor for class org.gjt.sp.util.CharIndexedSegment
Creates a new CharIndexedSegment.
CharIndexedSegment(Segment, boolean) - Constructor for class org.gjt.sp.util.CharIndexedSegment
Creates a new CharIndexedSegment.
Chunk - class org.gjt.sp.jedit.syntax.Chunk.
A syntax token with extra information required for painting it on screen.
Chunk(float, int, ParserRuleSet) - Constructor for class org.gjt.sp.jedit.syntax.Chunk
 
Chunk(byte, int, int, ParserRuleSet, SyntaxStyle[], byte) - Constructor for class org.gjt.sp.jedit.syntax.Chunk
 
ClassDeclaration() - Method in class bsh.Parser
 
ClassGenerator - class bsh.ClassGenerator.
 
ClassGenerator() - Constructor for class bsh.ClassGenerator
 
ClassGeneratorImpl - class bsh.ClassGeneratorImpl.
 
ClassGeneratorImpl() - Constructor for class bsh.ClassGeneratorImpl
 
ClassGeneratorUtil - class bsh.ClassGeneratorUtil.
ClassGeneratorUtil utilizes the ASM (www.objectweb.org) bytecode generator by Eric Bruneton in order to generate class "stubs" for BeanShell at runtime.
ClassGeneratorUtil(Modifiers, String, String, Class, Class[], Variable[], DelayedEvalBshMethod[], NameSpace, boolean) - Constructor for class bsh.ClassGeneratorUtil
 
ClassGeneratorUtil.ConstructorArgs - class bsh.ClassGeneratorUtil.ConstructorArgs.
A ConstructorArgs object holds evaluated arguments for a constructor call as well as the index of a possible alternate selector to invoke.
ClassIdentifier - class bsh.ClassIdentifier.
 
ClassIdentifier(Class) - Constructor for class bsh.ClassIdentifier
 
ClassPathException - exception bsh.ClassPathException.
 
ClassPathException(String) - Constructor for class bsh.ClassPathException
 
ClassVisitor - interface org.objectweb.asm.ClassVisitor.
A visitor to visit a Java class.
ClassWriter - class org.objectweb.asm.ClassWriter.
A ClassVisitor that generates Java class files.
ClassWriter(boolean) - Constructor for class org.objectweb.asm.ClassWriter
Constructs a new ClassWriter object.
CloseDialog - class org.gjt.sp.jedit.gui.CloseDialog.
 
CloseDialog(View) - Constructor for class org.gjt.sp.jedit.gui.CloseDialog
 
CodeVisitor - interface org.objectweb.asm.CodeVisitor.
A visitor to visit the bytecode instructions of a Java method.
CodeWriter - class org.objectweb.asm.CodeWriter.
A CodeVisitor that generates Java bytecode instructions.
CodeWriter(ClassWriter, boolean) - Constructor for class org.objectweb.asm.CodeWriter
Constructs a CodeWriter.
CollectionIterator - class bsh.collection.CollectionIterator.
This is the implementation of: BshIterator - a dynamically loaded extension that supports the collections API supported by JDK1.2 and greater.
CollectionIterator(Object) - Constructor for class bsh.collection.CollectionIterator
Construct a basic CollectionIterator
CollectionManager - class bsh.CollectionManager.
The default CollectionManager (which remains Java 1.1 compatible) supports iteration over objects of type: Enumeration, Vector, String, StringBuffer and array.
CollectionManager() - Constructor for class bsh.CollectionManager
 
CollectionManager.BasicBshIterator - class bsh.CollectionManager.BasicBshIterator.
An implementation that works with JDK 1.1
CollectionManager.BasicBshIterator(Object) - Constructor for class bsh.CollectionManager.BasicBshIterator
Construct a basic BasicBshIterator
CollectionManagerImpl - class bsh.collection.CollectionManagerImpl.
Dynamically loaded extension supporting post 1.1 collections iterator.
CollectionManagerImpl() - Constructor for class bsh.collection.CollectionManagerImpl
 
ColorWellButton - class org.gjt.sp.jedit.gui.ColorWellButton.
A button that, when clicked, shows a color chooser.
ColorWellButton(Color) - Constructor for class org.gjt.sp.jedit.gui.ColorWellButton
 
CompleteWord - class org.gjt.sp.jedit.gui.CompleteWord.
 
CompleteWord(View, String, CompleteWord.Completion[], Point, String) - Constructor for class org.gjt.sp.jedit.gui.CompleteWord
 
ConditionalAndExpression() - Method in class bsh.Parser
 
ConditionalExpression() - Method in class bsh.Parser
 
ConditionalOrExpression() - Method in class bsh.Parser
 
ConsoleInterface - interface bsh.ConsoleInterface.
The capabilities of a minimal console for BeanShell.
Constants - interface org.objectweb.asm.Constants.
Defines the JVM opcodes, access flags and array type codes.
ContentManager - class org.gjt.sp.jedit.buffer.ContentManager.
A class internal to jEdit's document model.
ContentManager() - Constructor for class org.gjt.sp.jedit.buffer.ContentManager
 
ContextOptionPane - class org.gjt.sp.jedit.options.ContextOptionPane.
Right-click context menu editor.
ContextOptionPane() - Constructor for class org.gjt.sp.jedit.options.ContextOptionPane
 
ContinueStatement() - Method in class bsh.Parser
 
CurrentBufferSet - class org.gjt.sp.jedit.search.CurrentBufferSet.
A file set for searching the current buffer.
CurrentBufferSet() - Constructor for class org.gjt.sp.jedit.search.CurrentBufferSet
 
cacheBlock(String, String, boolean) - Static method in class org.gjt.sp.jedit.BeanShell
Caches a block of code, returning a handle that can be passed to runCachedBlock().
cacheClassInfo(String, Class) - Method in class bsh.BshClassManager
Cache info about whether name is a class or not.
cacheDockableWindows(PluginJAR, String[], boolean[]) - Static method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
cacheResolvedMethod(Class, Class[], Method) - Method in class bsh.BshClassManager
Cache a resolved (possibly overloaded) method based on the argument types used to invoke it, subject to classloader change.
cachedActionNames - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedActionToggleFlags - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedBrowserActionNames - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedBrowserActionToggleFlags - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedDockableActionFlags - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedDockableNames - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedProperties - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedServices - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
canGenerateInterfaces() - Static method in class bsh.Capabilities
 
canRead - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 
canWrite - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 
cancel() - Method in class org.gjt.sp.jedit.browser.VFSFileChooserDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.AboutDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.BufferOptions
 
cancel() - Method in class org.gjt.sp.jedit.gui.CloseDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.EnhancedDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.ErrorListDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.FilesChangedDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.OptionsDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.PasteFromListDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.SelectLineRange
 
cancel() - Method in class org.gjt.sp.jedit.gui.TextAreaDialog
 
cancel() - Method in class org.gjt.sp.jedit.gui.TipOfTheDay
 
cancel() - Method in class org.gjt.sp.jedit.gui.ViewRegisters
 
cancel() - Method in class org.gjt.sp.jedit.pluginmgr.PluginManager
 
cancel() - Method in class org.gjt.sp.jedit.search.SearchDialog
 
canonPath(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the canonical form of the specified path name.
caret - Variable in class org.gjt.sp.jedit.BufferHistory.Entry
 
castToType(Class, int) - Method in class bsh.Primitive
Cast this bsh.Primitive value to a new bsh.Primitive value This is usually a numeric type cast.
centerCaret() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Centers the caret on the screen.
centerOnScreen(Window) - Static method in class org.gjt.sp.jedit.GUIUtilities
Centers the given window on the screen.
charAt(int) - Method in interface gnu.regexp.CharIndexed
Returns the character at the given offset past the current cursor position in the input.
charAt(int) - Method in class org.gjt.sp.util.CharIndexedSegment
 
charData(char[], int, int) - Method in class com.microstar.xml.HandlerBase
Handle character data.
charData(char[], int, int) - Method in interface com.microstar.xml.XmlHandler
Character data.
charData(char[], int, int) - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
charWidth - Variable in class org.gjt.sp.jedit.syntax.Chunk
 
charsToEntities(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Converts <, >, & in the string to their HTML entity equivalents.
charsToEscapes(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Escapes newlines, tabs, backslashes, and quotes in the specified string.
charsToEscapes(String, String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Escapes the specified characters in the specified string.
checkBufferStatus(View) - Static method in class org.gjt.sp.jedit.jEdit
Checks each buffer's status on disk and shows the dialog box informing the user that buffers changed on disk, if necessary.
checkDependencies() - Method in class org.gjt.sp.jedit.PluginJAR
Returns true if all dependencies are satisified, false otherwise.
checkFileStatus(View) - Method in class org.gjt.sp.jedit.Buffer
Check if the buffer has changed on disk.
classExists(String) - Method in class bsh.BshClassManager
 
classExists(String) - Static method in class bsh.Capabilities
Use direct Class.forName() to test for the existence of a class.
classForName(String) - Method in class bsh.BshClassManager
Load the specified class by name, taking into account added classpath and reloaded classes, etc.
classLoaderChanged() - Method in interface bsh.BshClassManager.Listener
 
classLoaderChanged() - Method in class bsh.BshClassManager
 
classLoaderChanged() - Method in class bsh.NameSpace
Clear all cached classes and names
classToFile(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Converts a class name to a file name.
classes - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
clear() - Method in class bsh.CallStack
 
clear() - Method in class bsh.NameSpace
Clear all variables, methods, and imports from this namespace.
clear(int) - Method in class gnu.regexp.RESyntax
Clear a given bit in this syntax.
clear() - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
clear() - Method in class org.gjt.sp.jedit.gui.HistoryModel
Removes all entries from this history model.
clear() - Method in class org.gjt.sp.util.IntegerArray
 
clearCaches() - Method in class bsh.BshClassManager
Clear the caches in BshClassManager
clearRegister(char) - Static method in class org.gjt.sp.jedit.Registers
Sets the value of the specified register to null.
clone() - Method in class gnu.regexp.REMatch
 
clone() - Method in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
clone() - Method in class org.gjt.sp.jedit.textarea.Selection
 
close() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Called when the view is being closed.
closeAllBuffers(View) - Static method in class org.gjt.sp.jedit.jEdit
Closes all open buffers.
closeAllBuffers(View, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Closes all open buffers.
closeBuffer(View, Buffer) - Static method in class org.gjt.sp.jedit.jEdit
Closes a buffer.
closeCurrentArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Closes the currently focused docking area.
closeStream() - Static method in class org.gjt.sp.util.Log
Closes the log stream.
closeView(View) - Static method in class org.gjt.sp.jedit.jEdit
Closes a view.
cmUnavailable() - Static method in class bsh.BshClassManager
 
collapse(VFS, int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
collapseFold(int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Collapses the fold at the specified physical line index.
collapseFold() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Like DisplayManager.collapseFold(int), but also moves the caret to the first line of the fold.
color - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 
colorCalculated - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 
column - Variable in class bsh.JavaCharStream
 
com.microstar.xml - package com.microstar.xml
 
commitTemporary(Buffer) - Static method in class org.gjt.sp.jedit.jEdit
Adds a temporary buffer to the buffer list.
compare(Object, Object) - Method in interface org.gjt.sp.jedit.MiscUtilities.Compare
 
compare(Object, Object) - Method in class org.gjt.sp.jedit.MiscUtilities.MenuItemCompare
 
compare(Object, Object) - Method in class org.gjt.sp.jedit.MiscUtilities.StringCompare
 
compare(Object, Object) - Method in class org.gjt.sp.jedit.MiscUtilities.StringICaseCompare
 
compare(Object, Object) - Method in class org.gjt.sp.jedit.io.VFS.DirectoryEntryCompare
 
compareStrings(String, String, boolean) - Static method in class org.gjt.sp.jedit.MiscUtilities
Compares two strings.
compareVersions(String, String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Deprecated. Call compareStrings() instead
completeWord(View) - Static method in class org.gjt.sp.jedit.gui.CompleteWord
 
concatPath(String, String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Like MiscUtilities.constructPath(java.lang.String, java.lang.String), except path will be appended to parent even if it is absolute.
confirm(Component, String, Object[], int, int) - Static method in class org.gjt.sp.jedit.GUIUtilities
Displays a confirm dialog box and returns the button pushed by the user.
confirm(Component, String, int) - Static method in class org.gjt.sp.jedit.Macros
Utility method that can be used to ask for confirmation in a macro.
confirm(Component, String, int, int) - Static method in class org.gjt.sp.jedit.Macros
Utility method that can be used to ask for confirmation in a macro.
connect() - Method in class org.gjt.sp.jedit.proto.jeditresource.PluginResURLConnection
 
constructPath(String, String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Constructs an absolute path name from a directory and another path name.
constructPath(String, String, String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Constructs an absolute path name from three path components.
constructPath(String, String) - Method in class org.gjt.sp.jedit.io.FileVFS
 
constructPath(String, String) - Method in class org.gjt.sp.jedit.io.UrlVFS
 
constructPath(String, String) - Method in class org.gjt.sp.jedit.io.VFS
Constructs a path from the specified directory and file name component.
contains(String) - Method in class org.gjt.sp.jedit.ActionSet
Returns if this action set contains the specified action.
contentInserted(Buffer, int, int, int, int) - Method in class org.gjt.sp.jedit.buffer.BufferChangeAdapter
Called when text is inserted into the buffer.
contentInserted(Buffer, int, int, int, int) - Method in interface org.gjt.sp.jedit.buffer.BufferChangeListener
Called when text is inserted into the buffer.
contentInserted(int, int, int, int, IntegerArray) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
contentInserted(int, int) - Method in class org.gjt.sp.jedit.buffer.PositionManager
 
contentInserted(int, int, String, boolean) - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
contentRemoved(Buffer, int, int, int, int) - Method in class org.gjt.sp.jedit.buffer.BufferChangeAdapter
Called when text is removed from the buffer.
contentRemoved(Buffer, int, int, int, int) - Method in interface org.gjt.sp.jedit.buffer.BufferChangeListener
Called when text is removed from the buffer.
contentRemoved(int, int, int, int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
contentRemoved(int, int) - Method in class org.gjt.sp.jedit.buffer.PositionManager
 
contentRemoved(int, int, String, boolean) - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
context - Variable in class org.gjt.sp.jedit.menu.EnhancedMenu
 
continent - Variable in class org.gjt.sp.jedit.pluginmgr.MirrorList.Mirror
 
copy() - Method in class bsh.CallStack
Occasionally we need to freeze the callstack for error reporting purposes, etc.
copy(JEditTextArea, char) - Static method in class org.gjt.sp.jedit.Registers
Copies the text selected in the text area into the specified register.
country - Variable in class org.gjt.sp.jedit.pluginmgr.MirrorList.Mirror
 
createBrowserMenuItems() - Method in class org.gjt.sp.jedit.EditPlugin
Called by the filesystem browser when constructing its Plugins menu.
createClassManager(Interpreter) - Static method in class bsh.BshClassManager
Create a new instance of the class manager.
createEOLSpanRule(int, String, ParserRuleSet, byte, boolean) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createEnumeration(Object) - Method in class bsh.CollectionManager.BasicBshIterator
Create an enumeration over the given object
createEscapeRule(String) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createIterator(Object) - Method in class bsh.collection.CollectionIterator
Create an iterator over the given object
createMacro(String, String) - Method in class org.gjt.sp.jedit.Macros.Handler
 
createMarkFollowingRule(int, String, byte, boolean) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createMarkPreviousRule(int, String, byte, boolean) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createMenuItems() - Method in class org.gjt.sp.jedit.EditPlugin
Called by the view when constructing its Plugins menu.
createMenuItems(Vector) - Method in class org.gjt.sp.jedit.EditPlugin
Deprecated. Instead of overriding this method, define properties as specified in the description of this class.
createMultilineLabel(String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Creates a component that displays a multiple line message.
createOptionPanes(OptionsDialog) - Method in class org.gjt.sp.jedit.EditPlugin
Deprecated. Instead of overriding this method, define properties as specified in the description of this class.
createOptionTreeModel() - Method in class org.gjt.sp.jedit.gui.OptionsDialog
 
createOptionTreeModel() - Method in class org.gjt.sp.jedit.options.GlobalOptions
 
createOptionTreeModel() - Method in class org.gjt.sp.jedit.options.PluginOptions
 
createPopupMenu(DockableWindowContainer, String, boolean) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
createPosition(int) - Method in class org.gjt.sp.jedit.Buffer
Creates a floating position.
createPosition(int) - Method in class org.gjt.sp.jedit.buffer.PositionManager
 
createRegexpEOLSpanRule(char, int, String, ParserRuleSet, byte, boolean, boolean) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createRegexpSequenceRule(char, int, String, ParserRuleSet, byte, boolean) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createRegexpSpanRule(char, int, String, int, String, ParserRuleSet, byte, boolean, boolean, boolean, boolean, boolean) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createSequenceRule(int, String, ParserRuleSet, byte) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createSpanRule(int, String, int, String, ParserRuleSet, byte, boolean, boolean, boolean, boolean) - Static method in class org.gjt.sp.jedit.syntax.ParserRule
 
createToken(byte, int, int, TokenMarker.LineContext) - Method in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
 
createVFSSession(String, Component) - Method in class org.gjt.sp.jedit.io.VFS
Creates a VFS session.
createWhiteSpace(int, int) - Static method in class org.gjt.sp.jedit.MiscUtilities
Creates a string of white space with the specified length.
createWhiteSpace(int, int, int) - Static method in class org.gjt.sp.jedit.MiscUtilities
Creates a string of white space with the specified length.
curChar - Variable in class bsh.ParserTokenManager
 
currentToken - Variable in class bsh.ParseException
This is the last token that has been consumed successfully.
cut(JEditTextArea, char) - Static method in class org.gjt.sp.jedit.Registers
Copies the text selected in the text area into the specified register, and then removes it from the buffer.

D

D2F - Static variable in interface org.objectweb.asm.Constants
 
D2I - Static variable in interface org.objectweb.asm.Constants
 
D2L - Static variable in interface org.objectweb.asm.Constants
 
DADD - Static variable in interface org.objectweb.asm.Constants
 
DALOAD - Static variable in interface org.objectweb.asm.Constants
 
DASTORE - Static variable in interface org.objectweb.asm.Constants
 
DATE_FORMAT - Static variable in class org.gjt.sp.jedit.io.FileVFS.LocalDirectoryEntry
 
DCMPG - Static variable in interface org.objectweb.asm.Constants
 
DCMPL - Static variable in interface org.objectweb.asm.Constants
 
DCONST_0 - Static variable in interface org.objectweb.asm.Constants
 
DCONST_1 - Static variable in interface org.objectweb.asm.Constants
 
DDIV - Static variable in interface org.objectweb.asm.Constants
 
DEACTIVATED - Static variable in class org.gjt.sp.jedit.msg.DockableWindowUpdate
Dockable deactivated.
DEACTIVATED - Static variable in class org.gjt.sp.jedit.msg.PluginUpdate
Plugin activated.
DEBUG - Static variable in class bsh.Interpreter
 
DEBUG - Static variable in class org.gjt.sp.util.Log
Debugging message urgency.
DECIMAL_LITERAL - Static variable in interface bsh.ParserConstants
 
DECR - Static variable in interface bsh.ParserConstants
 
DEFAULT - Static variable in class bsh.ClassGeneratorUtil.ConstructorArgs
A ConstructorArgs which calls the default constructor
DEFAULT - Static variable in interface bsh.ParserConstants
 
DEFAULT_GROUP - Static variable in class org.gjt.sp.jedit.View
 
DEFAULT_LAYER - Static variable in class org.gjt.sp.jedit.View
The default layer for tool bars with no preference.
DEFAULT_LAYER - Static variable in class org.gjt.sp.jedit.textarea.Gutter
Default extension layer.
DEFAULT_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
Default extension layer.
DELETE_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
Delete file capability.
DESTROYED - Static variable in class org.gjt.sp.jedit.msg.EditPaneUpdate
Edit pane destroyed.
DIGIT - Static variable in interface bsh.ParserConstants
 
DIGIT - Static variable in class org.gjt.sp.jedit.syntax.Token
 
DIRECTORY - Static variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 
DIRECTORY - Static variable in class org.gjt.sp.jedit.search.SearchDialog
 
DIRTY_BUFFER_ICON - Static variable in class org.gjt.sp.jedit.GUIUtilities
Deprecated. Use GUIUtilities.loadIcon("dirty.gif"); instead.
DIRTY_CHANGED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer dirty changed.
DISABLE_GLYPH_VECTOR - Static variable in class org.gjt.sp.jedit.Debug
Paint strings instead of glyph vectors.
DISABLE_MONOSPACE_HACK - Static variable in class org.gjt.sp.jedit.Debug
Disable monospaced font optimization.
DISABLE_SEARCH_DIALOG_POOL - Static variable in class org.gjt.sp.jedit.Debug
Create new search dialogs instead of reusing instances.
DLOAD - Static variable in interface org.objectweb.asm.Constants
 
DMUL - Static variable in interface org.objectweb.asm.Constants
 
DNEG - Static variable in interface org.objectweb.asm.Constants
 
DO - Static variable in interface bsh.ParserConstants
 
DOT - Static variable in interface bsh.ParserConstants
 
DOUBLE - Static variable in interface bsh.ParserConstants
 
DOUBLE - Static variable in class org.objectweb.asm.Type
The sort of the double type.
DOUBLE_TYPE - Static variable in class org.objectweb.asm.Type
The double type.
DREM - Static variable in interface org.objectweb.asm.Constants
 
DRETURN - Static variable in interface org.objectweb.asm.Constants
 
DSTORE - Static variable in interface org.objectweb.asm.Constants
 
DSUB - Static variable in interface org.objectweb.asm.Constants
 
DUMP_KEY_EVENTS - Static variable in class org.gjt.sp.jedit.Debug
Dump key events received by text area?
DUP - Static variable in interface org.objectweb.asm.Constants
 
DUP2 - Static variable in interface org.objectweb.asm.Constants
 
DUP2_X1 - Static variable in interface org.objectweb.asm.Constants
 
DUP2_X2 - Static variable in interface org.objectweb.asm.Constants
 
DUP_X1 - Static variable in interface org.objectweb.asm.Constants
 
DUP_X2 - Static variable in interface org.objectweb.asm.Constants
 
Debug - class org.gjt.sp.jedit.Debug.
This class contains various debugging flags mainly useful for core development.
Debug() - Constructor for class org.gjt.sp.jedit.Debug
 
DefaultFocusComponent - interface org.gjt.sp.jedit.gui.DefaultFocusComponent.
An interface that provides a method for focusing on the default component.
DefaultInputHandler - class org.gjt.sp.jedit.gui.DefaultInputHandler.
The default input handler.
DefaultInputHandler(View) - Constructor for class org.gjt.sp.jedit.gui.DefaultInputHandler
Creates a new input handler with no key bindings defined.
DefaultInputHandler(View, DefaultInputHandler) - Constructor for class org.gjt.sp.jedit.gui.DefaultInputHandler
Creates a new input handler with the same set of key bindings as the one specified.
DefaultTokenHandler - class org.gjt.sp.jedit.syntax.DefaultTokenHandler.
Builds a linked list of tokens without any additional processing.
DefaultTokenHandler() - Constructor for class org.gjt.sp.jedit.syntax.DefaultTokenHandler
 
DelayedEvalBshMethod - class bsh.DelayedEvalBshMethod.
 
DirectoryListSet - class org.gjt.sp.jedit.search.DirectoryListSet.
Recursive directory search.
DirectoryListSet(String, String, boolean) - Constructor for class org.gjt.sp.jedit.search.DirectoryListSet
 
DirectoryProvider - class org.gjt.sp.jedit.menu.DirectoryProvider.
 
DirectoryProvider(String) - Constructor for class org.gjt.sp.jedit.menu.DirectoryProvider
 
DisplayManager - class org.gjt.sp.jedit.textarea.DisplayManager.
Manages low-level text display tasks.
DisplayTokenHandler - class org.gjt.sp.jedit.syntax.DisplayTokenHandler.
Creates Chunk objects that can be painted on screen.
DisplayTokenHandler() - Constructor for class org.gjt.sp.jedit.syntax.DisplayTokenHandler
 
DoStatement() - Method in class bsh.Parser
 
DockableWindowContainer - interface org.gjt.sp.jedit.gui.DockableWindowContainer.
A container for dockable windows.
DockableWindowManager - class org.gjt.sp.jedit.gui.DockableWindowManager.
The DockableWindowManager keeps track of dockable windows.
DockableWindowManager(View, View.ViewConfig) - Constructor for class org.gjt.sp.jedit.gui.DockableWindowManager
Creates a new dockable window manager.
DockableWindowManager.DockableLayout - class org.gjt.sp.jedit.gui.DockableWindowManager.DockableLayout.
 
DockableWindowManager.DockableLayout() - Constructor for class org.gjt.sp.jedit.gui.DockableWindowManager.DockableLayout
 
DockableWindowUpdate - class org.gjt.sp.jedit.msg.DockableWindowUpdate.
Message sent when dockable window state changes.
DockableWindowUpdate(DockableWindowManager, Object, String) - Constructor for class org.gjt.sp.jedit.msg.DockableWindowUpdate
Creates a new dockable window update message.
DockingOptionPane - class org.gjt.sp.jedit.options.DockingOptionPane.
 
DockingOptionPane() - Constructor for class org.gjt.sp.jedit.options.DockingOptionPane
 
Done() - Method in class bsh.JavaCharStream
 
DummyFoldHandler - class org.gjt.sp.jedit.buffer.DummyFoldHandler.
A fold handler that does nothing.
DummyFoldHandler() - Constructor for class org.gjt.sp.jedit.buffer.DummyFoldHandler
 
DummyTokenHandler - class org.gjt.sp.jedit.syntax.DummyTokenHandler.
A dummy token handler that discards tokens.
DummyTokenHandler() - Constructor for class org.gjt.sp.jedit.syntax.DummyTokenHandler
 
DynamicMenuChanged - class org.gjt.sp.jedit.msg.DynamicMenuChanged.
Sending this message will cause the specified dynamic menu to be recreated.
DynamicMenuChanged(String) - Constructor for class org.gjt.sp.jedit.msg.DynamicMenuChanged
Creates a new dynamic menu changed message.
DynamicMenuProvider - interface org.gjt.sp.jedit.menu.DynamicMenuProvider.
Interface for a menu whose contents are determined at runtime.
deactivatePlugin(boolean) - Method in class org.gjt.sp.jedit.PluginJAR
Unloads the plugin core class.
debug(String) - Static method in class bsh.Interpreter
Print a debug message on debug stream associated with this interpreter only if debugging is turned on.
debugStream - Variable in class bsh.ParserTokenManager
 
declaredAttributes(String) - Method in class com.microstar.xml.XmlParser
Get the declared attributes for an element type.
declaredElements() - Method in class com.microstar.xml.XmlParser
Get the declared elements for an XML document.
declaredEntities() - Method in class com.microstar.xml.XmlParser
Get declared entities.
declaredNotations() - Method in class com.microstar.xml.XmlParser
Get declared notations.
defineClass(String, byte[]) - Method in class bsh.BshClassManager
 
definingClass(String) - Method in class bsh.BshClassManager
Flag the class name as being in the process of being defined.
definingClasses - Variable in class bsh.BshClassManager
 
definingClassesBaseNames - Variable in class bsh.BshClassManager
 
delegate - Variable in class org.gjt.sp.jedit.syntax.ParserRule
 
delete(VFS.DirectoryEntry[]) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
Note that all files must be on the same VFS.
delete() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deletes the character after the caret.
deleteLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deletes the line containing the caret.
deleteParagraph() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deletes the paragraph containing the caret.
deletePath - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 
deleteToEndOfLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deletes from the caret to the end of the current line.
deleteToStartOfLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deletes from the caret to the beginning of the current line.
deleteWord() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deletes the word in front of the caret.
deleteWord(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deletes the word in front of the caret.
depth() - Method in class bsh.CallStack
 
description - Variable in class org.gjt.sp.jedit.pluginmgr.MirrorList.Mirror
 
dir - class bsh.commands.dir.
 
dir() - Constructor for class bsh.commands.dir
 
dirIcon - Static variable in class org.gjt.sp.jedit.browser.FileCellRenderer
 
disable_tracing() - Method in class bsh.Parser
 
dispose() - Method in class org.gjt.sp.jedit.Registers.StringRegister
Called when this register is no longer available.
dispose() - Method in class org.gjt.sp.jedit.browser.VFSFileChooserDialog
 
dispose() - Method in class org.gjt.sp.jedit.gui.CompleteWord
 
dispose() - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
 
dispose() - Method in class org.gjt.sp.jedit.gui.OptionsDialog
 
dispose() - Method in class org.gjt.sp.jedit.gui.SplashScreen
 
dispose() - Method in class org.gjt.sp.jedit.help.HelpViewer
 
dispose() - Method in class org.gjt.sp.jedit.pluginmgr.PluginManager
 
dispose() - Method in class org.gjt.sp.jedit.search.SearchDialog
 
dispose() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Plugins and macros should not call this method.
doSuperImport() - Method in class bsh.BshClassManager
Support for "import *;" Hide details in here as opposed to NameSpace.
doSuperImport() - Method in class bsh.NameSpace
Perform "import *;" causing the entire classpath to be mapped.
doTypeSelect(String, boolean) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
dockablesURI - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
doctypeDecl(String, String, String) - Method in class com.microstar.xml.HandlerBase
Handle a document type declaration.
doctypeDecl(String, String, String) - Method in interface com.microstar.xml.XmlHandler
Document type declaration.
doctypeDecl(String, String, String) - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
doneDefiningClass(String) - Method in class bsh.BshClassManager
Indicate that the specified class name has been defined and may be loaded normally.
dragAndDropCallback(JEditTextArea, InputEvent, boolean) - Static method in class org.gjt.sp.jedit.Java14
Called by the text area via reflection to initiate a text drag and drop operation using the JDK 1.4 API.
dump(PrintWriter) - Method in class bsh.BshClassManager
 
dump() - Static method in class org.gjt.sp.jedit.JARClassLoader
For debugging.

E

EA_MODIFIED - Static variable in class org.gjt.sp.jedit.io.VFS
File last modified date.
EA_SIZE - Static variable in class org.gjt.sp.jedit.io.VFS
File size.
EA_STATUS - Static variable in class org.gjt.sp.jedit.io.VFS
File status (read only, read write, etc).
EA_TYPE - Static variable in class org.gjt.sp.jedit.io.VFS
File type.
EBComponent - interface org.gjt.sp.jedit.EBComponent.
A component on the EditBus.
EBMessage - class org.gjt.sp.jedit.EBMessage.
The base class of all EditBus messages.
EBMessage(Object) - Constructor for class org.gjt.sp.jedit.EBMessage
Creates a new message.
EBMessage(EBComponent) - Constructor for class org.gjt.sp.jedit.EBMessage
Creates a new message.
EBMessage.NonVetoable - class org.gjt.sp.jedit.EBMessage.NonVetoable.
Deprecated. Subclass EBMessage instead.
EBMessage.NonVetoable(EBComponent) - Constructor for class org.gjt.sp.jedit.EBMessage.NonVetoable
Deprecated. Creates a new non-vetoable message.
EBPlugin - class org.gjt.sp.jedit.EBPlugin.
Plugins extending this class are automatically added to the EditBus.
EBPlugin() - Constructor for class org.gjt.sp.jedit.EBPlugin
 
EB_TIMER - Static variable in class org.gjt.sp.jedit.Debug
Show time taken for each EBComponent.
EDIT_PANE_CHANGED - Static variable in class org.gjt.sp.jedit.msg.ViewUpdate
Active edit pane changed.
ELECTRIC_SCROLL - Static variable in class org.gjt.sp.jedit.textarea.JEditTextArea
 
ELSE - Static variable in interface bsh.ParserConstants
 
ENCODING - Static variable in class org.gjt.sp.jedit.Abbrevs
 
ENCODING - Static variable in class org.gjt.sp.jedit.Buffer
Character encoding used when loading and saving.
ENCODING_AUTODETECT - Static variable in class org.gjt.sp.jedit.Buffer
Should jEdit try to set the encoding based on a UTF8, UTF16 or XML signature at the beginning of the file?
END - Static variable in class org.gjt.sp.jedit.syntax.Token
 
END_OFFSETS - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
 
ENTITY_INTERNAL - Static variable in class com.microstar.xml.XmlParser
Constant: the entity is internal.
ENTITY_NDATA - Static variable in class com.microstar.xml.XmlParser
Constant: the entity is external, non-XML data.
ENTITY_TEXT - Static variable in class com.microstar.xml.XmlParser
Constant: the entity is external XML data.
ENTITY_UNDECLARED - Static variable in class com.microstar.xml.XmlParser
Constant: the entity has not been declared.
ENUM - Static variable in interface bsh.ParserConstants
 
EOF - Static variable in interface bsh.ParserConstants
 
EOL_SPAN - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
EQ - Static variable in interface bsh.ParserConstants
 
ERROR - Static variable in class org.gjt.sp.util.Log
Error urgency.
ERROR_OCCURRED - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
Buffer boolean property set when an error occurs.
EXCLUDE_MATCH - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
EXPONENT - Static variable in interface bsh.ParserConstants
 
EXTENDS - Static variable in interface bsh.ParserConstants
 
EditAbbrevDialog - class org.gjt.sp.jedit.gui.EditAbbrevDialog.
 
EditAbbrevDialog(Frame, String, String, Map) - Constructor for class org.gjt.sp.jedit.gui.EditAbbrevDialog
 
EditAbbrevDialog(Dialog, String, String, Map) - Constructor for class org.gjt.sp.jedit.gui.EditAbbrevDialog
 
EditAction - class org.gjt.sp.jedit.EditAction.
An action that can be bound to a menu item, tool bar button or keystroke.
EditAction(String) - Constructor for class org.gjt.sp.jedit.EditAction
Creates a new edit action with the specified name.
EditAction.Wrapper - class org.gjt.sp.jedit.EditAction.Wrapper.
'Wrap' EditActions in this class to turn them into AWT ActionListeners, that can be attached to buttons, menu items, etc.
EditAction.Wrapper(ActionContext, String) - Constructor for class org.gjt.sp.jedit.EditAction.Wrapper
Creates a new action listener wrapper.
EditBus - class org.gjt.sp.jedit.EditBus.
jEdit's global event notification mechanism.
EditPane - class org.gjt.sp.jedit.EditPane.
A panel containing a text area.
EditPaneUpdate - class org.gjt.sp.jedit.msg.EditPaneUpdate.
Message sent when an edit pane-related change occurs.
EditPaneUpdate(EditPane, Object) - Constructor for class org.gjt.sp.jedit.msg.EditPaneUpdate
Creates a new edit pane update message.
EditPlugin - class org.gjt.sp.jedit.EditPlugin.
The abstract base class that every plugin must implement.
EditPlugin() - Constructor for class org.gjt.sp.jedit.EditPlugin
 
EditPlugin.Broken - class org.gjt.sp.jedit.EditPlugin.Broken.
A placeholder for a plugin that didn't load.
EditPlugin.Deferred - class org.gjt.sp.jedit.EditPlugin.Deferred.
A placeholder for a plugin that hasn't been loaded yet.
EditPlugin.JAR - class org.gjt.sp.jedit.EditPlugin.JAR.
Deprecated. Use PluginJAR instead.
EditServer - class org.gjt.sp.jedit.EditServer.
Inter-process communication.
EditingOptionPane - class org.gjt.sp.jedit.options.EditingOptionPane.
 
EditingOptionPane() - Constructor for class org.gjt.sp.jedit.options.EditingOptionPane
 
EditorExitRequested - class org.gjt.sp.jedit.msg.EditorExitRequested.
Message sent when jEdit starts the exit process.
EditorExitRequested(View) - Constructor for class org.gjt.sp.jedit.msg.EditorExitRequested
Creates a new editor exiting started message.
EditorExiting - class org.gjt.sp.jedit.msg.EditorExiting.
Message sent just before jEdit exits.
EditorExiting(EBComponent) - Constructor for class org.gjt.sp.jedit.msg.EditorExiting
Creates a new editor exiting message.
EditorStarted - class org.gjt.sp.jedit.msg.EditorStarted.
Message sent after jEdit has finished starting up, but before the initial view is created.
EditorStarted(EBComponent) - Constructor for class org.gjt.sp.jedit.msg.EditorStarted
Creates a new editor started message.
EmptyStatement() - Method in class bsh.Parser
 
EnhancedButton - class org.gjt.sp.jedit.gui.EnhancedButton.
 
EnhancedButton(Icon, String, String, ActionContext) - Constructor for class org.gjt.sp.jedit.gui.EnhancedButton
 
EnhancedCheckBoxMenuItem - class org.gjt.sp.jedit.menu.EnhancedCheckBoxMenuItem.
jEdit's custom menu item.
EnhancedCheckBoxMenuItem(String, String, ActionContext) - Constructor for class org.gjt.sp.jedit.menu.EnhancedCheckBoxMenuItem
Creates a new menu item.
EnhancedDialog - class org.gjt.sp.jedit.gui.EnhancedDialog.
A dialog box that handles window closing, the ENTER key and the ESCAPE key for you.
EnhancedDialog(Frame, String, boolean) - Constructor for class org.gjt.sp.jedit.gui.EnhancedDialog
 
EnhancedDialog(Dialog, String, boolean) - Constructor for class org.gjt.sp.jedit.gui.EnhancedDialog
 
EnhancedForStatement() - Method in class bsh.Parser
 
EnhancedMenu - class org.gjt.sp.jedit.menu.EnhancedMenu.
 
EnhancedMenu(String) - Constructor for class org.gjt.sp.jedit.menu.EnhancedMenu
 
EnhancedMenu(String, String) - Constructor for class org.gjt.sp.jedit.menu.EnhancedMenu
 
EnhancedMenu(String, String, ActionContext) - Constructor for class org.gjt.sp.jedit.menu.EnhancedMenu
 
EnhancedMenuItem - class org.gjt.sp.jedit.menu.EnhancedMenuItem.
jEdit's custom menu item.
EnhancedMenuItem(String, String, ActionContext) - Constructor for class org.gjt.sp.jedit.menu.EnhancedMenuItem
Creates a new menu item.
EqualityExpression() - Method in class bsh.Parser
 
ErrorListDialog - class org.gjt.sp.jedit.gui.ErrorListDialog.
 
ErrorListDialog(Frame, String, String, Vector, boolean) - Constructor for class org.gjt.sp.jedit.gui.ErrorListDialog
 
ErrorListDialog.ErrorEntry - class org.gjt.sp.jedit.gui.ErrorListDialog.ErrorEntry.
 
ErrorListDialog.ErrorEntry(String, String, Object[]) - Constructor for class org.gjt.sp.jedit.gui.ErrorListDialog.ErrorEntry
 
EvalError - exception bsh.EvalError.
EvalError indicates that we cannot continue evaluating the script or the script has thrown an exception.
EvalError(String, SimpleNode, CallStack) - Constructor for class bsh.EvalError
 
ExclusiveOrExpression() - Method in class bsh.Parser
 
ExpandBuff(boolean) - Method in class bsh.JavaCharStream
 
ExplicitFoldHandler - class org.gjt.sp.jedit.buffer.ExplicitFoldHandler.
A fold handler that folds lines based on markers ("{{{" and "}}}") embedded in the text.
ExplicitFoldHandler() - Constructor for class org.gjt.sp.jedit.buffer.ExplicitFoldHandler
 
Expression() - Method in class bsh.Parser
 
ebStub - Variable in class org.gjt.sp.jedit.menu.EnhancedMenu
 
enable_tracing() - Method in class bsh.Parser
 
encoding - Variable in class org.gjt.sp.jedit.BufferHistory.Entry
 
end - Variable in class org.gjt.sp.jedit.search.HyperSearchResult.Occur
 
end - Variable in class org.gjt.sp.jedit.search.SearchMatcher.Match
 
end - Variable in class org.gjt.sp.jedit.syntax.ParserRule
 
end - Variable in class org.gjt.sp.jedit.textarea.StructureMatcher.Match
 
endColumn - Variable in class bsh.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endCompoundEdit() - Method in class org.gjt.sp.jedit.Buffer
Ends a compound edit.
endCompoundEdit() - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
endDocument() - Method in class com.microstar.xml.HandlerBase
Handle the end of the document.
endDocument() - Method in interface com.microstar.xml.XmlHandler
End the document.
endDocument() - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
endElement(String) - Method in class com.microstar.xml.HandlerBase
Handle the end of an element.
endElement(String) - Method in interface com.microstar.xml.XmlHandler
End an element.
endElement(String) - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
endExternalEntity(String) - Method in class com.microstar.xml.HandlerBase
Handle the end of an external entity.
endExternalEntity(String) - Method in interface com.microstar.xml.XmlHandler
End an external entity.
endLine - Variable in class bsh.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.gjt.sp.jedit.textarea.StructureMatcher.Match
 
endPos - Variable in class org.gjt.sp.jedit.search.HyperSearchResult.Occur
 
endPosMatch - Variable in class org.gjt.sp.jedit.syntax.ParserRule
 
eol - Variable in class bsh.ParseException
The end of line string for this machine.
equals(Object) - Method in class bsh.Primitive
Primitives compare equal with other Primitives containing an equal wrapped value.
equals(Object) - Method in class org.gjt.sp.jedit.buffer.FoldHandler
Returns if the specified fold handler is equal to this one.
equals(Object) - Method in class org.gjt.sp.jedit.gui.ErrorListDialog.ErrorEntry
 
equals(Object) - Method in class org.gjt.sp.jedit.gui.KeyEventTranslator.Key
 
equals(Object) - Method in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
error(Object) - Method in interface bsh.ConsoleInterface
 
error(Object) - Method in class bsh.Interpreter
Print an error message in a standard format on the output stream associated with this interpreter.
error(String, String, int, int) - Method in class com.microstar.xml.HandlerBase
Throw an exception for a fatal error.
error(String, String, int, int) - Method in interface com.microstar.xml.XmlHandler
Fatal XML parsing error.
error(Component, String, Object[]) - Static method in class org.gjt.sp.jedit.GUIUtilities
Displays an error dialog box.
error(Component, String) - Static method in class org.gjt.sp.jedit.Macros
Utility method that can be used to display an error dialog in a macro.
error(Component, String, Object[]) - Static method in class org.gjt.sp.jedit.io.VFSManager
Deprecated. Call the other error() method instead.
error(Component, String, String, Object[]) - Static method in class org.gjt.sp.jedit.io.VFSManager
Reports an I/O error.
error(String, Object) - Method in class org.gjt.sp.jedit.syntax.XModeHandler
Reports an error.
errorOccurred() - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns if the last request caused an error.
escapesToChars(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Converts "\n" and "\t" escapes in the specified string to newlines and tabs.
eval(CallStack, Interpreter) - Method in class bsh.BSHPackageDeclaration
 
eval(Reader, NameSpace, String) - Method in class bsh.Interpreter
Spawn a non-interactive local interpreter to evaluate text in the specified namespace.
eval(Reader) - Method in class bsh.Interpreter
Evaluate the inputstream in this interpreter's global namespace.
eval(String) - Method in class bsh.Interpreter
Evaluate the string in this interpreter's global namespace.
eval(String, NameSpace) - Method in class bsh.Interpreter
Evaluate the string in the specified namespace.
eval(String, String, StringBuffer) - Static method in class bsh.Remote
Evaluate text in the interpreter at url, capturing output into output and returning a possible integer return value.
eval(View, NameSpace, String) - Static method in class org.gjt.sp.jedit.BeanShell
Evaluates the specified BeanShell expression.
eval(View, String, boolean) - Static method in class org.gjt.sp.jedit.BeanShell
Deprecated. The rethrowBshErrors parameter is now obsolete; call _eval() or eval() instead.
eval(View, NameSpace, String, boolean) - Static method in class org.gjt.sp.jedit.BeanShell
Deprecated. The rethrowBshErrors parameter is now obsolete; call _eval() or eval() instead.
evalOnly - Variable in class bsh.Interpreter
 
evalSelection(View, JEditTextArea) - Static method in class org.gjt.sp.jedit.BeanShell
Evaluates the text selected in the specified text area.
exit(View, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Exits cleanly from jEdit, prompting the user if any unsaved files should be saved first.
expand(VFS, VFSDirectoryEntryTableModel.Entry, ArrayList) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
expandAbbrev(View, boolean) - Static method in class org.gjt.sp.jedit.Abbrevs
Expands the abbrev at the caret position in the specified view.
expandAllFolds() - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Expands all folds.
expandFold(int, boolean) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Expands the fold at the specified physical line index.
expandFold(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Like DisplayManager.expandFold(int,boolean), but also moves the caret to the first sub-fold.
expandFolds(char) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
This method should only be called from actions.xml.
expandFolds(int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Expands all folds with the specified fold level.
expectedTokenSequences - Variable in class bsh.ParseException
Each entry in this array is an array of integers.
extState - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
extendSelection(int, int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Extends the selection at the specified offset, or creates a new one if there is no selection at the specified offset.
extendSelection(int, int, int, int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Extends the selection at the specified offset, or creates a new one if there is no selection at the specified offset.

F

F2D - Static variable in interface org.objectweb.asm.Constants
 
F2I - Static variable in interface org.objectweb.asm.Constants
 
F2L - Static variable in interface org.objectweb.asm.Constants
 
FADD - Static variable in interface org.objectweb.asm.Constants
 
FALOAD - Static variable in interface org.objectweb.asm.Constants
 
FALSE - Static variable in interface bsh.ParserConstants
 
FASTORE - Static variable in interface org.objectweb.asm.Constants
 
FCMPG - Static variable in interface org.objectweb.asm.Constants
 
FCMPL - Static variable in interface org.objectweb.asm.Constants
 
FCONST_0 - Static variable in interface org.objectweb.asm.Constants
 
FCONST_1 - Static variable in interface org.objectweb.asm.Constants
 
FCONST_2 - Static variable in interface org.objectweb.asm.Constants
 
FDIV - Static variable in interface org.objectweb.asm.Constants
 
FIELD - Static variable in class bsh.Modifiers
 
FILE - Static variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 
FILESYSTEM - Static variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 
FILE_CHANGED - Static variable in class org.gjt.sp.jedit.Buffer
 
FILE_DELETED - Static variable in class org.gjt.sp.jedit.Buffer
 
FILE_NOT_CHANGED - Static variable in class org.gjt.sp.jedit.Buffer
 
FINAL - Static variable in interface bsh.ParserConstants
 
FINALLY - Static variable in interface bsh.ParserConstants
 
FIXED_NUM_COLUMNS - Static variable in class org.gjt.sp.jedit.gui.VariableGridLayout
 
FIXED_NUM_ROWS - Static variable in class org.gjt.sp.jedit.gui.VariableGridLayout
 
FLOAD - Static variable in interface org.objectweb.asm.Constants
 
FLOAT - Static variable in interface bsh.ParserConstants
 
FLOAT - Static variable in class org.objectweb.asm.Type
The sort of the float type.
FLOATING - Static variable in class org.gjt.sp.jedit.gui.DockableWindowManager
Floating position.
FLOATING_POINT_LITERAL - Static variable in interface bsh.ParserConstants
 
FLOAT_TYPE - Static variable in class org.objectweb.asm.Type
The float type.
FMUL - Static variable in interface org.objectweb.asm.Constants
 
FNEG - Static variable in interface org.objectweb.asm.Constants
 
FOLD_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
For checking fold level invalidation, etc.
FOLD_VIS_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
For checking the line visibility structure..
FOR - Static variable in interface bsh.ParserConstants
 
FORMAL_COMMENT - Static variable in interface bsh.ParserConstants
 
FREM - Static variable in interface org.objectweb.asm.Constants
 
FRETURN - Static variable in interface org.objectweb.asm.Constants
 
FSTORE - Static variable in interface org.objectweb.asm.Constants
 
FSUB - Static variable in interface org.objectweb.asm.Constants
 
FUNCTION - Static variable in class org.gjt.sp.jedit.syntax.Token
 
FavoritesProvider - class org.gjt.sp.jedit.menu.FavoritesProvider.
 
FavoritesProvider() - Constructor for class org.gjt.sp.jedit.menu.FavoritesProvider
 
FavoritesVFS - class org.gjt.sp.jedit.io.FavoritesVFS.
A VFS used for remembering frequently-visited directories.
FavoritesVFS() - Constructor for class org.gjt.sp.jedit.io.FavoritesVFS
 
FileCellRenderer - class org.gjt.sp.jedit.browser.FileCellRenderer.
 
FileCellRenderer() - Constructor for class org.gjt.sp.jedit.browser.FileCellRenderer
 
FileRootsVFS - class org.gjt.sp.jedit.io.FileRootsVFS.
A VFS that lists local root filesystems.
FileRootsVFS() - Constructor for class org.gjt.sp.jedit.io.FileRootsVFS
 
FileVFS - class org.gjt.sp.jedit.io.FileVFS.
Local filesystem VFS.
FileVFS() - Constructor for class org.gjt.sp.jedit.io.FileVFS
 
FileVFS.LocalDirectoryEntry - class org.gjt.sp.jedit.io.FileVFS.LocalDirectoryEntry.
 
FileVFS.LocalDirectoryEntry(File) - Constructor for class org.gjt.sp.jedit.io.FileVFS.LocalDirectoryEntry
 
FilesChangedDialog - class org.gjt.sp.jedit.gui.FilesChangedDialog.
Files changed on disk dialog.
FilesChangedDialog(View, int[], boolean) - Constructor for class org.gjt.sp.jedit.gui.FilesChangedDialog
 
FillBuff() - Method in class bsh.JavaCharStream
 
FirewallOptionPane - class org.gjt.sp.jedit.options.FirewallOptionPane.
 
FirewallOptionPane() - Constructor for class org.gjt.sp.jedit.options.FirewallOptionPane
 
FloatingWindowContainer - class org.gjt.sp.jedit.gui.FloatingWindowContainer.
A container for dockable windows.
FloatingWindowContainer(DockableWindowManager, boolean) - Constructor for class org.gjt.sp.jedit.gui.FloatingWindowContainer
 
FoldHandler - class org.gjt.sp.jedit.buffer.FoldHandler.
Interface for obtaining the fold level of a specified line.
FoldHandler(String) - Constructor for class org.gjt.sp.jedit.buffer.FoldHandler
 
FontSelector - class org.gjt.sp.jedit.gui.FontSelector.
A font chooser widget.
FontSelector(Font) - Constructor for class org.gjt.sp.jedit.gui.FontSelector
Creates a new font selector control.
FontSelector(Font, boolean) - Constructor for class org.gjt.sp.jedit.gui.FontSelector
Creates a new font selector control.
ForInit() - Method in class bsh.Parser
 
ForStatement() - Method in class bsh.Parser
 
ForUpdate() - Method in class bsh.Parser
 
FormalComment() - Method in class bsh.Parser
 
FormalParameter() - Method in class bsh.Parser
 
FormalParameters() - Method in class bsh.Parser
 
fileIcon - Static variable in class org.gjt.sp.jedit.browser.FileCellRenderer
 
fileToClass(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Converts a file name to a class name.
filesActivated(VFSBrowser, VFS.DirectoryEntry[]) - Method in interface org.gjt.sp.jedit.browser.BrowserListener
The user has double-clicked a set of files.
filesActivated(int, boolean) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
This method does the "double-click" handling.
filesSelected(VFSBrowser, VFS.DirectoryEntry[]) - Method in interface org.gjt.sp.jedit.browser.BrowserListener
The user has selected a set of files.
filesystemIcon - Static variable in class org.gjt.sp.jedit.browser.FileCellRenderer
 
finalize() - Method in class org.gjt.sp.jedit.JARClassLoader
 
finalize() - Method in class org.gjt.sp.jedit.menu.EnhancedMenu
 
find(View) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Finds the next occurance of the search string.
find(View, Buffer, int) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Finds the next instance of the search string in the specified buffer.
find(View, Buffer, int, boolean, boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Finds the next instance of the search string in the specified buffer.
findMatchingBracket(Buffer, int, int) - Static method in class org.gjt.sp.jedit.TextUtilities
Returns the offset of the bracket matching the one at the specified offset of the buffer, or -1 if the bracket is unmatched (or if the character is not a bracket).
findWordEnd(String, int, String) - Static method in class org.gjt.sp.jedit.TextUtilities
Locates the end of the word at the specified position.
findWordEnd(String, int, String, boolean) - Static method in class org.gjt.sp.jedit.TextUtilities
Locates the end of the word at the specified position.
findWordEnd(String, int, String, boolean, boolean) - Static method in class org.gjt.sp.jedit.TextUtilities
Locates the end of the word at the specified position.
findWordStart(String, int, String) - Static method in class org.gjt.sp.jedit.TextUtilities
Locates the start of the word at the specified position.
findWordStart(String, int, String, boolean) - Static method in class org.gjt.sp.jedit.TextUtilities
Locates the start of the word at the specified position.
findWordStart(String, int, String, boolean, boolean) - Static method in class org.gjt.sp.jedit.TextUtilities
Locates the start of the word at the specified position.
fireActionPerformed() - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Fires an action event to all listeners.
fireNodesChanged(Object, Object[], int[], Object[]) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
fireNodesInserted(Object, Object[], int[], Object[]) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
fireNodesRemoved(Object, Object[], int[], Object[]) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
firstToken - Variable in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
 
floatDockableWindow(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Opens a new instance of the specified dockable window in a floating container.
flushStream() - Static method in class org.gjt.sp.util.Log
Flushes the log stream.
focusOnDefaultComponent() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
focusOnDefaultComponent() - Method in interface org.gjt.sp.jedit.gui.DefaultFocusComponent
Sets focus on the default component.
focusOnDefaultComponent() - Method in class org.gjt.sp.jedit.gui.LogViewer
 
focusOnDefaultComponent() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
focusOnTextArea() - Method in class org.gjt.sp.jedit.EditPane
Sets the focus onto the text area.
foldHandlerChanged(Buffer) - Method in class org.gjt.sp.jedit.buffer.BufferChangeAdapter
Called to notify the text area that folds need to be collapsed if the "collapseFolds" property is set.
foldHandlerChanged(Buffer) - Method in interface org.gjt.sp.jedit.buffer.BufferChangeListener
Called to notify the text area that folds need to be collapsed if the "collapseFolds" property is set.
foldLevelChanged(Buffer, int, int) - Method in class org.gjt.sp.jedit.buffer.BufferChangeAdapter
Called when line fold levels change.
foldLevelChanged(Buffer, int, int) - Method in interface org.gjt.sp.jedit.buffer.BufferChangeListener
Called when line fold levels change.
format(String, int, int) - Static method in class org.gjt.sp.jedit.TextUtilities
Formats the specified text by merging and breaking lines to the specified width.
formatFileSize(long) - Static method in class org.gjt.sp.jedit.MiscUtilities
Formats the given file size into a nice string (123 bytes, 10.6 KB, 1.2 MB).
formatParagraph() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Formats the paragraph containing the caret.

G

GE - Static variable in interface bsh.ParserConstants
 
GEOMETRY_WORKAROUND - Static variable in class org.gjt.sp.jedit.Debug
Geometry workaround for X11.
GETFIELD - Static variable in interface org.objectweb.asm.Constants
 
GETSTATIC - Static variable in interface org.objectweb.asm.Constants
 
GEX - Static variable in interface bsh.ParserConstants
 
GOTO - Static variable in interface bsh.ParserConstants
 
GOTO - Static variable in interface org.objectweb.asm.Constants
 
GT - Static variable in interface bsh.ParserConstants
 
GTX - Static variable in interface bsh.ParserConstants
 
GUIUtilities - class org.gjt.sp.jedit.GUIUtilities.
Various GUI functions.
GZIPPED - Static variable in class org.gjt.sp.jedit.Buffer
This property is set to 'true' if the file should be GZipped.
GZIP_MAGIC_1 - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
Magic numbers used for auto-detecting Unicode and GZIP files.
GZIP_MAGIC_2 - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
 
GeneralOptionPane - class org.gjt.sp.jedit.options.GeneralOptionPane.
 
GeneralOptionPane() - Constructor for class org.gjt.sp.jedit.options.GeneralOptionPane
 
GetImage() - Method in class bsh.JavaCharStream
 
GetSuffix(int) - Method in class bsh.JavaCharStream
 
GlobalOptions - class org.gjt.sp.jedit.options.GlobalOptions.
 
GlobalOptions(Frame) - Constructor for class org.gjt.sp.jedit.options.GlobalOptions
 
GlobalOptions(Frame, String) - Constructor for class org.gjt.sp.jedit.options.GlobalOptions
 
GlobalOptions(Dialog) - Constructor for class org.gjt.sp.jedit.options.GlobalOptions
 
GlobalOptions(Dialog, String) - Constructor for class org.gjt.sp.jedit.options.GlobalOptions
 
GrabKeyDialog - class org.gjt.sp.jedit.gui.GrabKeyDialog.
A dialog for getting shortcut keys.
GrabKeyDialog(Dialog, GrabKeyDialog.KeyBinding, Vector, Buffer) - Constructor for class org.gjt.sp.jedit.gui.GrabKeyDialog
Create and show a new modal dialog.
GrabKeyDialog(Frame, GrabKeyDialog.KeyBinding, Vector, Buffer) - Constructor for class org.gjt.sp.jedit.gui.GrabKeyDialog
Create and show a new modal dialog.
GrabKeyDialog.KeyBinding - class org.gjt.sp.jedit.gui.GrabKeyDialog.KeyBinding.
A jEdit action or macro with its two possible shortcuts.
GrabKeyDialog.KeyBinding(String, String, String, boolean) - Constructor for class org.gjt.sp.jedit.gui.GrabKeyDialog.KeyBinding
 
Gutter - class org.gjt.sp.jedit.textarea.Gutter.
The gutter is the component that displays folding triangles and line numbers to the left of the text area.
Gutter(View, JEditTextArea) - Constructor for class org.gjt.sp.jedit.textarea.Gutter
 
GutterOptionPane - class org.gjt.sp.jedit.options.GutterOptionPane.
 
GutterOptionPane() - Constructor for class org.gjt.sp.jedit.options.GutterOptionPane
 
generateClass(String, Modifiers, Class[], Class, BSHBlock, boolean, CallStack, Interpreter) - Method in class bsh.ClassGenerator
Parse the BSHBlock for the class definition and generate the class.
generateClass(String, Modifiers, Class[], Class, BSHBlock, boolean, CallStack, Interpreter) - Method in class bsh.ClassGeneratorImpl
 
generateClass() - Method in class bsh.ClassGeneratorUtil
Generate the class bytecode for this class.
generateClassImpl(String, Modifiers, Class[], Class, BSHBlock, boolean, CallStack, Interpreter) - Static method in class bsh.ClassGeneratorImpl
Parse the BSHBlock for for the class definition and generate the class using ClassGenerator.
generateParameterReifierCode(String[], boolean, CodeVisitor) - Static method in class bsh.ClassGeneratorUtil
Generates the code to reify the arguments of the given method.
generateParseException() - Method in class bsh.Parser
 
generateReturnCode(String, CodeVisitor) - Static method in class bsh.ClassGeneratorUtil
Generates the code to unreify the result of the given method.
get(int) - Method in class bsh.CallStack
zero based.
get(String) - Method in class bsh.Interpreter
Get the value of the name.
get(String, Interpreter) - Method in class bsh.NameSpace
Resolve name to an object through this namespace.
get(int) - Method in class gnu.regexp.RESyntax
Check if a given bit is set in this syntax.
get(int) - Method in class org.gjt.sp.util.IntegerArray
 
getAbbrev() - Method in class org.gjt.sp.jedit.gui.AbbrevEditor
 
getAbbrev() - Method in class org.gjt.sp.jedit.gui.EditAbbrevDialog
 
getAbbrevField() - Method in class org.gjt.sp.jedit.gui.AbbrevEditor
 
getAction(String) - Method in class org.gjt.sp.jedit.ActionContext
Returns the specified action.
getAction(String) - Method in class org.gjt.sp.jedit.ActionSet
Returns an action with the specified name.
getAction(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the specified action.
getActionBar() - Method in class org.gjt.sp.jedit.View
Returns the action bar.
getActionContext() - Static method in class org.gjt.sp.jedit.browser.VFSBrowser
Returns the browser action context.
getActionContext() - Static method in class org.gjt.sp.jedit.jEdit
Returns the action context used to store editor actions.
getActionCount() - Method in class org.gjt.sp.jedit.ActionSet
Returns the number of actions in the set.
getActionNames() - Method in class org.gjt.sp.jedit.ActionContext
Returns all registered action names.
getActionNames() - Method in class org.gjt.sp.jedit.ActionSet
Returns an array of all action names in this action set.
getActionNames() - Static method in class org.gjt.sp.jedit.jEdit
Returns all registered action names.
getActionSet() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the plugin's action set for the jEdit action context jEdit.getActionContext().
getActionSetForAction(String) - Method in class org.gjt.sp.jedit.ActionContext
Returns the action set that contains the specified action.
getActionSetForAction(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the action set that contains the specified action.
getActionSetForAction(EditAction) - Static method in class org.gjt.sp.jedit.jEdit
Deprecated. Use the form that takes a String instead
getActionSets() - Method in class org.gjt.sp.jedit.ActionContext
Returns all registered action sets.
getActionSets() - Static method in class org.gjt.sp.jedit.jEdit
Returns all registered action sets.
getActions() - Method in class org.gjt.sp.jedit.ActionSet
Returns an array of all actions in this action set.
getActions() - Method in class org.gjt.sp.jedit.PluginJAR
Deprecated. Call getActionSet() instead
getActions() - Static method in class org.gjt.sp.jedit.jEdit
Deprecated. Call getActionNames() instead
getActiveView() - Static method in class org.gjt.sp.jedit.jEdit
Returns the currently focused view.
getAfterCaretTextArea() - Method in class org.gjt.sp.jedit.gui.AbbrevEditor
 
getAllMatches(Object) - Method in class gnu.regexp.RE
Returns an array of all matches found in the input.
getAllMatches(Object, int) - Method in class gnu.regexp.RE
Returns an array of all matches found in the input, beginning at the specified index position.
getAllMatches(Object, int, int) - Method in class gnu.regexp.RE
Returns an array of all matches found in the input string, beginning at the specified index position and using the specified execution flags.
getAllNames() - Method in interface bsh.NameSource
 
getAllNames() - Method in class bsh.NameSpace
Implements NameSource
getAllNamesAux(Vector) - Method in class bsh.NameSpace
Helper for implementing NameSource
getArgumentTypes(String) - Static method in class org.objectweb.asm.Type
Returns the Java types corresponding to the argument types of the given method descriptor.
getArgumentTypes(Method) - Static method in class org.objectweb.asm.Type
Returns the Java types corresponding to the argument types of the given method.
getArray() - Method in class org.gjt.sp.util.IntegerArray
 
getAttributeDefaultValue(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the default value of a declared attribute.
getAttributeDefaultValueType(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the default value type of a declared attribute.
getAttributeEnumeration(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the allowed values for an enumerated attribute type.
getAttributeExpandedValue(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the expanded value of a declared attribute.
getAttributeType(String, String) - Method in class com.microstar.xml.XmlParser
Retrieve the declared type of an attribute.
getAttributes() - Method in class org.gjt.sp.jedit.buffer.LineElement
Deprecated.  
getAttributes() - Method in class org.gjt.sp.jedit.buffer.RootElement
 
getAutoWrapAround() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the auto wrap around flag.
getAutosaveFile() - Method in class org.gjt.sp.jedit.Buffer
Returns the autosave file for this buffer.
getBackgroundColor() - Method in class org.gjt.sp.jedit.syntax.SyntaxStyle
Returns the background color.
getBaseURL() - Method in class org.gjt.sp.jedit.help.HelpViewer
 
getBeanShellReplace() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the BeanShell replace flag.
getBeforeCaretTextArea() - Method in class org.gjt.sp.jedit.gui.AbbrevEditor
 
getBeginColumn() - Method in class bsh.JavaCharStream
 
getBeginLine() - Method in class bsh.JavaCharStream
 
getBoolean() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getBooleanProperty(String) - Method in class org.gjt.sp.jedit.Buffer
Returns the value of a boolean property.
getBooleanProperty(String) - Method in class org.gjt.sp.jedit.Mode
Returns the value of a boolean property.
getBooleanProperty(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the value of a boolean property.
getBooleanProperty(String, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Returns the value of a boolean property.
getBottomDockingArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getBrowserActionSet() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the plugin's action set for the file system browser action context VFSBrowser.getActionContext().
getBrowserView() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getBshIterator(Object) - Method in class bsh.CollectionManager
 
getBshIterator(Object) - Method in class bsh.collection.CollectionManagerImpl
 
getBuffer() - Method in class org.gjt.sp.jedit.EditPane
Returns the current buffer.
getBuffer() - Method in class org.gjt.sp.jedit.View
Returns the current edit pane's buffer.
getBuffer(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the buffer with the specified path name.
getBuffer() - Method in class org.gjt.sp.jedit.msg.BufferUpdate
Returns the buffer involved.
getBuffer() - Method in class org.gjt.sp.jedit.search.HyperSearchResult
 
getBuffer() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the buffer this text area is editing.
getBufferChangeListeners() - Method in class org.gjt.sp.jedit.Buffer
Returns an array of registered buffer change listeners.
getBufferCount() - Static method in class org.gjt.sp.jedit.jEdit
Returns the number of open buffers.
getBufferHistory() - Static method in class org.gjt.sp.jedit.BufferHistory
Deprecated. Call BufferHistory.getHistory() instead.
getBufferLength() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the length of the buffer.
getBufferSwitcher() - Method in class org.gjt.sp.jedit.EditPane
Returns the buffer switcher combo box instance.
getBuffers() - Static method in class org.gjt.sp.jedit.jEdit
Returns an array of open buffers.
getBuild() - Static method in class org.gjt.sp.jedit.jEdit
Returns the internal version.
getBuiltInActionSet() - Static method in class org.gjt.sp.jedit.jEdit
Returns the set of commands built into jEdit.
getByte() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getCachePath() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the full path name of this plugin's summary file.
getCacheableActionNames() - Method in class org.gjt.sp.jedit.ActionSet
Returns an array of all action names in this action set that should be cached; namely, BeanShellActions.
getCapabilities() - Method in class org.gjt.sp.jedit.io.VFS
Returns the capabilities of this VFS.
getCaretColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the caret color.
getCaretLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the line number containing the caret.
getCaretPosition() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns a zero-based index of the caret position.
getCellRenderer(int, int) - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
 
getChar() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getCharWidth() - Method in class org.gjt.sp.jedit.syntax.SyntaxStyle
Returns the character width of the monospaced font.
getCheckedValues() - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
 
getChild(Object, int) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
getChildCount(Object) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
getChunkList() - Method in class org.gjt.sp.jedit.syntax.DisplayTokenHandler
Returns the list of chunks.
getClass(String) - Method in class bsh.NameSpace
Load a class through this namespace taking into account imports.
getClassBeingDefined(String) - Method in class bsh.BshClassManager
This method is a temporary workaround used with definingClass.
getClassGenerator() - Static method in class bsh.ClassGenerator
 
getClassLoader() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the plugin's class loader.
getClassManager() - Method in class bsh.Interpreter
Get the class manager associated with this interpreter (the BshClassManager of this interpreter's global namespace).
getClassManager() - Method in class bsh.NameSpace
 
getClassName() - Method in class org.gjt.sp.jedit.EditPlugin.Broken
 
getClassName() - Method in class org.gjt.sp.jedit.EditPlugin.Deferred
 
getClassName() - Method in class org.gjt.sp.jedit.EditPlugin
Returns the plugin's class name.
getClassName() - Method in class org.objectweb.asm.Type
Returns the name of the class corresponding to this object type.
getClassNameByUnqName(String) - Method in class bsh.BshClassManager
Return the name or null if none is found, Throw an ClassPathException containing detail if name is ambigous.
getCode() - Method in class org.gjt.sp.jedit.BeanShellAction
 
getCode() - Method in class org.gjt.sp.jedit.EditAction
Returns the BeanShell code that will replay this action.
getCode() - Method in class org.gjt.sp.jedit.Macros.Macro
 
getCode() - Method in class org.gjt.sp.jedit.search.AllBufferSet
Returns the BeanShell code that will recreate this file set.
getCode() - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getCode() - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getCode() - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
getCode() - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns the BeanShell code that will recreate this file set.
getCode() - Method in class org.objectweb.asm.CodeWriter
Returns the current bytecode of this method.
getCodeSize() - Method in class org.objectweb.asm.CodeWriter
Returns the current size of the bytecode of this method.
getCollectionManager() - Static method in class bsh.CollectionManager
 
getColor() - Method in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 
getColorHexString(Color) - Static method in class org.gjt.sp.jedit.GUIUtilities
Converts a color object to its hex value.
getColorProperty(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the value of a color property.
getColorProperty(String, Color) - Static method in class org.gjt.sp.jedit.jEdit
Returns the value of a color property.
getColumn() - Method in class bsh.JavaCharStream
Deprecated.  
getColumn() - Method in class com.microstar.xml.XmlException
Get the column number containing the error.
getColumnClass(int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getColumnCount() - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getColumnName(int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getColumnNumber() - Method in class com.microstar.xml.XmlParser
Return the current column number.
getCommand(String) - Method in class bsh.NameSpace
Looks up a command.
getCommand(String, Class[], Interpreter) - Method in class bsh.NameSpace
A command is a scripted method or compiled command class implementing a specified method signature.
getComponent() - Method in class org.gjt.sp.jedit.AbstractOptionPane
Returns the component that should be displayed for this option pane.
getComponent() - Method in interface org.gjt.sp.jedit.OptionPane
Returns the component that should be displayed for this option pane.
getComponentParent(Component, Class) - Static method in class org.gjt.sp.jedit.GUIUtilities
Finds a parent of the specified component.
getComponents() - Static method in class org.gjt.sp.jedit.EditBus
Returns an array of all components connected to the bus.
getConstructorArgs(String, This, Object[], int) - Static method in class bsh.ClassGeneratorUtil
Evaluate the arguments (if any) for the constructor specified by the constructor index.
getContextSensitiveProperty(int, String) - Method in class org.gjt.sp.jedit.Buffer
Some settings, like comment start and end strings, can vary between different parts of a buffer (HTML text and inline JavaScript, for example).
getCurrent() - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
Returns the name of the dockable in this container.
getCurrentIdentForLine(int, int[]) - Method in class org.gjt.sp.jedit.Buffer
Deprecated. Use the correctly spelled getCurrentIndentForLine() instead.
getCurrentIndentForLine(int, int[]) - Method in class org.gjt.sp.jedit.Buffer
Returns the line's current leading indent.
getCurrentLineForeground() - Method in class org.gjt.sp.jedit.textarea.Gutter
 
getDeclaredVariables() - Method in class bsh.NameSpace
 
getDefault() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getDefaultColorFor(String) - Static method in class org.gjt.sp.jedit.io.VFS
Returns color of the specified file name, by matching it against user-specified regular expressions.
getDefaultGroup() - Method in class org.gjt.sp.jedit.gui.OptionsDialog
 
getDefaultGroup() - Method in class org.gjt.sp.jedit.options.GlobalOptions
 
getDefaultGroup() - Method in class org.gjt.sp.jedit.options.PluginOptions
 
getDefaultRootElement() - Method in class org.gjt.sp.jedit.Buffer
Deprecated. Use getLineOfOffset(), getLineStartOffset(), and getLineEndOffset() instead.
getDefaultValue(Class) - Static method in class bsh.Primitive
Get the appropriate default value per JLS 4.5.4
getDependentPlugins() - Method in class org.gjt.sp.jedit.PluginJAR
Returns an array of all plugins that depend on this one.
getDescriptor() - Method in class org.objectweb.asm.Type
Returns the descriptor corresponding to this Java type.
getDescriptor(Class) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given Java type.
getDigitRegexp() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getDimension() - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
Returns the width or height (depending on position) of the dockable window container.
getDimensions() - Method in class org.objectweb.asm.Type
Returns the number of dimensions of this array type.
getDirectory() - Method in class org.gjt.sp.jedit.Buffer
Returns the directory containing this buffer.
getDirectory() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getDirectory() - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
getDirectoryField() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getDisplayManager() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the display manager used by this text area.
getDockable(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Returns the specified dockable window.
getDockable() - Method in class org.gjt.sp.jedit.msg.DockableWindowUpdate
Returns the dockable in question, or null if the message type is PROPERTIES_CHANGED.
getDockableTitle(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Returns the title of the specified dockable window.
getDockableWindow(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Returns the specified dockable window.
getDockableWindowManager() - Method in class org.gjt.sp.jedit.View
Returns the dockable window manager associated with this view.
getDockableWindowManager() - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
 
getDockables() - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
getDockablesURI() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the location of the plugin's dockables.xml file.
getDocument() - Method in class org.gjt.sp.jedit.buffer.LineElement
Deprecated.  
getDocument() - Method in class org.gjt.sp.jedit.buffer.RootElement
 
getDouble() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getDoubleProperty(String, double) - Static method in class org.gjt.sp.jedit.jEdit
 
getDragAndDropCallback() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Drag and drop of text in jEdit is implementing using jEdit 1.4 APIs, however since jEdit must run with Java 1.3, this class only has the necessary support to call a hook method via reflection.
getEOLMarkerColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the EOL marker color.
getEOLMarkersPainted() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns true if EOL markers are drawn, false otherwise.
getEditPane() - Method in class org.gjt.sp.jedit.View
Returns the current edit pane.
getEditPane() - Method in class org.gjt.sp.jedit.msg.EditPaneUpdate
Returns the edit pane involved.
getEditPanes() - Method in class org.gjt.sp.jedit.View
Returns all edit panes.
getEditServer() - Static method in class org.gjt.sp.jedit.jEdit
Returns the edit server instance.
getEditorIcon() - Static method in class org.gjt.sp.jedit.GUIUtilities
Returns the default editor window image.
getElectricScroll() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the number of lines from the top and button of the text area that are always visible.
getElement(int) - Method in class org.gjt.sp.jedit.buffer.LineElement
Deprecated.  
getElement(int) - Method in class org.gjt.sp.jedit.buffer.RootElement
 
getElementAt(int) - Method in class org.gjt.sp.jedit.gui.HistoryModel
Returns an item from the history list.
getElementContentModel(String) - Method in class com.microstar.xml.XmlParser
Look up the content model of an element.
getElementContentType(String) - Method in class com.microstar.xml.XmlParser
Look up the content type of an element.
getElementCount() - Method in class org.gjt.sp.jedit.buffer.LineElement
Deprecated.  
getElementCount() - Method in class org.gjt.sp.jedit.buffer.RootElement
 
getElementIndex(int) - Method in class org.gjt.sp.jedit.buffer.LineElement
Deprecated.  
getElementIndex(int) - Method in class org.gjt.sp.jedit.buffer.RootElement
 
getElementType() - Method in class org.objectweb.asm.Type
Returns the type of the elements of this array type.
getEncodings() - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns a list of supported character encodings.
getEnd(Buffer, int) - Method in class org.gjt.sp.jedit.textarea.Selection.Range
 
getEnd(Buffer, int) - Method in class org.gjt.sp.jedit.textarea.Selection.Rect
 
getEnd() - Method in class org.gjt.sp.jedit.textarea.Selection
Returns the end offset of this selection.
getEnd(Buffer, int) - Method in class org.gjt.sp.jedit.textarea.Selection
Returns the end of the portion of the selection falling on the specified line.
getEndColumn() - Method in class bsh.JavaCharStream
 
getEndColumn(Buffer) - Method in class org.gjt.sp.jedit.textarea.Selection.Rect
 
getEndIndex() - Method in class gnu.regexp.REMatch
Returns the index within the input string where the match in its entirety ends.
getEndIndex(int) - Method in class gnu.regexp.REMatch
Returns the index within the input string used to generate this match where subexpression number sub ends, or -1 if the subexpression does not exist.
getEndLine() - Method in class bsh.JavaCharStream
 
getEndLine() - Method in class org.gjt.sp.jedit.textarea.Selection
Returns the ending line number of this selection.
getEndOffset() - Method in class org.gjt.sp.jedit.buffer.LineElement
Deprecated.  
getEndOffset() - Method in class org.gjt.sp.jedit.buffer.RootElement
 
getEntityNotationName(String) - Method in class com.microstar.xml.XmlParser
Get the notation name associated with an NDATA entity.
getEntityPublicId(String) - Method in class com.microstar.xml.XmlParser
Return an external entity's public identifier, if any.
getEntitySystemId(String) - Method in class com.microstar.xml.XmlParser
Return an external entity's system identifier.
getEntityType(String) - Method in class com.microstar.xml.XmlParser
Find the type of an entity.
getEntityValue(String) - Method in class com.microstar.xml.XmlParser
Return the value of an internal entity.
getEntry(String) - Static method in class org.gjt.sp.jedit.BufferHistory
 
getErr() - Method in interface bsh.ConsoleInterface
 
getErr() - Method in class bsh.Interpreter
Get the error output stream associated with this interpreter.
getErrorLineNumber() - Method in class bsh.EvalError
 
getErrorLineNumber() - Method in class bsh.ParseException
 
getErrorSourceFile() - Method in class bsh.EvalError
 
getErrorSourceFile() - Method in class bsh.ParseException
 
getErrorText() - Method in class bsh.EvalError
 
getErrorText() - Method in class bsh.ParseException
 
getEscapeRule() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getExpandOnInput() - Static method in class org.gjt.sp.jedit.Abbrevs
Returns if abbreviations should be expanded after the user finishes typing a word.
getExpandedDirectories(Set) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
getExpansion() - Method in class org.gjt.sp.jedit.gui.AbbrevEditor
 
getExpansion() - Method in class org.gjt.sp.jedit.gui.EditAbbrevDialog
 
getExtendedAttribute(int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getExtendedAttribute(String) - Method in class org.gjt.sp.jedit.io.FileVFS.LocalDirectoryEntry
 
getExtendedAttribute(String) - Method in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
Returns the value of an extended attribute.
getExtendedAttributes() - Method in class org.gjt.sp.jedit.io.VFS
Returns the extended attributes supported by this VFS.
getExtendedState(Frame) - Static method in class org.gjt.sp.jedit.GUIUtilities
On Java 1.4, calls Frame.getExtendedState().
getExtensions() - Method in class org.gjt.sp.jedit.textarea.Gutter
Returns an array of registered text area extensions.
getExtensions() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns an array of registered text area extensions.
getFavorites() - Static method in class org.gjt.sp.jedit.io.FavoritesVFS
 
getField() - Method in class org.gjt.sp.jedit.gui.ActionBar
 
getField() - Method in class org.gjt.sp.jedit.search.SearchBar
 
getFile() - Method in class org.gjt.sp.jedit.Buffer
Deprecated. Do not call this method, use Buffer.getPath() instead.
getFile() - Method in class org.gjt.sp.jedit.PluginJAR
Returns a file pointing to the plugin JAR.
getFileCount(View) - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getFileCount(View) - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getFileCount(View) - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns the number of files in this file set.
getFileExtension(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the extension of the specified filename, or an empty string if there is none.
getFileFilter() - Method in class org.gjt.sp.jedit.search.AllBufferSet
Returns the filename filter.
getFileFilter() - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
getFileName(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the last component of the specified path.
getFileName(String) - Method in class org.gjt.sp.jedit.io.VFS
Returns the file name component of the specified path.
getFileNameNoExtension(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the last component of the specified path name without the trailing extension (if there is one).
getFileParent(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Deprecated. Call getParentOfPath() instead
getFileProtocol(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Deprecated. Call getProtocolOfURL() instead
getFileSeparator() - Method in class org.gjt.sp.jedit.io.FileVFS
 
getFileSeparator() - Method in class org.gjt.sp.jedit.io.VFS
Returns the file separator used by this VFS.
getFileVFS() - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns the local filesystem VFS.
getFilenameFilter() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
Returns the file name filter glob.
getFiles(View) - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getFiles(View) - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getFiles(View) - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns all path names in this file set.
getFilesystems() - Static method in class org.gjt.sp.jedit.io.VFSManager
Deprecated. Use getVFSs() instead.
getFirstBuffer() - Static method in class org.gjt.sp.jedit.jEdit
Returns the first buffer.
getFirstFile(View) - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getFirstFile(View) - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getFirstFile(View) - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns the first file to search.
getFirstInvalidFoldLevel() - Method in class org.gjt.sp.jedit.buffer.LineManager
 
getFirstInvalidLineContext() - Method in class org.gjt.sp.jedit.buffer.LineManager
 
getFirstLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the vertical scroll bar position.
getFirstPhysicalLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the first visible physical line index.
getFirstToken() - Method in class org.gjt.sp.jedit.Buffer.TokenList
Deprecated.  
getFirstView() - Static method in class org.gjt.sp.jedit.jEdit
Returns the first view.
getFirstVisibleLine() - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Returns the physical line number of the first visible line.
getFloat() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getFocusCycleRoot() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Java 1.4 compatibility fix to make Tab traversal work in a sane manner.
getFocusTraversalKeysEnabled() - Method in class org.gjt.sp.jedit.gui.GrabKeyDialog
Makes the tab key work in Java 1.4.
getFocusTraversalKeysEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Java 1.4 compatibility fix to make Tab key work.
getFocusTraversalKeysEnabled() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Makes the tab key work in Java 1.4.
getFoldAtLine(int) - Method in class org.gjt.sp.jedit.Buffer
Returns an array.
getFoldColor() - Method in class org.gjt.sp.jedit.textarea.Gutter
 
getFoldHandler() - Method in class org.gjt.sp.jedit.Buffer
Returns the current buffer's fold handler.
getFoldHandler(String) - Static method in class org.gjt.sp.jedit.buffer.FoldHandler
Returns the fold handler with the specified name, or null if there is no registered handler with that name.
getFoldHandlers() - Static method in class org.gjt.sp.jedit.buffer.FoldHandler
Deprecated. Call ServiceManager.getServiceNames( "org.gjt.sp.jedit.buffer.FoldHandler" ); instead. See ServiceManager.
getFoldLevel(int) - Method in class org.gjt.sp.jedit.Buffer
Returns the fold level of the specified line.
getFoldLevel(Buffer, int, Segment) - Method in class org.gjt.sp.jedit.buffer.DummyFoldHandler
Returns the fold level of the specified line.
getFoldLevel(Buffer, int, Segment) - Method in class org.gjt.sp.jedit.buffer.ExplicitFoldHandler
Returns the fold level of the specified line.
getFoldLevel(Buffer, int, Segment) - Method in class org.gjt.sp.jedit.buffer.FoldHandler
Returns the fold level of the specified line.
getFoldLevel(Buffer, int, Segment) - Method in class org.gjt.sp.jedit.buffer.IndentFoldHandler
Returns the fold level of the specified line.
getFoldLevel(int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
getFoldLineStyle() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the fold line style.
getFoldModes() - Static method in class org.gjt.sp.jedit.buffer.FoldHandler
Returns an array containing the names of all registered fold handlers.
getFont() - Method in class org.gjt.sp.jedit.syntax.SyntaxStyle
Returns the style font.
getFontMetrics() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the font metrics used by this component.
getFontProperty(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the value of a font property.
getFontProperty(String, Font) - Static method in class org.gjt.sp.jedit.jEdit
Returns the value of a font property.
getFontRenderContext() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the font render context.
getForegroundColor() - Method in class org.gjt.sp.jedit.syntax.SyntaxStyle
Returns the text color.
getFrames() - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
 
getFromMap(Object, Object) - Method in class bsh.CollectionManager
 
getFromMap(Object, Object) - Method in class bsh.collection.CollectionManagerImpl
 
getGlobal(Interpreter) - Method in class bsh.NameSpace
Get the top level namespace or this namespace if we are the top.
getGlobalAbbrevs() - Static method in class org.gjt.sp.jedit.Abbrevs
Returns the global abbreviation set.
getGutter() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the gutter to the left of the text area or null if the gutter is disabled
getHandler() - Method in class org.gjt.sp.jedit.Macros.Macro
 
getHandler(String) - Static method in class org.gjt.sp.jedit.Macros
Returns the macro handler with the specified name, or null if there is no registered handler with that name.
getHandlerForPathName(String) - Static method in class org.gjt.sp.jedit.Macros
Returns the macro handler suitable for running the specified file name, or null if there is no suitable handler.
getHandlers() - Static method in class org.gjt.sp.jedit.Macros
Returns an array containing the list of registered macro handlers
getHeaderField(String) - Method in class org.gjt.sp.jedit.proto.jeditresource.PluginResURLConnection
 
getHighlightDigits() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getHighlightInterval() - Method in class org.gjt.sp.jedit.textarea.Gutter
Sets the number of lines between highlighted line numbers.
getHighlightedForeground() - Method in class org.gjt.sp.jedit.textarea.Gutter
Get the foreground color for highlighted line numbers
getHistory() - Static method in class org.gjt.sp.jedit.BufferHistory
 
getHorizontalOffset() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the horizontal offset of drawn lines.
getIOThreadPool() - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns the I/O thread pool.
getIcon() - Method in class org.gjt.sp.jedit.Buffer
Returns this buffer's icon.
getIcon() - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
 
getIconForFile(VFS.DirectoryEntry, boolean) - Static method in class org.gjt.sp.jedit.browser.FileCellRenderer
 
getIconForFile(VFS.DirectoryEntry, boolean, boolean) - Static method in class org.gjt.sp.jedit.browser.FileCellRenderer
 
getIconHeight() - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer.RotatedTextIcon
 
getIconWidth() - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer.RotatedTextIcon
 
getIdealIndentForLine(int) - Method in class org.gjt.sp.jedit.Buffer
Returns the ideal leading indent for the specified line.
getIgnoreCase() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the ignore case flag.
getIgnoreCase() - Method in class org.gjt.sp.jedit.syntax.KeywordMap
Returns true if the keyword map is set to be case insensitive, false otherwise.
getIgnoreCase() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getImportedMethod(String, Class[]) - Method in class bsh.NameSpace
 
getImportedVar(String) - Method in class bsh.NameSpace
 
getIn() - Method in interface bsh.ConsoleInterface
 
getIn() - Method in class bsh.Interpreter
Get the input stream associated with this interpreter.
getIndentSize() - Method in class org.gjt.sp.jedit.Buffer
Returns the indent size used in this buffer.
getIndex() - Method in class org.gjt.sp.jedit.Buffer
Returns the position of this buffer in the buffer list.
getIndexOfChild(Object, Object) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
getInputHandler() - Method in class org.gjt.sp.jedit.View
Returns the input handler.
getInputHandler() - Static method in class org.gjt.sp.jedit.jEdit
Returns the current input handler (key binding to action mapping)
getInputStream() - Method in class org.gjt.sp.jedit.proto.jeditresource.PluginResURLConnection
 
getInstance() - Static method in class org.gjt.sp.jedit.pluginmgr.PluginManager
Returns the currently visible plugin manager window, or null.
getInstantPopups() - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Returns if selecting a value from the popup should immediately fire an ActionEvent.
getInt() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getIntegerProperty(String, int) - Method in class org.gjt.sp.jedit.Buffer
Returns the value of an integer property.
getIntegerProperty(String, int) - Static method in class org.gjt.sp.jedit.jEdit
Returns the value of an integer property.
getInterface(Class) - Method in class bsh.Interpreter
Get a reference to the interpreter (global namespace), cast to the specified interface type.
getInterface(Class) - Method in class bsh.This
Get a version of this scripted object implementing the specified interface.
getInterface(Class[]) - Method in class bsh.This
Get a version of this scripted object implementing the specified interfaces.
getInternalName() - Method in class org.objectweb.asm.Type
Returns the internal name of the class corresponding to this object type.
getInternalName(Class) - Static method in class org.objectweb.asm.Type
Returns the internal name of the given class.
getInvocationLine() - Method in class bsh.NameSpace
 
getInvocationText() - Method in class bsh.NameSpace
 
getItem(int) - Method in class org.gjt.sp.jedit.gui.HistoryModel
Returns an item from the history list.
getJAR() - Method in class org.gjt.sp.jedit.EditPlugin
Deprecated. Call getPluginJAR() instead.
getJARCacheDirectory() - Static method in class org.gjt.sp.jedit.jEdit
Returns the directory where plugin cache files are stored.
getJEditHome() - Static method in class org.gjt.sp.jedit.jEdit
Returns the jEdit install directory.
getKeyBinding(String) - Method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Returns either an edit action, or a hashtable if the specified key is a prefix.
getKeyEventInterceptor() - Method in class org.gjt.sp.jedit.View
Returns the listener that will handle all key events in this view, if any.
getKeywordMapAtOffset(int) - Method in class org.gjt.sp.jedit.Buffer
Returns the syntax highlighting keyword map in effect at the specified offset.
getKeywords() - Method in class org.gjt.sp.jedit.syntax.KeywordMap
Returns an array containing all keywords in this keyword map.
getKeywords() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getLabel() - Method in class org.gjt.sp.jedit.ActionSet
Return the action source label.
getLabel() - Method in class org.gjt.sp.jedit.EditAction
Returns the action's label.
getLabel() - Method in class org.gjt.sp.jedit.Macros.Handler
 
getLabel() - Method in class org.gjt.sp.jedit.OptionGroup
Returns the option group's human-readable label.
getLastAction() - Method in class org.gjt.sp.jedit.gui.InputHandler
Returns the last executed action.
getLastActionCount() - Method in class org.gjt.sp.jedit.gui.InputHandler
Returns the number of times the last action was executed.
getLastBuffer() - Static method in class org.gjt.sp.jedit.jEdit
Returns the last buffer.
getLastModified() - Method in class org.gjt.sp.jedit.Buffer
Returns the last time jEdit modified the file on disk.
getLastPhysicalLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the last visible physical line index.
getLastView() - Static method in class org.gjt.sp.jedit.jEdit
Returns the last view.
getLastVisibleLine() - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Returns the physical line number of the last visible line.
getLayoutAlignmentX(Container) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager.DockableLayout
 
getLayoutAlignmentX(Container) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
Always returns 0.5.
getLayoutAlignmentY(Container) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager.DockableLayout
 
getLayoutAlignmentY(Container) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
Always returns 0.5.
getLeadingWhiteSpace(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the number of leading white space characters in the specified string.
getLeadingWhiteSpaceWidth(String, int) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the width of the leading white space in the specified string.
getLeftDockingArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getLength() - Method in class org.gjt.sp.jedit.Buffer
Returns the number of characters in the buffer.
getLength() - Method in class org.gjt.sp.jedit.buffer.ContentManager
 
getLine() - Method in class bsh.JavaCharStream
Deprecated.  
getLine() - Method in class com.microstar.xml.XmlException
Get the line number containing the error.
getLineContext(int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
getLineContext() - Method in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
The token handler can compare this object with the object previously given for this line to see if the token type at the end of the line has changed (meaning subsequent lines might need to be retokenized).
getLineCount() - Method in class org.gjt.sp.jedit.Buffer
Returns the number of physical lines in the buffer.
getLineCount() - Method in class org.gjt.sp.jedit.buffer.LineManager
 
getLineCount() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the number of physical lines in the buffer.
getLineEndOffset(int) - Method in class org.gjt.sp.jedit.Buffer
Returns the end offset of the specified line.
getLineEndOffset(int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
getLineEndOffset(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the end offset of the specified line.
getLineHighlightColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the line highlight color.
getLineLength(int) - Method in class org.gjt.sp.jedit.Buffer
Returns the length of the specified line.
getLineLength(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the length of the specified line.
getLineNumber() - Method in class com.microstar.xml.XmlParser
Return the current line number.
getLineNumberAlignment() - Method in class org.gjt.sp.jedit.textarea.Gutter
Identifies whether the horizontal alignment of the line numbers.
getLineOfOffset(int) - Method in class org.gjt.sp.jedit.Buffer
Returns the line containing the specified offset.
getLineOfOffset(int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
getLineOfOffset(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the line containing the specified offset.
getLineSeparator() - Method in class gnu.regexp.RESyntax
Returns the currently active line separator string.
getLineStartOffset(int) - Method in class org.gjt.sp.jedit.Buffer
Returns the start offset of the specified line.
getLineStartOffset(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the start offset of the specified line.
getLineText(int) - Method in class org.gjt.sp.jedit.Buffer
Returns the text on the specified line.
getLineText(int, Segment) - Method in class org.gjt.sp.jedit.Buffer
Returns the specified line in a Segment.
getLineText(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the text on the specified line.
getLineText(int, Segment) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Copies the text on the specified line into a segment.
getListModel() - Static method in class org.gjt.sp.jedit.buffer.KillRing
 
getLogListModel() - Static method in class org.gjt.sp.util.Log
Returns the list model for viewing the log contents.
getLong() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getLongestPrefix(List, boolean) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the longest common prefix in the given set of strings.
getLongestPrefix(String[], boolean) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the longest common prefix in the given set of strings.
getLongestPrefix(Object[], boolean) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the longest common prefix in the given set of strings.
getMacro(String) - Static method in class org.gjt.sp.jedit.Macros
Returns the macro with the specified name.
getMacroActionSet() - Static method in class org.gjt.sp.jedit.Macros
Returns an action set with all known macros in it.
getMacroHierarchy() - Static method in class org.gjt.sp.jedit.Macros
Returns a vector hierarchy with all known macros in it.
getMacroRecorder() - Method in class org.gjt.sp.jedit.View
Returns the macro recorder.
getMagicCaretPosition() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns an internal position used to keep the caret in one column while moving around lines of varying lengths.
getMainRuleSet() - Method in class org.gjt.sp.jedit.syntax.TokenMarker
 
getMarkLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Do not use.
getMarkPosition() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Do not use.
getMarker(char) - Method in class org.gjt.sp.jedit.Buffer
Returns the marker with the specified shortcut.
getMarkerAtLine(int) - Method in class org.gjt.sp.jedit.Buffer
Returns the first marker at the specified line, or null if there is none.
getMarkerHighlightColor() - Method in class org.gjt.sp.jedit.textarea.Gutter
 
getMarkerInRange(int, int) - Method in class org.gjt.sp.jedit.Buffer
Returns the first marker within the specified range.
getMarkerNameString() - Method in class org.gjt.sp.jedit.Buffer
Returns a string of all set markers, used by the status bar (eg, "a b $ % ^").
getMarkerStatusPrompt(String) - Method in class org.gjt.sp.jedit.Buffer
Returns the status prompt for the given marker action.
getMarkers() - Method in class org.gjt.sp.jedit.Buffer
Returns a vector of markers.
getMatch(Object) - Method in class gnu.regexp.RE
Returns the first match found in the input.
getMatch(Object, int) - Method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index.
getMatch(Object, int, int) - Method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags.
getMatch(Object, int, int, StringBuffer) - Method in class gnu.regexp.RE
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags.
getMatch(JEditTextArea) - Method in class org.gjt.sp.jedit.textarea.StructureMatcher.BracketMatcher
 
getMatch(JEditTextArea) - Method in interface org.gjt.sp.jedit.textarea.StructureMatcher
Returns the element matching the one at the given text area's caret position, or null.
getMatchEnumeration(Object) - Method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMatchEnumeration(Object, int) - Method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMatchEnumeration(Object, int, int) - Method in class gnu.regexp.RE
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
getMember(int) - Method in class org.gjt.sp.jedit.OptionGroup
 
getMemberCount() - Method in class org.gjt.sp.jedit.OptionGroup
 
getMemberIndex(Object) - Method in class org.gjt.sp.jedit.OptionGroup
 
getMembers() - Method in class org.gjt.sp.jedit.OptionGroup
 
getMenuName() - Method in class org.gjt.sp.jedit.msg.DynamicMenuChanged
Returns the name of the menu in question.
getMessage() - Method in class bsh.EvalError
 
getMessage() - Method in class bsh.ParseException
 
getMessage(boolean) - Method in class bsh.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class bsh.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class com.microstar.xml.XmlException
Get the error message from the parser.
getMessage() - Method in class gnu.regexp.REException
Reports the descriptive message associated with this exception as well as its index position in the string or character array being compiled.
getMethod(String, Class[]) - Method in class bsh.NameSpace
 
getMethod(String, Class[], boolean) - Method in class bsh.NameSpace
Get the bsh method matching the specified signature declared in this name space or a parent.
getMethodDescriptor(Type, Type[]) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given argument and return types.
getMethodDescriptor(Method) - Static method in class org.objectweb.asm.Type
Returns the descriptor corresponding to the given method.
getMethodNames() - Method in class bsh.NameSpace
Get the names of methods declared in this namespace.
getMethods() - Method in class bsh.NameSpace
Get the methods defined in this namespace.
getMinimumLength() - Method in class gnu.regexp.RE
Returns the minimum number of characters that could possibly constitute a match of this regular expression.
getMinimumSize() - Method in class org.gjt.sp.jedit.EditPane
Returns 0,0 for split pane compatibility.
getMinimumSize() - Method in class org.gjt.sp.jedit.View
 
getMinimumSize() - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
 
getMinimumSize() - Method in class org.gjt.sp.jedit.textarea.Gutter
 
getMinimumSize() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the painter's minimum size.
getMode() - Method in class org.gjt.sp.jedit.Buffer
Returns this buffer's edit mode.
getMode() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getMode(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the edit mode with the specified name.
getModeAbbrevs() - Static method in class org.gjt.sp.jedit.Abbrevs
Returns the mode-specific abbreviation set.
getModeName() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getModeProperties() - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
getModel(String) - Static method in class org.gjt.sp.jedit.gui.HistoryModel
Returns a named model.
getModel() - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Returns the underlying history model.
getModes() - Static method in class org.gjt.sp.jedit.jEdit
Returns an array of installed edit modes.
getModifierString(InputEvent) - Static method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Returns a string containing symbolic modifier names set in the specified event.
getModifierString(InputEvent) - Static method in class org.gjt.sp.jedit.gui.KeyEventTranslator
Returns a string containing symbolic modifier names set in the specified event.
getModifiers() - Method in class bsh.BshMethod
 
getModifiers() - Method in class bsh.Variable
 
getMouseOverText() - Method in class org.gjt.sp.jedit.EditAction
Returns the action's mouse over message.
getMultipleSelectionColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the multiple selection color.
getName() - Method in class bsh.BshMethod
 
getName() - Method in class bsh.NameSpace
The name of this namespace.
getName() - Method in class bsh.Variable
 
getName() - Method in class org.gjt.sp.jedit.AbstractOptionPane
Returns the internal name of this option pane.
getName() - Method in class org.gjt.sp.jedit.Buffer
Returns the name of this buffer.
getName() - Method in class org.gjt.sp.jedit.EditAction
Returns the internal name of this action.
getName() - Method in class org.gjt.sp.jedit.Macros.Handler
 
getName() - Method in class org.gjt.sp.jedit.Mode
Returns the internal name of this edit mode.
getName() - Method in class org.gjt.sp.jedit.OptionGroup
 
getName() - Method in interface org.gjt.sp.jedit.OptionPane
Returns the internal name of this option pane.
getName() - Method in class org.gjt.sp.jedit.buffer.FoldHandler
Returns the internal name of this FoldHandler
getName() - Method in class org.gjt.sp.jedit.buffer.LineElement
Deprecated.  
getName() - Method in class org.gjt.sp.jedit.buffer.RootElement
 
getName() - Method in class org.gjt.sp.jedit.gui.HistoryModel
Returns the name of this history list.
getName() - Method in class org.gjt.sp.jedit.io.VFS
Returns this VFS's name.
getName() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getNameSpace() - Method in class bsh.Interpreter
Get the global namespace of this interpreter.
getNameSpace() - Method in class bsh.This
 
getNameSpace() - Static method in class org.gjt.sp.jedit.BeanShell
Returns the global namespace.
getNext() - Method in class org.gjt.sp.jedit.Buffer
Returns the next buffer in the list.
getNext() - Method in class org.gjt.sp.jedit.View
Returns the next view in the list.
getNextFile(View, String) - Method in class org.gjt.sp.jedit.search.BufferListSet
 
getNextFile(View, String) - Method in class org.gjt.sp.jedit.search.CurrentBufferSet
 
getNextFile(View, String) - Method in interface org.gjt.sp.jedit.search.SearchFileSet
Returns the next file to search.
getNextToken() - Method in class bsh.Parser
 
getNextToken() - Method in class bsh.ParserTokenManager
 
getNextVisibleLine(int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Returns the next visible line after the specified line index.
getNoWordSep() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getNonAlphaNumericChars() - Method in class org.gjt.sp.jedit.syntax.KeywordMap
Returns all non-alphanumeric characters that appear in the keywords of this keyword map.
getNotLoadedPluginJARs() - Static method in class org.gjt.sp.jedit.jEdit
Returns a list of plugin JARs that are not currently loaded by examining the user and system plugin directories.
getNotationPublicId(String) - Method in class com.microstar.xml.XmlParser
Look up the public identifier for a notation.
getNotationSystemId(String) - Method in class com.microstar.xml.XmlParser
Look up the system identifier for a notation.
getNumSubs() - Method in class gnu.regexp.RE
Returns the maximum number of subexpressions in this regular expression.
getObject() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getOffsetOfVirtualColumn(int, int, int[]) - Method in class org.gjt.sp.jedit.Buffer
Returns the offset of a virtual column number (taking tabs into account) relative to the start of the line in question.
getOffsetOfVirtualColumn(Segment, int, int, int[]) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the array offset of a virtual column number (taking tabs into account) in the segment.
getOpcode(int) - Method in class org.objectweb.asm.Type
Returns a JVM instruction opcode adapted to this Java type.
getOut() - Method in interface bsh.ConsoleInterface
 
getOut() - Method in class bsh.Interpreter
Get the outptut stream associated with this interpreter.
getPageFormat() - Static method in class org.gjt.sp.jedit.print.BufferPrinter1_3
 
getPageFormat() - Static method in class org.gjt.sp.jedit.print.BufferPrinter1_4
 
getPainter() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the object responsible for painting this text area.
getParagraphElement(int) - Method in class org.gjt.sp.jedit.Buffer
Deprecated.  
getParamTypeDescriptors() - Method in class bsh.DelayedEvalBshMethod
 
getParameterNames() - Method in class bsh.BshMethod
 
getParameterTypes() - Method in class bsh.BshMethod
Get the argument types of this method.
getParameterTypes() - Method in class bsh.DelayedEvalBshMethod
 
getParent() - Method in class bsh.Interpreter
Get the parent Interpreter of this interpreter, if any.
getParent() - Method in class bsh.NameSpace
Get the parent namespace.
getParentDialog(Component) - Static method in class org.gjt.sp.jedit.GUIUtilities
Traverses the given component's parent tree looking for an instance of JDialog, and return it.
getParentElement() - Method in class org.gjt.sp.jedit.buffer.LineElement
Deprecated.  
getParentElement() - Method in class org.gjt.sp.jedit.buffer.RootElement
 
getParentOfPath(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the parent of the specified path.
getParentOfPath(String) - Method in class org.gjt.sp.jedit.io.FavoritesVFS
 
getParentOfPath(String) - Method in class org.gjt.sp.jedit.io.FileRootsVFS
 
getParentOfPath(String) - Method in class org.gjt.sp.jedit.io.FileVFS
 
getParentOfPath(String) - Method in class org.gjt.sp.jedit.io.VFS
Returns the parent of the specified path.
getParserRuleSet(TokenMarker.LineContext) - Method in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
 
getPath() - Method in class org.gjt.sp.jedit.Buffer
Returns the path name of this buffer.
getPath() - Method in class org.gjt.sp.jedit.Macros.Macro
 
getPath() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the full path name of this plugin's JAR file.
getPath() - Method in class org.gjt.sp.jedit.msg.VFSUpdate
Returns the path that changed.
getPermissions(String) - Static method in class org.gjt.sp.jedit.io.FileVFS
Returns numeric permissions of a file.
getPhysicalLineOfScreenLine(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the physical line number that contains the specified screen line.
getPlugin() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the plugin core class for this JAR file.
getPlugin(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the plugin with the specified class name.
getPlugin(String, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Returns the plugin with the specified class name.
getPluginIcon() - Static method in class org.gjt.sp.jedit.GUIUtilities
Returns the default plugin window image.
getPluginJAR() - Method in class org.gjt.sp.jedit.ActionSet
Return the plugin this action set was loaded from, or null.
getPluginJAR() - Method in class org.gjt.sp.jedit.EditPlugin
Returns the JAR file containing this plugin.
getPluginJAR(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the JAR with the specified path name.
getPluginJAR() - Method in class org.gjt.sp.jedit.msg.PluginUpdate
Returns the plugin involved.
getPluginJARs() - Static method in class org.gjt.sp.jedit.jEdit
Returns an array of installed plugins.
getPluginList() - Method in class org.gjt.sp.jedit.pluginmgr.PluginManager
 
getPlugins() - Static method in class org.gjt.sp.jedit.jEdit
Returns an array of installed plugins.
getPort() - Method in class org.gjt.sp.jedit.EditServer
 
getPosition() - Method in class gnu.regexp.REException
Returns the position, relative to the string or character array being compiled, where the error occurred.
getPosition() - Method in class org.gjt.sp.jedit.Marker
Returns the position of this marker.
getPositions() - Method in class org.gjt.sp.jedit.syntax.Chunk
 
getPreferredSize() - Method in class org.gjt.sp.jedit.menu.EnhancedCheckBoxMenuItem
 
getPreferredSize() - Method in class org.gjt.sp.jedit.menu.EnhancedMenuItem
 
getPreferredSize() - Method in class org.gjt.sp.jedit.textarea.Gutter
 
getPreferredSize() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the painter's preferred size.
getPrev() - Method in class org.gjt.sp.jedit.Buffer
Returns the previous buffer in the list.
getPrev() - Method in class org.gjt.sp.jedit.View
Returns the previous view in the list.
getPrevVisibleLine(int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Returns the previous visible line before the specified line index.
getProgressMaximum() - Method in class org.gjt.sp.util.WorkThread
Returns the progress maximum.
getProgressValue() - Method in class org.gjt.sp.util.WorkThread
Returns the progress value.
getProperties() - Static method in class org.gjt.sp.jedit.jEdit
Returns the properties object which contains all known jEdit properties.
getProperties() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getProperty(Object) - Method in class org.gjt.sp.jedit.Buffer
Returns the value of a buffer-local property.
getProperty(String) - Method in class org.gjt.sp.jedit.Mode
Returns a mode property.
getProperty(String) - Static method in class org.gjt.sp.jedit.jEdit
Fetches a property, returning null if it's not defined.
getProperty(String, String) - Static method in class org.gjt.sp.jedit.jEdit
Fetches a property, returning the default value if it's not defined.
getProperty(String, Object[]) - Static method in class org.gjt.sp.jedit.jEdit
Returns the property with the specified name.
getProtocolOfURL(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the protocol specified by a URL.
getRate() - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
 
getReflectManager() - Static method in class bsh.ReflectManager
Return the singleton bsh ReflectManager.
getRegexp() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the regular expression flag.
getRegexpProperty(String, int, RESyntax) - Method in class org.gjt.sp.jedit.Buffer
Returns the value of a property as a regular expression.
getRegister(char) - Static method in class org.gjt.sp.jedit.Registers
Returns the specified register.
getRegisterNameString() - Static method in class org.gjt.sp.jedit.Registers
Returns a string of all defined registers, used by the status bar (eg, "a b $ % ^").
getRegisterStatusPrompt(String) - Static method in class org.gjt.sp.jedit.Registers
Returns the status prompt for the given register action.
getRegisteredDockableWindows() - Static method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getRegisters() - Static method in class org.gjt.sp.jedit.Registers
Returns an array of all available registers.
getRepeatCount() - Method in class org.gjt.sp.jedit.gui.InputHandler
Returns the number of times the next action will be repeated.
getReplaceString() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the current replacement string.
getRequestCount() - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns the number of pending I/O requests.
getRequestCount() - Method in class org.gjt.sp.util.WorkThreadPool
Returns the number of pending requests.
getResolvedMethod(Class, String, Class[], boolean) - Method in class bsh.BshClassManager
Return a previously cached resolved method.
getResource(String) - Method in class bsh.BshClassManager
Get a resource URL using the BeanShell classpath
getResource(String) - Method in class org.gjt.sp.jedit.JARClassLoader
 
getResourceAsPath(String) - Method in class org.gjt.sp.jedit.JARClassLoader
 
getResourceAsStream(String) - Method in class bsh.BshClassManager
Get a resource stream using the BeanShell classpath
getResourceAsStream(String) - Method in class org.gjt.sp.jedit.JARClassLoader
 
getReturnType() - Method in class bsh.BshMethod
Get the return type of the method.
getReturnType() - Method in class bsh.DelayedEvalBshMethod
 
getReturnType(String) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the return type of the given method descriptor.
getReturnType(Method) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the return type of the given method.
getReturnTypeDescriptor() - Method in class bsh.DelayedEvalBshMethod
 
getReverseSearch() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the state of the reverse search flag.
getRightClickPopup() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the right click popup menu.
getRightDockingArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getRoot() - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
getRootElements() - Method in class org.gjt.sp.jedit.Buffer
Deprecated.  
getRowCount() - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getRuleCount() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getRuleSet(String) - Method in class org.gjt.sp.jedit.syntax.TokenMarker
 
getRuleSetAtOffset(int) - Method in class org.gjt.sp.jedit.Buffer
Returns the syntax highlighting ruleset at the specified offset.
getRuleSets() - Method in class org.gjt.sp.jedit.syntax.TokenMarker
 
getRules(char) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getScreenBounds() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns the bounds of the default screen.
getScreenBounds(Rectangle) - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns the bounds of the (virtual) screen that the window should be in
getScreenLineCount(int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
getScreenLineCount(int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
 
getScreenLineEndOffset(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the end offset of the specified screen (wrapped) line.
getScreenLineOfOffset(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the screen (wrapped) line containing the specified offset.
getScreenLineStartOffset(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the start offset of the specified screen (wrapped) line.
getScriptStackTrace() - Method in class bsh.EvalError
 
getScrollLineCount() - Method in class org.gjt.sp.jedit.textarea.DisplayManager
 
getSearchBar() - Method in class org.gjt.sp.jedit.View
Returns the search bar.
getSearchDialog(View) - Static method in class org.gjt.sp.jedit.search.SearchDialog
 
getSearchFileSet() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the current search file set.
getSearchMatcher() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the current search string matcher.
getSearchString() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns the current search string.
getSegmentMapKey(Segment, int, int) - Method in class org.gjt.sp.jedit.syntax.KeywordMap
 
getSelectedColor() - Method in class org.gjt.sp.jedit.gui.ColorWellButton
 
getSelectedFiles() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getSelectedFiles() - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
getSelectedFiles() - Method in class org.gjt.sp.jedit.browser.VFSFileChooserDialog
 
getSelectedLines() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns a sorted array of line numbers on which a selection or selections are present.
getSelectedText(Selection) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the text in the specified selection.
getSelectedText(String) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the text in all active selections.
getSelectedText() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the text in all active selections, with a newline between each text chunk.
getSelectedValue() - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
 
getSelection() - Method in class org.gjt.sp.jedit.BufferHistory.Entry
 
getSelection() - Method in class org.gjt.sp.jedit.search.HyperSearchResult
Returns an array of selection objects pointing to the occurrences of the search term on the current line.
getSelection() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the current selection.
getSelectionAtOffset(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the selection containing the specific offset, or null if there is no selection at that offset.
getSelectionColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the selection color.
getSelectionCount() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the number of selections.
getSelectionEnd() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, obtain a Selection instance using any means, and call its getEnd() method
getSelectionEnd(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, obtain a Selection instance using any means, and call its getEnd(int) method
getSelectionEndLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, obtain a Selection instance using any means, and call its getEndLine() method
getSelectionStart() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, obtain a Selection instance using any means, and call its getStart() method
getSelectionStart(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, obtain a Selection instance using any means, and call its getStart(int) method
getSelectionStartLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, obtain a Selection instance using any means, and call its getStartLine() method
getService(String, String) - Static method in class org.gjt.sp.jedit.ServiceManager
Returns an instance of the given service.
getServiceNames(String) - Static method in class org.gjt.sp.jedit.ServiceManager
Returns the names of all registered services with the given class.
getServiceTypes() - Static method in class org.gjt.sp.jedit.ServiceManager
Returns all known service class types.
getServicesURI() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the location of the plugin's services.xml file.
getSetName() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getSettingsDirectory() - Static method in class org.gjt.sp.jedit.jEdit
Returns the path of the directory where user-specific settings are stored.
getShort() - Method in class bsh.ClassGeneratorUtil.ConstructorArgs
 
getShortcut() - Method in class org.gjt.sp.jedit.Marker
Returns the marker's shortcut character.
getShortcut() - Method in class org.gjt.sp.jedit.gui.GrabKeyDialog
Returns the shortcut, or null if the current shortcut should be removed or the dialog either has been cancelled.
getShowHiddenFiles() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getSize() - Method in class org.gjt.sp.jedit.gui.HistoryModel
Returns the number of elements in this history list.
getSize() - Method in class org.gjt.sp.util.IntegerArray
 
getSize() - Method in class org.objectweb.asm.Type
Returns the size of values of this type.
getSmartCaseReplace() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Returns if the replacement string will assume the same case as each specific occurrence of the search string.
getSort() - Method in class org.objectweb.asm.Type
Returns the sort of this Java type.
getSource() - Method in class org.gjt.sp.jedit.EBMessage
Returns the sender of this message.
getSourceFileInfo() - Method in class bsh.Interpreter
Specify the source of the text from which this interpreter is reading.
getSplitPane() - Method in class org.gjt.sp.jedit.View
Returns the top-level split pane, if any.
getStandardRuleSet(byte) - Static method in class org.gjt.sp.jedit.syntax.ParserRuleSet
Returns a parser rule set that highlights everything with the specified token type.
getStart(Buffer, int) - Method in class org.gjt.sp.jedit.textarea.Selection.Range
 
getStart(Buffer, int) - Method in class org.gjt.sp.jedit.textarea.Selection.Rect
 
getStart() - Method in class org.gjt.sp.jedit.textarea.Selection
Returns the start offset of this selection.
getStart(Buffer, int) - Method in class org.gjt.sp.jedit.textarea.Selection
Returns the beginning of the portion of the selection falling on the specified line.
getStartColumn(Buffer) - Method in class org.gjt.sp.jedit.textarea.Selection.Rect
 
getStartIndex() - Method in class gnu.regexp.REMatch
Returns the index within the input text where the match in its entirety began.
getStartIndex(int) - Method in class gnu.regexp.REMatch
Returns the index within the input string used to generate this match where subexpression number sub begins, or -1 if the subexpression does not exist.
getStartLine() - Method in class org.gjt.sp.jedit.textarea.Selection
Returns the starting line number of this selection.
getStartOffset() - Method in class org.gjt.sp.jedit.buffer.LineElement
Deprecated.  
getStartOffset() - Method in class org.gjt.sp.jedit.buffer.RootElement
 
getStatus() - Method in class org.gjt.sp.jedit.View
Returns the status bar.
getStatus() - Method in class org.gjt.sp.util.WorkThread
Returns the status text.
getStrictJava() - Method in class bsh.Interpreter
 
getStringCase(String) - Static method in class org.gjt.sp.jedit.TextUtilities
Returns if the specified string is all upper case, all lower case, or title case (first letter upper case, rest lower case).
getStringProperty(String) - Method in class org.gjt.sp.jedit.Buffer
Returns the value of a string property.
getStringWidth(String) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the width of the given string, in pixels, using the text area's current font.
getStructureHighlightColor() - Method in class org.gjt.sp.jedit.textarea.Gutter
Returns the structure highlight color.
getStructureHighlightColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the structure highlight color.
getStructureMatch() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the structure element (bracket, or XML tag, etc) matching the one before the caret.
getStyleString(SyntaxStyle) - Static method in class org.gjt.sp.jedit.GUIUtilities
Converts a style into it's string representation.
getStyles() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the syntax styles used to paint colorized text.
getSubEndIndex(int) - Method in class gnu.regexp.REMatch
Deprecated. Use getEndIndex(int) instead
getSubStartIndex(int) - Method in class gnu.regexp.REMatch
Deprecated. Use getStartIndex(int) instead.
getSuper(Interpreter) - Method in class bsh.NameSpace
Get the parent namespace' This reference or this namespace' This reference if we are the top.
getSymbolicModifierName(int) - Static method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Returns a the symbolic modifier name for the specified Java modifier flag.
getSymbolicModifierName(int) - Static method in class org.gjt.sp.jedit.gui.KeyEventTranslator
Returns a the symbolic modifier name for the specified Java modifier flag.
getSymlinkPath() - Method in class org.gjt.sp.jedit.Buffer
If this file is a symbolic link, returns the link destination.
getSystemId() - Method in class com.microstar.xml.XmlException
Get the URI of the entity containing the error.
getTabSize() - Method in class org.gjt.sp.jedit.Buffer
Returns the tab size used in this buffer.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.gjt.sp.jedit.browser.FileCellRenderer
 
getTarget() - Method in class bsh.TargetError
 
getTargetClass() - Method in class bsh.ClassIdentifier
 
getTerminateChar() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
getText(int, int) - Method in class org.gjt.sp.jedit.Buffer
Returns the specified text range.
getText(int, int, Segment) - Method in class org.gjt.sp.jedit.Buffer
Returns the specified text range in a Segment.
getText(int, int) - Method in class org.gjt.sp.jedit.buffer.ContentManager
 
getText(int, int, Segment) - Method in class org.gjt.sp.jedit.buffer.ContentManager
 
getText(int, int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the specified substring of the buffer.
getText(int, int, Segment) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Copies the specified substring of the buffer into a segment.
getText() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the entire text of this text area.
getTextArea() - Method in class org.gjt.sp.jedit.EditPane
Returns the view's text area.
getTextArea() - Method in class org.gjt.sp.jedit.View
Returns the current edit pane's text area.
getThread(int) - Method in class org.gjt.sp.util.WorkThreadPool
Returns the specified thread.
getThreadCount() - Method in class org.gjt.sp.util.WorkThreadPool
Returns the number of threads in this pool.
getToken(int) - Method in class bsh.Parser
 
getTokenAtOffset(Token, int) - Static method in class org.gjt.sp.jedit.TextUtilities
Returns the token that contains the specified offset.
getTokenMarker() - Method in class org.gjt.sp.jedit.Mode
Returns the token marker for this mode.
getTokenMarker() - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
getTokenMarker(String) - Method in class org.gjt.sp.jedit.syntax.XModeHandler
Returns the token marker for the given mode.
getTokens() - Method in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
Returns the first syntax token.
getToolBar() - Method in class org.gjt.sp.jedit.View
Returns the view's tool bar.
getToolTipText(MouseEvent) - Method in class org.gjt.sp.jedit.textarea.Gutter
Returns the tool tip to display at the specified location.
getToolTipText(int, int) - Method in class org.gjt.sp.jedit.textarea.TextAreaExtension
Called by the text area when the mouse hovers over the location specified in the mouse event.
getToolTipText(MouseEvent) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the tool tip to display at the specified location.
getTopDockingArea() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
getTrailingWhiteSpace(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the number of trailing whitespace characters in the specified string.
getTree() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
Returns the result tree.
getTreeModel() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
getTwoStageSaveName(String) - Method in class org.gjt.sp.jedit.io.VFS
Returns a temporary file name based on the given path.
getType() - Method in class bsh.Primitive
Get the corresponding Java primitive TYPE class for this Primitive.
getType() - Method in class bsh.Variable
A type of null means loosely typed variable
getType() - Method in class gnu.regexp.REException
Returns the type of the exception, one of the constants listed above.
getType(String) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the given type descriptor.
getType(Class) - Static method in class org.objectweb.asm.Type
Returns the Java type corresponding to the given class.
getTypeDescriptor() - Method in class bsh.Variable
 
getUrlVFS() - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns the URL VFS.
getVFS() - Method in class org.gjt.sp.jedit.Buffer
Returns the virtual filesystem responsible for loading and saving this buffer.
getVFSByName(String) - Static method in class org.gjt.sp.jedit.io.VFSManager
Deprecated. Use getVFSForProtocol() instead.
getVFSForPath(String) - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns the VFS for the specified path.
getVFSForProtocol(String) - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns the VFS for the specified protocol.
getVFSs() - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns a list of all registered filesystems.
getValue() - Method in class bsh.Primitive
Return the primitive value stored in its java.lang wrapper class
getValue() - Method in class org.gjt.sp.jedit.gui.JCheckBoxList.Entry
 
getValueAt(int, int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
getValues() - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
 
getVariable(String) - Method in class bsh.NameSpace
Get the specified variable in this namespace or a parent namespace.
getVariable(String, boolean) - Method in class bsh.NameSpace
Get the specified variable in this namespace.
getVariableImpl(String, boolean) - Method in class bsh.NameSpace
Locate a variable and return the Variable object with optional recursion through parent name spaces.
getVariableNames() - Method in class bsh.NameSpace
Get the names of variables defined in this namespace.
getVersion() - Static method in class org.gjt.sp.jedit.jEdit
Returns the jEdit version as a human-readable string.
getView(Component) - Static method in class org.gjt.sp.jedit.EditAction
Deprecated. Call GUIUtilities.getView() instead.
getView() - Method in class org.gjt.sp.jedit.EditPane
Returns the view containing this edit pane.
getView(Component) - Static method in class org.gjt.sp.jedit.GUIUtilities
Finds the view parent of the specified component.
getView() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
getView() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Returns this dockable window manager's view.
getView() - Method in class org.gjt.sp.jedit.msg.BufferUpdate
Returns the view involved, which may be null.
getView() - Method in class org.gjt.sp.jedit.msg.EditorExitRequested
Returns the view involved.
getView() - Method in class org.gjt.sp.jedit.msg.ViewUpdate
Returns the view involved.
getView() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns this text area's view.
getViewConfig() - Method in class org.gjt.sp.jedit.View
 
getViewCount() - Static method in class org.gjt.sp.jedit.jEdit
Returns the number of open views.
getViews() - Static method in class org.gjt.sp.jedit.jEdit
Returns an array of all open views.
getVirtualWidth(int, int) - Method in class org.gjt.sp.jedit.Buffer
Returns the virtual column number (taking tabs into account) of the specified position.
getVirtualWidth(Segment, int) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns the virtual column number (taking tabs into account) of the specified offset in the segment.
getVisibleLines() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns the number of lines visible in this text area.
getWhat() - Method in class org.gjt.sp.jedit.msg.BufferUpdate
Returns what caused this buffer update.
getWhat() - Method in class org.gjt.sp.jedit.msg.DockableWindowUpdate
Returns what caused this dockable update.
getWhat() - Method in class org.gjt.sp.jedit.msg.EditPaneUpdate
Returns what caused this edit pane update.
getWhat() - Method in class org.gjt.sp.jedit.msg.PluginUpdate
Returns what caused this plugin update.
getWhat() - Method in class org.gjt.sp.jedit.msg.ViewUpdate
Returns what caused this view update.
getWrapGuideColor() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns the wrap guide color.
getZipFile() - Method in class org.gjt.sp.jedit.JARClassLoader
Deprecated. Call PluginJAR.getZipFile() instead.
getZipFile() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the plugin's JAR file, opening it if necessary.
globToRE(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Converts a Unix-style glob to a regular expression.
gnu.regexp - package gnu.regexp
 
goTo(View) - Method in class org.gjt.sp.jedit.search.HyperSearchResult
 
goToActionBar() - Method in class org.gjt.sp.jedit.gui.ActionBar
 
goToBuffer(Buffer) - Method in class org.gjt.sp.jedit.View
If this buffer is open in one of the view's edit panes, sets focus to that edit pane.
goToBufferEnd(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the end of the buffer.
goToBufferStart(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the beginning of the buffer.
goToEndOfLine(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the end of the current line.
goToEndOfWhiteSpace(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the last non-whitespace character of the current line.
goToFirstVisibleLine(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the first visible line.
goToLastVisibleLine(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the last visible line.
goToMarker(char, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the marker with the specified shortcut.
goToMatchingBracket() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the bracket matching the one before the caret.
goToNextBracket(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the next closing bracket.
goToNextCharacter(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the next character.
goToNextFold(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the next fold.
goToNextLine(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Move the caret to the next line.
goToNextMarker(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the next marker.
goToNextPage(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the next screenful.
goToNextParagraph(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the start of the next paragraph.
goToNextWord(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the start of the next word.
goToNextWord(boolean, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the start of the next word.
goToParentFold() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the fold containing the one at the caret position.
goToPrevBracket(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the previous bracket.
goToPrevCharacter(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the previous character.
goToPrevFold(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the previous fold.
goToPrevLine(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the previous line.
goToPrevMarker(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the previous marker.
goToPrevPage(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the previous screenful.
goToPrevParagraph(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the start of the previous paragraph.
goToPrevWord(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the start of the previous word.
goToPrevWord(boolean, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the start of the previous word.
goToStartOfLine(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the beginning of the current line.
goToStartOfWhiteSpace(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the first non-whitespace character of the current line.
gotoURL(String, boolean) - Method in class org.gjt.sp.jedit.help.HelpViewer
Displays the specified URL in the HTML component.
gridBag - Variable in class org.gjt.sp.jedit.AbstractOptionPane
The layout manager.
gv - Variable in class org.gjt.sp.jedit.syntax.Chunk
 

H

HASH_BANG_COMMENT - Static variable in interface bsh.ParserConstants
 
HEX_LITERAL - Static variable in interface bsh.ParserConstants
 
HIGHEST_LAYER - Static variable in class org.gjt.sp.jedit.textarea.Gutter
Highest possible layer.
HIGHEST_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
Highest possible layer.
HIGH_PRIORITY - Static variable in class org.gjt.sp.jedit.Buffer
 
HOOK - Static variable in interface bsh.ParserConstants
 
Handler - class org.gjt.sp.jedit.proto.jeditresource.Handler.
 
Handler() - Constructor for class org.gjt.sp.jedit.proto.jeditresource.Handler
 
HandlerBase - class com.microstar.xml.HandlerBase.
Convenience base class for AElfred handlers.
HandlerBase() - Constructor for class com.microstar.xml.HandlerBase
 
HelpViewer - class org.gjt.sp.jedit.help.HelpViewer.
jEdit's searchable help viewer.
HelpViewer() - Constructor for class org.gjt.sp.jedit.help.HelpViewer
Creates a new help viewer with the default help page.
HelpViewer(URL) - Constructor for class org.gjt.sp.jedit.help.HelpViewer
Creates a new help viewer for the specified URL.
HelpViewer(String) - Constructor for class org.gjt.sp.jedit.help.HelpViewer
Creates a new help viewer for the specified URL.
HistoryModel - class org.gjt.sp.jedit.gui.HistoryModel.
A history list.
HistoryModel(String) - Constructor for class org.gjt.sp.jedit.gui.HistoryModel
Creates a new history list.
HistoryTextField - class org.gjt.sp.jedit.gui.HistoryTextField.
Text field with an arrow-key accessable history.
HistoryTextField() - Constructor for class org.gjt.sp.jedit.gui.HistoryTextField
Creates a new history text field.
HistoryTextField(String) - Constructor for class org.gjt.sp.jedit.gui.HistoryTextField
Creates a new history text field.
HistoryTextField(String, boolean) - Constructor for class org.gjt.sp.jedit.gui.HistoryTextField
Creates a new history text field.
HistoryTextField(String, boolean, boolean) - Constructor for class org.gjt.sp.jedit.gui.HistoryTextField
Creates a new history text field.
HyperSearchResult - class org.gjt.sp.jedit.search.HyperSearchResult.
A set of occurrences of the search string on a given line in a buffer.
HyperSearchResult.Occur - class org.gjt.sp.jedit.search.HyperSearchResult.Occur.
 
HyperSearchResults - class org.gjt.sp.jedit.search.HyperSearchResults.
HyperSearch results window.
HyperSearchResults(View) - Constructor for class org.gjt.sp.jedit.search.HyperSearchResults
 
HyperSearchResults.ActionHandler - class org.gjt.sp.jedit.search.HyperSearchResults.ActionHandler.
 
HyperSearchResults.ActionHandler() - Constructor for class org.gjt.sp.jedit.search.HyperSearchResults.ActionHandler
 
handleClient(boolean, String, String[]) - Static method in class org.gjt.sp.jedit.EditServer
 
handleClient(boolean, boolean, boolean, String, String[]) - Static method in class org.gjt.sp.jedit.EditServer
 
handleKey(KeyEventTranslator.Key) - Method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Handles the given keystroke.
handleKey(KeyEventTranslator.Key) - Method in class org.gjt.sp.jedit.gui.InputHandler
Handles a keystroke.
handleMessage(EBMessage) - Method in interface org.gjt.sp.jedit.EBComponent
Handles a message sent on the EditBus.
handleMessage(EBMessage) - Method in class org.gjt.sp.jedit.EBPlugin
Handles a message sent on the EditBus.
handleMessage(EBMessage) - Method in class org.gjt.sp.jedit.EditPane
 
handleMessage(EBMessage) - Method in class org.gjt.sp.jedit.Macros.Recorder
 
handleMessage(EBMessage) - Method in class org.gjt.sp.jedit.View
 
handleMessage(EBMessage) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
handleMessage(EBMessage) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
handleMessage(EBMessage) - Method in class org.gjt.sp.jedit.gui.LogViewer
 
handleMessage(EBMessage) - Method in class org.gjt.sp.jedit.help.HelpViewer
 
handleMessage(EBMessage) - Method in class org.gjt.sp.jedit.pluginmgr.PluginManager
 
handleMessage(EBMessage) - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
handleMessage(EBMessage) - Method in class org.gjt.sp.jedit.search.SearchDialog
 
handlePopupTrigger(MouseEvent) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Do the same thing as right-clicking on the text area.
handleToken(Segment, byte, int, int, TokenMarker.LineContext) - Method in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
Called by the token marker when a syntax token has been parsed.
handleToken(Segment, byte, int, int, TokenMarker.LineContext) - Method in class org.gjt.sp.jedit.syntax.DisplayTokenHandler
Called by the token marker when a syntax token has been parsed.
handleToken(Segment, byte, int, int, TokenMarker.LineContext) - Method in class org.gjt.sp.jedit.syntax.DummyTokenHandler
Called by the token marker when a syntax token has been parsed.
handleToken(Segment, byte, int, int, TokenMarker.LineContext) - Method in interface org.gjt.sp.jedit.syntax.TokenHandler
Called by the token marker when a syntax token has been parsed.
hasJava14() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if Java 2 version 1.4, or Java 2 version 1.5 is in use.
hasJava15() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if Java 2 version 1.5 is in use.
hasModifier(String) - Method in class bsh.BshMethod
 
hasModifier(String) - Method in class bsh.Modifiers
 
hasModifier(String) - Method in class bsh.Variable
 
hasMoreElements() - Method in class gnu.regexp.REMatchEnumeration
Returns true if there are more matches in the input text.
hasMoreMatches() - Method in class gnu.regexp.REMatchEnumeration
Returns true if there are more matches in the input text.
hasMoreMatches(StringBuffer) - Method in class gnu.regexp.REMatchEnumeration
Returns true if there are more matches in the input text.
hasNext() - Method in interface bsh.BshIterator
Returns true if and only if there are more objects available via the next() method
hasNext() - Method in class bsh.CollectionManager.BasicBshIterator
Returns true if and only if there are more objects available via the next() method
hasNext() - Method in class bsh.collection.CollectionIterator
Returns true if and only if there are more objects available via the next() method
hasScreenMenuBar() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns whether the screen menu bar on Mac OS X is in use.
hasSuperImport() - Method in class bsh.BshClassManager
A "super import" ("import *") operation has been performed.
hashChar - Variable in class org.gjt.sp.jedit.syntax.ParserRule
 
hashCode() - Method in class bsh.Primitive
The hash of the Primitive is tied to the hash of the wrapped value but shifted so that they are not the same.
hashCode() - Method in class org.gjt.sp.jedit.buffer.FoldHandler
 
hashCode() - Method in class org.gjt.sp.jedit.gui.KeyEventTranslator.Key
 
hashCode() - Method in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
haveAccessibility() - Static method in class bsh.Capabilities
If accessibility is enabled determine if the accessibility mechanism exists and if we have the optional bsh package to use it.
haveSwing() - Static method in class bsh.Capabilities
 
height - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
hidden - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 
hideDockableWindow(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Hides the specified dockable window.
hideSplashScreen() - Static method in class org.gjt.sp.jedit.GUIUtilities
Ensures that the splash screen is not visible.
hideWaitCursor() - Method in class org.gjt.sp.jedit.View
Hides the wait cursor.
hyperSearch(View) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Performs a HyperSearch.
hyperSearch(View, boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Performs a HyperSearch.

I

I2B - Static variable in interface org.objectweb.asm.Constants
 
I2C - Static variable in interface org.objectweb.asm.Constants
 
I2D - Static variable in interface org.objectweb.asm.Constants
 
I2F - Static variable in interface org.objectweb.asm.Constants
 
I2L - Static variable in interface org.objectweb.asm.Constants
 
I2S - Static variable in interface org.objectweb.asm.Constants
 
IADD - Static variable in interface org.objectweb.asm.Constants
 
IALOAD - Static variable in interface org.objectweb.asm.Constants
 
IAND - Static variable in interface org.objectweb.asm.Constants
 
IASTORE - Static variable in interface org.objectweb.asm.Constants
 
ICONST_0 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_1 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_2 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_3 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_4 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_5 - Static variable in interface org.objectweb.asm.Constants
 
ICONST_M1 - Static variable in interface org.objectweb.asm.Constants
 
IDENTIFIER - Static variable in interface bsh.ParserConstants
 
IDIV - Static variable in interface org.objectweb.asm.Constants
 
ID_COUNT - Static variable in class org.gjt.sp.jedit.syntax.Token
 
IF - Static variable in interface bsh.ParserConstants
 
IFEQ - Static variable in interface org.objectweb.asm.Constants
 
IFGE - Static variable in interface org.objectweb.asm.Constants
 
IFGT - Static variable in interface org.objectweb.asm.Constants
 
IFLE - Static variable in interface org.objectweb.asm.Constants
 
IFLT - Static variable in interface org.objectweb.asm.Constants
 
IFNE - Static variable in interface org.objectweb.asm.Constants
 
IFNONNULL - Static variable in interface org.objectweb.asm.Constants
 
IFNULL - Static variable in interface org.objectweb.asm.Constants
 
IF_ACMPEQ - Static variable in interface org.objectweb.asm.Constants
 
IF_ACMPNE - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPEQ - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPGE - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPGT - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPLE - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPLT - Static variable in interface org.objectweb.asm.Constants
 
IF_ICMPNE - Static variable in interface org.objectweb.asm.Constants
 
IINC - Static variable in interface org.objectweb.asm.Constants
 
ILOAD - Static variable in interface org.objectweb.asm.Constants
 
IMPLEMENTS - Static variable in interface bsh.ParserConstants
 
IMPORT - Static variable in interface bsh.ParserConstants
 
IMUL - Static variable in interface org.objectweb.asm.Constants
 
INCR - Static variable in interface bsh.ParserConstants
 
INDENT_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
Indent debug.
INEG - Static variable in interface org.objectweb.asm.Constants
 
INSERT - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
An insert file request.
INSTANCE - Static variable in class org.gjt.sp.jedit.syntax.DummyTokenHandler
To avoid having to create new instances of this class, use this variable.
INSTANCEOF - Static variable in interface bsh.ParserConstants
 
INSTANCEOF - Static variable in interface org.objectweb.asm.Constants
 
INT - Static variable in interface bsh.ParserConstants
 
INT - Static variable in class org.objectweb.asm.Type
The sort of the int type.
INTEGER_LITERAL - Static variable in interface bsh.ParserConstants
 
INTERFACE - Static variable in interface bsh.ParserConstants
 
INT_TYPE - Static variable in class org.objectweb.asm.Type
The int type.
INVALID - Static variable in class org.gjt.sp.jedit.syntax.Token
 
INVOKEINTERFACE - Static variable in interface org.objectweb.asm.Constants
 
INVOKESPECIAL - Static variable in interface org.objectweb.asm.Constants
 
INVOKESTATIC - Static variable in interface org.objectweb.asm.Constants
 
INVOKEVIRTUAL - Static variable in interface org.objectweb.asm.Constants
 
IOBUFSIZE - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
Size of I/O buffers.
IOProgressMonitor - class org.gjt.sp.jedit.gui.IOProgressMonitor.
 
IOProgressMonitor() - Constructor for class org.gjt.sp.jedit.gui.IOProgressMonitor
 
IOR - Static variable in interface org.objectweb.asm.Constants
 
IREM - Static variable in interface org.objectweb.asm.Constants
 
IRETURN - Static variable in interface org.objectweb.asm.Constants
 
ISHL - Static variable in interface org.objectweb.asm.Constants
 
ISHR - Static variable in interface org.objectweb.asm.Constants
 
ISTORE - Static variable in interface org.objectweb.asm.Constants
 
ISUB - Static variable in interface org.objectweb.asm.Constants
 
IS_ESCAPE - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
IUSHR - Static variable in interface org.objectweb.asm.Constants
 
IXOR - Static variable in interface org.objectweb.asm.Constants
 
IfStatement() - Method in class bsh.Parser
 
ImportDeclaration() - Method in class bsh.Parser
 
InclusiveOrExpression() - Method in class bsh.Parser
 
IndentFoldHandler - class org.gjt.sp.jedit.buffer.IndentFoldHandler.
A fold handler that folds lines based on their indent level.
IndentFoldHandler() - Constructor for class org.gjt.sp.jedit.buffer.IndentFoldHandler
 
InputHandler - class org.gjt.sp.jedit.gui.InputHandler.
An input handler converts the user's key strokes into concrete actions.
InputHandler(View) - Constructor for class org.gjt.sp.jedit.gui.InputHandler
Creates a new input handler.
InstanceOfExpression() - Method in class bsh.Parser
 
IntegerArray - class org.gjt.sp.util.IntegerArray.
A simple collection that stores integers and grows automatically.
IntegerArray() - Constructor for class org.gjt.sp.util.IntegerArray
 
IntegerArray(int) - Constructor for class org.gjt.sp.util.IntegerArray
 
Interpreter - class bsh.Interpreter.
The BeanShell script interpreter.
Interpreter(Reader, PrintStream, PrintStream, boolean, NameSpace, Interpreter, String) - Constructor for class bsh.Interpreter
The main constructor.
Interpreter(Reader, PrintStream, PrintStream, boolean, NameSpace) - Constructor for class bsh.Interpreter
 
Interpreter(Reader, PrintStream, PrintStream, boolean) - Constructor for class bsh.Interpreter
 
Interpreter(ConsoleInterface, NameSpace) - Constructor for class bsh.Interpreter
Construct a new interactive interpreter attached to the specified console using the specified parent namespace.
Interpreter(ConsoleInterface) - Constructor for class bsh.Interpreter
Construct a new interactive interpreter attached to the specified console.
Interpreter() - Constructor for class bsh.Interpreter
Create an interpreter for evaluation only.
InterpreterError - exception bsh.InterpreterError.
An internal error in the interpreter has occurred.
InterpreterError(String) - Constructor for class bsh.InterpreterError
 
id - Variable in class org.gjt.sp.jedit.pluginmgr.MirrorList.Mirror
 
id - Variable in class org.gjt.sp.jedit.syntax.Token
The id of this token.
identifierToClass(ClassIdentifier) - Static method in class bsh.NameSpace
This is a helper method for working inside of bsh scripts and commands.
ignorableWhitespace(char[], int, int) - Method in class com.microstar.xml.HandlerBase
Handle ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in interface com.microstar.xml.XmlHandler
Ignorable whitespace.
image - Variable in class bsh.Token
The string image of the token.
importClass(String) - Method in class bsh.NameSpace
Import a class name.
importObject(Object) - Method in class bsh.NameSpace
Import a compiled Java object's methods and variables into this namespace.
importPackage(String) - Method in class bsh.NameSpace
subsequent imports override earlier ones
importStatic(Class) - Method in class bsh.NameSpace
 
importedClasses - Variable in class bsh.NameSpace
 
inBuf - Variable in class bsh.JavaCharStream
 
inNativeCode() - Method in class bsh.TargetError
Return true if the TargetError was generated from native code.
inRule - Variable in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
indentLine(int, boolean, boolean) - Method in class org.gjt.sp.jedit.Buffer
Deprecated. Use Buffer.indentLine(int,boolean) instead.
indentLine(int, boolean) - Method in class org.gjt.sp.jedit.Buffer
Indents the specified line.
indentLines(int, int) - Method in class org.gjt.sp.jedit.Buffer
Indents all specified lines.
indentLines(int[]) - Method in class org.gjt.sp.jedit.Buffer
Indents all specified lines.
indentSelectedLines() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Indents all selected lines.
init() - Method in class org.gjt.sp.jedit.AbstractOptionPane
Do not override this method, override AbstractOptionPane._init() instead.
init() - Static method in class org.gjt.sp.jedit.Java14
 
init() - Method in class org.gjt.sp.jedit.Mode
Initializes the edit mode.
init() - Method in interface org.gjt.sp.jedit.OptionPane
This method is called every time the option pane is displayed.
init() - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Initialises dockable window manager.
init() - Static method in class org.gjt.sp.jedit.io.VFSManager
Do not call.
init() - Method in class org.gjt.sp.jedit.menu.EnhancedMenu
 
init(Segment, TabExpander, float, FontRenderContext) - Method in class org.gjt.sp.jedit.syntax.Chunk
 
init() - Method in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
Clears the list of tokens.
init(SyntaxStyle[], FontRenderContext, TabExpander, List, float) - Method in class org.gjt.sp.jedit.syntax.DisplayTokenHandler
 
init(boolean, int) - Static method in class org.gjt.sp.util.Log
Initializes the log.
init(int, String, String, String[]) - Method in class org.objectweb.asm.CodeWriter
Initializes this CodeWriter to define the bytecode of the specified method.
initBufferSwitcher(EditPane, BufferSwitcher) - Static method in class org.gjt.sp.jedit.Java14
 
initChunk(Chunk, Segment) - Method in class org.gjt.sp.jedit.syntax.DisplayTokenHandler
 
initInstance(Object, String, Object[]) - Static method in class bsh.ClassGeneratorUtil
Initialize an instance of the class.
initKeyBindings() - Method in class org.gjt.sp.jedit.ActionSet
Initializes the action set's key bindings.
initialComponentCount - Variable in class org.gjt.sp.jedit.menu.EnhancedMenu
 
initialize(Object, int, RESyntax, int, int) - Method in class gnu.regexp.RE
 
initialized - Variable in class org.gjt.sp.jedit.AbstractOptionPane
Has the option pane been initialized?
initialized - Variable in class org.gjt.sp.jedit.syntax.Chunk
 
input(Component, String, Object) - Static method in class org.gjt.sp.jedit.GUIUtilities
Displays an input dialog box and returns any text the user entered.
input(Component, String, Object[], Object) - Static method in class org.gjt.sp.jedit.GUIUtilities
Displays an input dialog box and returns any text the user entered.
input(Component, String) - Static method in class org.gjt.sp.jedit.Macros
Utility method that can be used to prompt for input in a macro.
input(Component, String, String) - Static method in class org.gjt.sp.jedit.Macros
Utility method that can be used to prompt for input in a macro.
input - Variable in class org.gjt.sp.jedit.gui.KeyEventTranslator.Key
 
inputProperty(Component, String, String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Displays an input dialog box and returns any text the user entered.
inputProperty(Component, String, Object[], String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Displays an input dialog box and returns any text the user entered.
inputStream - Variable in class bsh.JavaCharStream
 
input_stream - Variable in class bsh.ParserTokenManager
 
insert(int, String) - Method in class org.gjt.sp.jedit.Buffer
Inserts a string into the buffer.
insert(int, Segment) - Method in class org.gjt.sp.jedit.Buffer
Inserts a string into the buffer.
insert(int, String) - Method in class org.gjt.sp.jedit.buffer.ContentManager
 
insert(int, Segment) - Method in class org.gjt.sp.jedit.buffer.ContentManager
 
insert(View, Buffer, String) - Method in class org.gjt.sp.jedit.io.FileVFS
 
insert(View, Buffer, String) - Method in class org.gjt.sp.jedit.io.VFS
Inserts a file into the specified buffer.
insertAtColumn(int, int, String) - Method in class org.gjt.sp.jedit.Buffer
Like the Buffer.insert(int,String) method, but inserts the string at the specified virtual column.
insertEnterAndIndent() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
 
insertFile(View, String) - Method in class org.gjt.sp.jedit.Buffer
Loads a file from disk, and inserts it into this buffer.
insertIndented(int, String) - Method in class org.gjt.sp.jedit.Buffer
Inserts a string into the buffer, indenting each line of the string to match the indent of the first line.
insertString(int, String, AttributeSet) - Method in class org.gjt.sp.jedit.Buffer
Deprecated. Call insert() instead.
insertTabAndIndent() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
 
insideCompoundEdit() - Method in class org.gjt.sp.jedit.Buffer
Returns if a compound edit is currently active.
insideCompoundEdit() - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
intValue() - Method in class bsh.Primitive
 
interactive - Variable in class bsh.Interpreter
 
intern(String) - Method in class com.microstar.xml.XmlParser
Return an internalised version of a string.
intern(char[], int, int) - Method in class com.microstar.xml.XmlParser
Create an internalised string from a character array.
intern() - Method in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
invalidateCachedFoldLevels() - Method in class org.gjt.sp.jedit.Buffer
Invalidates all cached fold level information.
invalidateCachedList() - Method in class org.gjt.sp.jedit.search.BufferListSet
 
invalidateCachedScreenLineCounts() - Method in class org.gjt.sp.jedit.Buffer
Invalidates all cached screen line count information.
invalidateLayout(Container) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager.DockableLayout
 
invalidateLayout(Container) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
 
invalidateLine(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Marks a line as needing a repaint.
invalidateLineRange(int, int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Marks a range of physical lines as needing a repaint.
invalidateScreenLineCounts() - Method in class org.gjt.sp.jedit.buffer.LineManager
 
invalidateScreenLineRange(int, int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Marks a range of screen lines as needing a repaint.
invalidateSelectedLines() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Repaints the lines containing the selection.
invertSelection() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Inverts the selection.
invoke(Object[], Interpreter) - Method in class bsh.BshMethod
Invoke the declared method with the specified arguments and interpreter reference.
invoke(Object[], Interpreter, CallStack) - Method in class bsh.BshMethod
Invoke the declared method with the specified arguments, interpreter reference, and callstack.
invoke(Object[], Interpreter, CallStack, SimpleNode) - Method in class bsh.BshMethod
 
invoke(Interpreter, CallStack) - Static method in class bsh.commands.dir
Implement dir() command.
invoke(Interpreter, CallStack, String) - Static method in class bsh.commands.dir
Implement dir( String directory ) command.
invoke(View) - Method in class org.gjt.sp.jedit.BeanShellAction
 
invoke(View) - Method in class org.gjt.sp.jedit.EditAction
Invokes the action.
invoke(View) - Method in class org.gjt.sp.jedit.Macros.Macro
 
invokeAction(EventObject, EditAction) - Method in class org.gjt.sp.jedit.ActionContext
Invokes the given action in response to a user-generated event.
invokeAction(String) - Method in class org.gjt.sp.jedit.gui.InputHandler
Invokes the specified action, repeating and recording it as necessary.
invokeAction(EditAction) - Method in class org.gjt.sp.jedit.gui.InputHandler
Invokes the specified action, repeating and recording it as necessary.
invokeLastAction() - Method in class org.gjt.sp.jedit.gui.InputHandler
 
invokeMain(Class, String[]) - Static method in class bsh.Interpreter
 
invokeMethod(String, Object[], Interpreter) - Method in class bsh.NameSpace
Invoke a method in this namespace with the specified args and interpreter reference.
invokeMethod(String, Object[], Interpreter, CallStack, SimpleNode) - Method in class bsh.NameSpace
This method simply delegates to This.invokeMethod();
invokeMethod(String, Object[]) - Method in class bsh.This
Invoke specified method as from outside java code, using the declaring interpreter and current namespace.
invokeMethod(String, Object[], Interpreter, CallStack, SimpleNode, boolean) - Method in class bsh.This
Invoke a method in this namespace with the specified args, interpreter reference, callstack, and caller info.
invokeReadNextChar(char) - Method in class org.gjt.sp.jedit.gui.InputHandler
 
invokeSuperclassMethod(BshClassManager, Object, String, Object[]) - Method in class bsh.ClassGenerator
Invoke a super.method() style superclass method on an object instance.
invokeSuperclassMethod(BshClassManager, Object, String, Object[]) - Method in class bsh.ClassGeneratorImpl
 
invokeSuperclassMethodImpl(BshClassManager, Object, String, Object[]) - Static method in class bsh.ClassGeneratorImpl
 
isAbsolutePath(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns if the specified path name is an absolute path or URL.
isAncestorOf(Component, Component) - Static method in class org.gjt.sp.jedit.GUIUtilities
Returns if the first component is an ancestor of the second by traversing up the component hierarchy.
isAntiAliasEnabled() - Method in class org.gjt.sp.jedit.gui.FontSelector
 
isAntiAliasEnabled() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns if anti-aliasing is enabled.
isAssigned() - Method in class org.gjt.sp.jedit.gui.GrabKeyDialog.KeyBinding
 
isBackgroundModeEnabled() - Static method in class org.gjt.sp.jedit.jEdit
Returns true if jEdit was started with the -background command-line switch.
isBlockCaretEnabled() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns true if the caret should be drawn as a block, false otherwise.
isBshIterable(Object) - Method in class bsh.CollectionManager
 
isBuiltIn() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
Returns if this is a built-in ruleset.
isCaretBlinkEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns true if the caret is blinking, false otherwise.
isChecked() - Method in class org.gjt.sp.jedit.gui.JCheckBoxList.Entry
 
isClassBeingDefined(String) - Method in class bsh.BshClassManager
 
isClosed() - Method in class org.gjt.sp.jedit.Buffer
Returns true if this buffer has been closed with jEdit.closeBuffer(View,Buffer).
isClosed() - Method in class org.gjt.sp.jedit.View
Returns true if this view has been closed with jEdit.closeView(View).
isCurrentLineHighlightEnabled() - Method in class org.gjt.sp.jedit.textarea.Gutter
 
isDOSDerived() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running Windows 95/98/ME/NT/2000/XP, or OS/2.
isDirty() - Method in class org.gjt.sp.jedit.Buffer
Returns whether there have been unsaved changes to this buffer.
isDockableWindowDocked(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Returns if the specified dockable window is docked into the view.
isDockableWindowVisible(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Returns if the specified dockable window is visible.
isDragEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns if drag and drop of text is enabled.
isDragInProgress() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Drag and drop of text in jEdit is implementing using jEdit 1.4 APIs, however since jEdit must run with Java 1.3, this class only has the necessary support to call a hook method via reflection.
isEditable() - Method in class org.gjt.sp.jedit.Buffer
Returns true if this file is editable, false otherwise.
isEditable() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns true if this text area is editable, false otherwise.
isExiting() - Method in class org.gjt.sp.jedit.msg.PluginUpdate
Returns true if this plugin is being unloaded as part of the shutdown process, in which case some components like the help viewer and plugin manager ignore the event.
isExpanded() - Method in class org.gjt.sp.jedit.textarea.Gutter
Identifies whether the gutter is collapsed or expanded.
isFocusTraversable() - Method in class org.gjt.sp.jedit.gui.EnhancedButton
 
isFoldEnd(int) - Method in class org.gjt.sp.jedit.Buffer
Returns if the specified line ends a fold.
isFoldStart(int) - Method in class org.gjt.sp.jedit.Buffer
Returns if the specified line begins a fold.
isFractionalFontMetricsEnabled() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns if fractional font metrics are enabled.
isHorizontalLayout() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
isLeaf() - Method in class org.gjt.sp.jedit.buffer.LineElement
Deprecated.  
isLeaf() - Method in class org.gjt.sp.jedit.buffer.RootElement
 
isLeaf(Object) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
isLineHighlightEnabled() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns true if line highlight is enabled, false otherwise.
isLineVisible(int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Returns if the specified line is visible.
isLoaded() - Method in class org.gjt.sp.jedit.Buffer
Returns true if the buffer is loaded.
isMacOS() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running MacOS X.
isMacOSLF() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running MacOS X and using the native look and feel.
isMainThread() - Static method in class org.gjt.sp.jedit.jEdit
Returns true if the currently running thread is the main thread.
isManagingFocus() - Method in class org.gjt.sp.jedit.gui.GrabKeyDialog
Returns if this component can be traversed by pressing the Tab key.
isManagingFocus() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns if this component can be traversed by pressing the Tab key.
isMap(Object) - Method in class bsh.CollectionManager
 
isMap(Object) - Method in class bsh.collection.CollectionManagerImpl
 
isMarkerHighlightEnabled() - Method in class org.gjt.sp.jedit.textarea.Gutter
 
isMatch(Object) - Method in class gnu.regexp.RE
Checks if the regular expression matches the input in its entirety.
isMatch(Object, int) - Method in class gnu.regexp.RE
Checks if the input string, starting from index, is an exact match of this regular expression.
isMatch(Object, int, int) - Method in class gnu.regexp.RE
Checks if the input, starting from index and using the specified execution flags, is an exact match of this regular expression.
isMiddleButton(int) - Static method in class org.gjt.sp.jedit.GUIUtilities
 
isMultipleSelectionEnabled() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
isMultipleSelectionEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns if multiple selection is enabled.
isNewFile() - Method in class org.gjt.sp.jedit.Buffer
Returns whether this buffer lacks a corresponding version on disk.
isNumber() - Method in class bsh.Primitive
Determine if this primitive is a numeric type.
isOK() - Method in class org.gjt.sp.jedit.gui.CloseDialog
 
isOK() - Method in class org.gjt.sp.jedit.gui.GrabKeyDialog
Returns true, if the dialog has not been cancelled.
isOS2() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running OS/2.
isOpaque() - Method in class org.gjt.sp.jedit.gui.RolloverButton
 
isOverwriteEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns true if overwrite mode is enabled, false otherwise.
isPerformingIO() - Method in class org.gjt.sp.jedit.Buffer
Returns true if the buffer is currently performing I/O.
isPerspectiveDirty() - Static method in class org.gjt.sp.jedit.PerspectiveManager
We only autosave the perspective if it has changed, to avoid spinning up the disk on laptops.
isPlainView() - Method in class org.gjt.sp.jedit.View
Returns true if this is an auxilliary view with no dockable windows.
isPopupTrigger(MouseEvent) - Static method in class org.gjt.sp.jedit.GUIUtilities
Returns if the specified event is the popup trigger event.
isPrefix - Variable in class org.gjt.sp.jedit.gui.GrabKeyDialog.KeyBinding
 
isPrefixActive() - Method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Returns if a prefix key has been pressed.
isPrefixActive() - Method in class org.gjt.sp.jedit.gui.InputHandler
Returns if a prefix key has been pressed.
isQuickCopyEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns if clicking the middle mouse button pastes the most recent selection (% register), and if Control-dragging inserts the selection at the caret.
isReadOnly() - Method in class org.gjt.sp.jedit.Buffer
Returns true if this file is read only, false otherwise.
isRectangularSelectionEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns if rectangular selection is enabled.
isRecursive() - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
isRequestRunning() - Method in class org.gjt.sp.util.WorkThread
Returns if the work thread is currently running a request.
isRightButton(int) - Static method in class org.gjt.sp.jedit.GUIUtilities
 
isRightClickPopupEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns if the right click popup menu is enabled.
isScreenLineCountValid(int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
isScriptRunning() - Static method in class org.gjt.sp.jedit.BeanShell
Returns if a BeanShell script or macro is currently running.
isSelected(Component) - Method in class org.gjt.sp.jedit.BeanShellAction
 
isSelected(Component) - Method in class org.gjt.sp.jedit.EditAction
If this edit action is a toggle, returns if it is selected or not.
isSelectionRectangular() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, check if the appropriate Selection is an instance of the Selection.Rect class.
isStructureHighlightEnabled() - Method in class org.gjt.sp.jedit.textarea.Gutter
Returns true if structure highlighting is enabled, false otherwise.
isStructureHighlightEnabled() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns true if structure highlighting is enabled, false otherwise.
isSupportedEncoding(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns if the given character encoding is supported.
isTemporary() - Method in class org.gjt.sp.jedit.Buffer
Returns if this is a temporary buffer.
isToggle() - Method in class org.gjt.sp.jedit.EditAction
Returns if this edit action should be displayed as a check box in menus.
isToolsJarAvailable() - Static method in class org.gjt.sp.jedit.MiscUtilities
If on JDK 1.2 or higher, make sure that tools.jar is available.
isTransactionInProgress() - Method in class org.gjt.sp.jedit.Buffer
Returns if an undo or compound edit is currently in progress.
isURL(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Checks if the specified string is a URL.
isUnix() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running Unix (this includes MacOS X).
isUntitled() - Method in class org.gjt.sp.jedit.Buffer
Returns true if this file is 'untitled'.
isVMS() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running VMS.
isValid() - Method in interface gnu.regexp.CharIndexed
Returns true if the most recent move() operation placed the cursor position at a valid position in the input.
isValid() - Method in class org.gjt.sp.util.CharIndexedSegment
 
isVetoed() - Method in class org.gjt.sp.jedit.EBMessage
Deprecated. Returns false.
isVisible(SimpleNode) - Method in interface bsh.BSHBlock.NodeFilter
 
isVisible(DockableWindowManager.Entry) - Method in interface org.gjt.sp.jedit.gui.DockableWindowContainer
 
isVisible(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
 
isVisible(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
isWindows() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running Windows 95/98/ME/NT/2000/XP.
isWindows9x() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running Windows 95/98/ME.
isWindowsNT() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if we're running Windows NT/2000/XP.
isWrapGuidePainted() - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Returns true if the wrap guide is drawn, false otherwise.
isWrapperType(Class) - Static method in class bsh.Primitive
 
isWriteLocked() - Method in class org.gjt.sp.util.ReadWriteLock
 
isX11() - Static method in class org.gjt.sp.jedit.OperatingSystem
Returns if this OS is likely to be using X11 as the graphics system.

J

JARClassLoader - class org.gjt.sp.jedit.JARClassLoader.
A class loader implementation that loads classes from JAR files.
JARClassLoader() - Constructor for class org.gjt.sp.jedit.JARClassLoader
This constructor creates a class loader for loading classes from all plugins.
JAVACODE - Static variable in class bsh.NameSpace
 
JCheckBoxList - class org.gjt.sp.jedit.gui.JCheckBoxList.
A list where items can be selected and checked off independently.
JCheckBoxList(Object[]) - Constructor for class org.gjt.sp.jedit.gui.JCheckBoxList
Creates a checkbox list with the given list of objects.
JCheckBoxList(Vector) - Constructor for class org.gjt.sp.jedit.gui.JCheckBoxList
Creates a checkbox list with the given list of objects.
JCheckBoxList.Entry - class org.gjt.sp.jedit.gui.JCheckBoxList.Entry.
A check box list entry.
JCheckBoxList.Entry(Object) - Constructor for class org.gjt.sp.jedit.gui.JCheckBoxList.Entry
 
JCheckBoxList.Entry(boolean, Object) - Constructor for class org.gjt.sp.jedit.gui.JCheckBoxList.Entry
 
JEditTextArea - class org.gjt.sp.jedit.textarea.JEditTextArea.
jEdit's text component.
JEditTextArea(View) - Constructor for class org.gjt.sp.jedit.textarea.JEditTextArea
Creates a new JEditTextArea.
JJTALLOCATIONEXPRESSION - Static variable in interface bsh.ParserTreeConstants
 
JJTAMBIGUOUSNAME - Static variable in interface bsh.ParserTreeConstants
 
JJTARGUMENTS - Static variable in interface bsh.ParserTreeConstants
 
JJTARRAYDIMENSIONS - Static variable in interface bsh.ParserTreeConstants
 
JJTARRAYINITIALIZER - Static variable in interface bsh.ParserTreeConstants
 
JJTASSIGNMENT - Static variable in interface bsh.ParserTreeConstants
 
JJTBINARYEXPRESSION - Static variable in interface bsh.ParserTreeConstants
 
JJTBLOCK - Static variable in interface bsh.ParserTreeConstants
 
JJTCASTEXPRESSION - Static variable in interface bsh.ParserTreeConstants
 
JJTCLASSDECLARATION - Static variable in interface bsh.ParserTreeConstants
 
JJTENHANCEDFORSTATEMENT - Static variable in interface bsh.ParserTreeConstants
 
JJTFORMALCOMMENT - Static variable in interface bsh.ParserTreeConstants
 
JJTFORMALPARAMETER - Static variable in interface bsh.ParserTreeConstants
 
JJTFORMALPARAMETERS - Static variable in interface bsh.ParserTreeConstants
 
JJTFORSTATEMENT - Static variable in interface bsh.ParserTreeConstants
 
JJTIFSTATEMENT - Static variable in interface bsh.ParserTreeConstants
 
JJTIMPORTDECLARATION - Static variable in interface bsh.ParserTreeConstants
 
JJTLITERAL - Static variable in interface bsh.ParserTreeConstants
 
JJTMETHODDECLARATION - Static variable in interface bsh.ParserTreeConstants
 
JJTMETHODINVOCATION - Static variable in interface bsh.ParserTreeConstants
 
JJTPACKAGEDECLARATION - Static variable in interface bsh.ParserTreeConstants
 
JJTPRIMARYEXPRESSION - Static variable in interface bsh.ParserTreeConstants
 
JJTPRIMARYSUFFIX - Static variable in interface bsh.ParserTreeConstants
 
JJTPRIMITIVETYPE - Static variable in interface bsh.ParserTreeConstants
 
JJTRETURNSTATEMENT - Static variable in interface bsh.ParserTreeConstants
 
JJTRETURNTYPE - Static variable in interface bsh.ParserTreeConstants
 
JJTSTATEMENTEXPRESSIONLIST - Static variable in interface bsh.ParserTreeConstants
 
JJTSWITCHLABEL - Static variable in interface bsh.ParserTreeConstants
 
JJTSWITCHSTATEMENT - Static variable in interface bsh.ParserTreeConstants
 
JJTTERNARYEXPRESSION - Static variable in interface bsh.ParserTreeConstants
 
JJTTHROWSTATEMENT - Static variable in interface bsh.ParserTreeConstants
 
JJTTRYSTATEMENT - Static variable in interface bsh.ParserTreeConstants
 
JJTTYPE - Static variable in interface bsh.ParserTreeConstants
 
JJTTYPEDVARIABLEDECLARATION - Static variable in interface bsh.ParserTreeConstants
 
JJTUNARYEXPRESSION - Static variable in interface bsh.ParserTreeConstants
 
JJTVARIABLEDECLARATOR - Static variable in interface bsh.ParserTreeConstants
 
JJTVOID - Static variable in interface bsh.ParserTreeConstants
 
JJTWHILESTATEMENT - Static variable in interface bsh.ParserTreeConstants
 
JSR - Static variable in interface org.objectweb.asm.Constants
 
Java14 - class org.gjt.sp.jedit.Java14.
This file must be compiled with a JDK 1.4 or higher javac.
Java14() - Constructor for class org.gjt.sp.jedit.Java14
 
JavaCharStream - class bsh.JavaCharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class bsh.JavaCharStream
 
JavaCharStream(Reader, int, int) - Constructor for class bsh.JavaCharStream
 
JavaCharStream(Reader) - Constructor for class bsh.JavaCharStream
 
JavaCharStream(InputStream, int, int, int) - Constructor for class bsh.JavaCharStream
 
JavaCharStream(InputStream, int, int) - Constructor for class bsh.JavaCharStream
 
JavaCharStream(InputStream) - Constructor for class bsh.JavaCharStream
 
jEdit - class org.gjt.sp.jedit.jEdit.
The main class of the jEdit text editor.
jjFillToken() - Method in class bsh.ParserTokenManager
 
jj_nt - Variable in class bsh.Parser
 
jjstrLiteralImages - Static variable in class bsh.ParserTokenManager
 
jjtNodeName - Static variable in interface bsh.ParserTreeConstants
 
jjtree - Variable in class bsh.Parser
 
joinLines() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Joins the current and the next line.

K

KB_FORMAT - Static variable in class org.gjt.sp.jedit.MiscUtilities
 
KEYWORD1 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
KEYWORD2 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
KEYWORD3 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
KEYWORD4 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
KeyEventTranslator - class org.gjt.sp.jedit.gui.KeyEventTranslator.
In conjunction with the KeyEventWorkaround, hides some warts in the AWT key event API.
KeyEventTranslator() - Constructor for class org.gjt.sp.jedit.gui.KeyEventTranslator
 
KeyEventTranslator.Key - class org.gjt.sp.jedit.gui.KeyEventTranslator.Key.
 
KeyEventTranslator.Key(String, int, char) - Constructor for class org.gjt.sp.jedit.gui.KeyEventTranslator.Key
 
KeyEventWorkaround - class org.gjt.sp.jedit.gui.KeyEventWorkaround.
Various hacks to get keyboard event handling to behave in a consistent manner across Java implementations.
KeyEventWorkaround() - Constructor for class org.gjt.sp.jedit.gui.KeyEventWorkaround
 
KeywordMap - class org.gjt.sp.jedit.syntax.KeywordMap.
A KeywordMap is similar to a hashtable in that it maps keys to values.
KeywordMap(boolean) - Constructor for class org.gjt.sp.jedit.syntax.KeywordMap
Creates a new KeywordMap.
KeywordMap(boolean, int) - Constructor for class org.gjt.sp.jedit.syntax.KeywordMap
Creates a new KeywordMap.
KillRing - class org.gjt.sp.jedit.buffer.KillRing.
 
key - Variable in class org.gjt.sp.jedit.gui.KeyEventTranslator.Key
 
keyHandler - Variable in class org.gjt.sp.jedit.gui.EnhancedDialog
 
kind - Variable in class bsh.Token
An integer that describes the kind of this token.

L

L2D - Static variable in interface org.objectweb.asm.Constants
 
L2F - Static variable in interface org.objectweb.asm.Constants
 
L2I - Static variable in interface org.objectweb.asm.Constants
 
LABEL - Static variable in class org.gjt.sp.jedit.syntax.Token
 
LADD - Static variable in interface org.objectweb.asm.Constants
 
LALOAD - Static variable in interface org.objectweb.asm.Constants
 
LAND - Static variable in interface org.objectweb.asm.Constants
 
LASTORE - Static variable in interface org.objectweb.asm.Constants
 
LBRACE - Static variable in interface bsh.ParserConstants
 
LBRACKET - Static variable in interface bsh.ParserConstants
 
LCMP - Static variable in interface org.objectweb.asm.Constants
 
LCONST_0 - Static variable in interface org.objectweb.asm.Constants
 
LCONST_1 - Static variable in interface org.objectweb.asm.Constants
 
LDC - Static variable in interface org.objectweb.asm.Constants
 
LDIV - Static variable in interface org.objectweb.asm.Constants
 
LE - Static variable in interface bsh.ParserConstants
 
LEFT - Static variable in class org.gjt.sp.jedit.gui.DockableWindowManager
Left position.
LETTER - Static variable in interface bsh.ParserConstants
 
LEX - Static variable in interface bsh.ParserConstants
 
LINESEP - Static variable in class org.gjt.sp.jedit.Buffer
Line separator property.
LINE_BACKGROUND_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
The line highlight and collapsed fold highlight layer.
LITERAL1 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
LITERAL2 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
LITERAL3 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
LITERAL4 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
LLOAD - Static variable in interface org.objectweb.asm.Constants
 
LMUL - Static variable in interface org.objectweb.asm.Constants
 
LNEG - Static variable in interface org.objectweb.asm.Constants
 
LOAD - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
A file load request.
LOADED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer loaded.
LOADED - Static variable in class org.gjt.sp.jedit.msg.PluginUpdate
Plugin loaded.
LOAD_DATA - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
 
LOAD_STARTED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer load started.
LOCALSCOPING - Static variable in class bsh.Interpreter
 
LONG - Static variable in interface bsh.ParserConstants
 
LONG - Static variable in class org.objectweb.asm.Type
The sort of the long type.
LONG_TYPE - Static variable in class org.objectweb.asm.Type
The long type.
LOOKUPSWITCH - Static variable in interface org.objectweb.asm.Constants
 
LOR - Static variable in interface org.objectweb.asm.Constants
 
LOWER_CASE - Static variable in class org.gjt.sp.jedit.TextUtilities
 
LOWEST_LAYER - Static variable in class org.gjt.sp.jedit.textarea.Gutter
The lowest possible layer.
LOWEST_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
The lowest possible layer.
LOW_LATENCY_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
Low latency capability.
LPAREN - Static variable in interface bsh.ParserConstants
 
LREM - Static variable in interface org.objectweb.asm.Constants
 
LRETURN - Static variable in interface org.objectweb.asm.Constants
 
LSHIFT - Static variable in interface bsh.ParserConstants
 
LSHIFTASSIGN - Static variable in interface bsh.ParserConstants
 
LSHIFTASSIGNX - Static variable in interface bsh.ParserConstants
 
LSHIFTX - Static variable in interface bsh.ParserConstants
 
LSHL - Static variable in interface org.objectweb.asm.Constants
 
LSHR - Static variable in interface org.objectweb.asm.Constants
 
LSTORE - Static variable in interface org.objectweb.asm.Constants
 
LSUB - Static variable in interface org.objectweb.asm.Constants
 
LT - Static variable in interface bsh.ParserConstants
 
LTX - Static variable in interface bsh.ParserConstants
 
LUSHR - Static variable in interface org.objectweb.asm.Constants
 
LXOR - Static variable in interface org.objectweb.asm.Constants
 
Label - class org.objectweb.asm.Label.
A label represents a position in the bytecode of a method.
Label() - Constructor for class org.objectweb.asm.Label
Constructs a new label.
LabeledStatement() - Method in class bsh.Parser
 
LexicalError(boolean, int, int, int, String, char) - Static method in class bsh.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
Line() - Method in class bsh.Parser
 
LineElement - class org.gjt.sp.jedit.buffer.LineElement.
Deprecated. Used to implement backwards-compatibility with jEdit 3.2.2-style document model.
LineElement(Buffer, int) - Constructor for class org.gjt.sp.jedit.buffer.LineElement
Deprecated.  
LineManager - class org.gjt.sp.jedit.buffer.LineManager.
A class internal to jEdit's document model.
LineManager() - Constructor for class org.gjt.sp.jedit.buffer.LineManager
 
Literal() - Method in class bsh.Parser
 
Log - class org.gjt.sp.util.Log.
This class provides methods for logging events.
Log() - Constructor for class org.gjt.sp.util.Log
 
LogViewer - class org.gjt.sp.jedit.gui.LogViewer.
 
LogViewer() - Constructor for class org.gjt.sp.jedit.gui.LogViewer
 
label - Variable in class org.gjt.sp.jedit.gui.GrabKeyDialog.KeyBinding
 
lastAction - Variable in class org.gjt.sp.jedit.gui.InputHandler
 
lastActionCount - Variable in class org.gjt.sp.jedit.gui.InputHandler
 
lastToken - Variable in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
 
layoutContainer(Container) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager.DockableLayout
 
layoutContainer(Container) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
 
left - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
leftPos - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
length - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 
length - Variable in class org.gjt.sp.jedit.syntax.Token
The length of this token.
lexStateNames - Static variable in class bsh.ParserTokenManager
 
line - Variable in class bsh.JavaCharStream
 
line - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
lineComment() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Prepends each line of the selection with the line comment string.
lineContext - Variable in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
 
lineInStructureScope(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Returns if the specified line is contained in the currently matched structure's scope.
load() - Method in class org.gjt.sp.jedit.ActionSet
Forces the action set to be loaded.
load(View, boolean) - Method in class org.gjt.sp.jedit.Buffer
Loads the buffer from disk, even if it is loaded already.
load() - Static method in class org.gjt.sp.jedit.BufferHistory
 
load() - Static method in class org.gjt.sp.jedit.buffer.KillRing
 
load(View, Buffer, String) - Method in class org.gjt.sp.jedit.io.VFS
Loads the specified buffer.
load() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Loads search and replace state from the properties.
loadCaretInfo() - Method in class org.gjt.sp.jedit.EditPane
Loads the caret information from the current buffer.
loadClass(String, boolean) - Method in class org.gjt.sp.jedit.JARClassLoader
 
loadDefaultImports() - Method in class bsh.NameSpace
Import standard packages.
loadDockableWindows(PluginJAR, URL, PluginJAR.PluginCacheEntry) - Static method in class org.gjt.sp.jedit.gui.DockableWindowManager
Plugins shouldn't need to call this method.
loadFavorites() - Static method in class org.gjt.sp.jedit.io.FavoritesVFS
 
loadGeometry(Window, String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Loads a windows's geometry from the properties.
loadHistory() - Static method in class org.gjt.sp.jedit.gui.HistoryModel
 
loadIcon(String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Loads an icon.
loadIfNecessary() - Method in class org.gjt.sp.jedit.Mode
Loads the mode from disk if it hasn't been loaded already.
loadMacros() - Static method in class org.gjt.sp.jedit.Macros
Rebuilds the macros list, and sends a MacrosChanged message (views update their Macros menu upon receiving it)
loadMenu(String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Creates a menu.
loadMenu(ActionContext, String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Creates a menu.
loadMenuBar(String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Creates a menubar.
loadMenuBar(ActionContext, String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Creates a menubar.
loadMenuItem(String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Creates a menu item.
loadMenuItem(String, boolean) - Static method in class org.gjt.sp.jedit.GUIUtilities
Creates a menu item.
loadMenuItem(ActionContext, String, boolean) - Static method in class org.gjt.sp.jedit.GUIUtilities
Creates a menu item.
loadPerspective(boolean) - Static method in class org.gjt.sp.jedit.PerspectiveManager
 
loadPopupMenu(String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Creates a popup menu.
loadPopupMenu(ActionContext, String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Creates a popup menu.
loadServices(PluginJAR, URL, PluginJAR.PluginCacheEntry) - Static method in class org.gjt.sp.jedit.ServiceManager
Loads a services.xml file.
loadSourceClass(String) - Method in class bsh.BshClassManager
 
loadStyles(String, int) - Static method in class org.gjt.sp.jedit.GUIUtilities
Loads the syntax styles from the properties, giving them the specified base font family and size.
loadStyles(String, int, boolean) - Static method in class org.gjt.sp.jedit.GUIUtilities
Loads the syntax styles from the properties, giving them the specified base font family and size.
loadToolBar(String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Creates a toolbar.
loadToolBar(ActionContext, String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Creates a toolbar.
loadToolButton(String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Loads a tool bar button.
loadToolButton(ActionContext, String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Loads a tool bar button.
loadingIcon - Static variable in class org.gjt.sp.jedit.browser.FileCellRenderer
 
locateFile(String) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
Goes to the given file's directory and selects the file in the list.
location - Variable in class org.gjt.sp.jedit.pluginmgr.MirrorList.Mirror
 
log(int, Object, Object) - Static method in class org.gjt.sp.util.Log
Logs a message.
lookingAhead - Variable in class bsh.Parser
 
lookup(Segment, int, int) - Method in class org.gjt.sp.jedit.syntax.KeywordMap
Looks up a key.

M

MAGIC - Static variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
MAJOR_ACTIONS - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
MARKERS_CHANGED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer markers changed.
MARKUP - Static variable in class org.gjt.sp.jedit.syntax.Token
 
MARK_FOLLOWING - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
MARK_PREVIOUS - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
MAXLINES - Static variable in class org.gjt.sp.util.Log
The maximum number of log messages that will be kept in memory.
MAX_CHUNK_LEN - Static variable in class org.gjt.sp.jedit.syntax.DisplayTokenHandler
 
MB_FORMAT - Static variable in class org.gjt.sp.jedit.MiscUtilities
 
MESSAGE - Static variable in class org.gjt.sp.util.Log
Message urgency.
METHOD - Static variable in class bsh.Modifiers
 
MINUS - Static variable in interface bsh.ParserConstants
 
MINUSASSIGN - Static variable in interface bsh.ParserConstants
 
MIXED - Static variable in class org.gjt.sp.jedit.TextUtilities
 
MKDIR_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
Make directory capability.
MOD - Static variable in interface bsh.ParserConstants
 
MODASSIGN - Static variable in interface bsh.ParserConstants
 
MODE_CHANGED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Deprecated. No longer sent. Listen for PROPERTIES_CHANGED instead.
MONITORENTER - Static variable in interface org.objectweb.asm.Constants
 
MONITOREXIT - Static variable in interface org.objectweb.asm.Constants
 
MULTIANEWARRAY - Static variable in interface org.objectweb.asm.Constants
 
MULTI_LINE_COMMENT - Static variable in interface bsh.ParserConstants
 
M_INSERT - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
 
M_OPEN - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
 
M_OPEN_NEW_PLAIN_VIEW - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
 
M_OPEN_NEW_SPLIT - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
 
M_OPEN_NEW_VIEW - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
 
Macros - class org.gjt.sp.jedit.Macros.
This class records and runs macros.
Macros() - Constructor for class org.gjt.sp.jedit.Macros
 
Macros.Handler - class org.gjt.sp.jedit.Macros.Handler.
Encapsulates creating and invoking macros in arbitrary scripting languages
Macros.Handler(String) - Constructor for class org.gjt.sp.jedit.Macros.Handler
 
Macros.Macro - class org.gjt.sp.jedit.Macros.Macro.
Encapsulates the macro's label, name and path.
Macros.Macro(Macros.Handler, String, String, String) - Constructor for class org.gjt.sp.jedit.Macros.Macro
 
Macros.Recorder - class org.gjt.sp.jedit.Macros.Recorder.
Handles macro recording.
Macros.Recorder(View, Buffer, boolean) - Constructor for class org.gjt.sp.jedit.Macros.Recorder
 
MacrosProvider - class org.gjt.sp.jedit.menu.MacrosProvider.
 
MacrosProvider() - Constructor for class org.gjt.sp.jedit.menu.MacrosProvider
 
ManagePanel - class org.gjt.sp.jedit.pluginmgr.ManagePanel.
 
ManagePanel(PluginManager) - Constructor for class org.gjt.sp.jedit.pluginmgr.ManagePanel
 
Marker - class org.gjt.sp.jedit.Marker.
Buffers may contain one or more markers which serve as textual bookmarks.
MarkersProvider - class org.gjt.sp.jedit.menu.MarkersProvider.
 
MarkersProvider() - Constructor for class org.gjt.sp.jedit.menu.MarkersProvider
 
MethodDeclaration() - Method in class bsh.Parser
 
MethodInvocation() - Method in class bsh.Parser
 
MirrorList - class org.gjt.sp.jedit.pluginmgr.MirrorList.
 
MirrorList() - Constructor for class org.gjt.sp.jedit.pluginmgr.MirrorList
 
MirrorList.Mirror - class org.gjt.sp.jedit.pluginmgr.MirrorList.Mirror.
 
MirrorList.Mirror() - Constructor for class org.gjt.sp.jedit.pluginmgr.MirrorList.Mirror
 
MiscUtilities - class org.gjt.sp.jedit.MiscUtilities.
Path name manipulation, string manipulation, and more.
MiscUtilities.Compare - interface org.gjt.sp.jedit.MiscUtilities.Compare.
An interface for comparing objects.
MiscUtilities.MenuItemCompare - class org.gjt.sp.jedit.MiscUtilities.MenuItemCompare.
Compares menu item labels.
MiscUtilities.MenuItemCompare() - Constructor for class org.gjt.sp.jedit.MiscUtilities.MenuItemCompare
 
MiscUtilities.StringCompare - class org.gjt.sp.jedit.MiscUtilities.StringCompare.
Compares strings.
MiscUtilities.StringCompare() - Constructor for class org.gjt.sp.jedit.MiscUtilities.StringCompare
 
MiscUtilities.StringICaseCompare - class org.gjt.sp.jedit.MiscUtilities.StringICaseCompare.
Compares strings ignoring case.
MiscUtilities.StringICaseCompare() - Constructor for class org.gjt.sp.jedit.MiscUtilities.StringICaseCompare
 
Mode - class org.gjt.sp.jedit.Mode.
An edit mode defines specific settings for editing some type of file.
Mode(String) - Constructor for class org.gjt.sp.jedit.Mode
Creates a new edit mode.
Modifiers - class bsh.Modifiers.
 
Modifiers() - Constructor for class bsh.Modifiers
 
Modifiers(int, boolean) - Method in class bsh.Parser
THE JAVA LANGUAGE GRAMMAR STARTS HERE *
MouseActions - class org.gjt.sp.jedit.textarea.MouseActions.
 
MouseOptionPane - class org.gjt.sp.jedit.options.MouseOptionPane.
 
MouseOptionPane() - Constructor for class org.gjt.sp.jedit.options.MouseOptionPane
 
MultiplicativeExpression() - Method in class bsh.Parser
 
macroNameToLabel(String) - Static method in class org.gjt.sp.jedit.Macros.Macro
 
main(String[]) - Static method in class bsh.Interpreter
Run the text only interpreter on the command line or specify a file.
main(String[]) - Static method in class bsh.Parser
 
main(String[]) - Static method in class bsh.Remote
 
main(String[]) - Static method in class org.gjt.sp.jedit.jEdit
The main method of the jEdit application.
makeFinal() - Method in class gnu.regexp.RESyntax
Called internally when constructing predefined syntaxes so their interpretation cannot vary.
markSupported() - Method in class gnu.regexp.REFilterInputStream
Deprecated. Returns false.
markSupported() - Method in class gnu.regexp.REFilterReader
Returns false.
markTokens(int, TokenHandler) - Method in class org.gjt.sp.jedit.Buffer
Returns the syntax tokens for the specified line.
markTokens(int) - Method in class org.gjt.sp.jedit.Buffer
Deprecated. Use the other form of markTokens() instead
markTokens(TokenMarker.LineContext, TokenHandler, Segment) - Method in class org.gjt.sp.jedit.syntax.TokenMarker
Do not call this method directly; call Buffer.markTokens() instead.
match(CharIndexed, boolean) - Method in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
 
matcher - Variable in class org.gjt.sp.jedit.textarea.StructureMatcher.Match
 
maxCommonPrefix(String, String) - Static method in class bsh.StringUtil
 
maxNextCharInd - Variable in class bsh.JavaCharStream
 
maximumLayoutSize(Container) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager.DockableLayout
 
maximumLayoutSize(Container) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
 
maybeReloadDirectory(String) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
menuCanceled(MenuEvent) - Method in class org.gjt.sp.jedit.menu.EnhancedMenu
 
menuDeselected(MenuEvent) - Method in class org.gjt.sp.jedit.menu.EnhancedMenu
 
menuSelected(MenuEvent) - Method in class org.gjt.sp.jedit.menu.EnhancedMenu
 
message(Component, String, Object[]) - Static method in class org.gjt.sp.jedit.GUIUtilities
Displays a dialog box.
message(Component, String) - Static method in class org.gjt.sp.jedit.Macros
Utility method that can be used to display a message dialog in a macro.
methodString(String, Class[]) - Static method in class bsh.StringUtil
 
minimumLayoutSize(Container) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager.DockableLayout
 
minimumLayoutSize(Container) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
 
mirrors - Variable in class org.gjt.sp.jedit.pluginmgr.MirrorList
 
mkdir() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
modTime - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
modified - Variable in class org.gjt.sp.jedit.io.FileVFS.LocalDirectoryEntry
 
modifiers - Variable in class org.gjt.sp.jedit.gui.KeyEventTranslator.Key
 
modifiersToString(int) - Static method in class org.gjt.sp.jedit.gui.KeyEventTranslator
 
monospaced - Variable in class org.gjt.sp.jedit.syntax.Chunk
 
move(int) - Method in interface gnu.regexp.CharIndexed
Shifts the input buffer by a given number of positions.
move(int) - Method in class org.gjt.sp.util.CharIndexedSegment
 
moveCaretPosition(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the caret position without deactivating the selection.
moveCaretPosition(int, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the caret position without deactivating the selection.
moveCaretPosition(int, int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the caret position without deactivating the selection.

N

NAME - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
 
NAME - Static variable in class org.gjt.sp.jedit.search.HyperSearchResults
 
NATIVE - Static variable in interface bsh.ParserConstants
 
NE - Static variable in interface bsh.ParserConstants
 
NEW - Static variable in interface bsh.ParserConstants
 
NEW - Static variable in interface org.objectweb.asm.Constants
 
NEWARRAY - Static variable in interface org.objectweb.asm.Constants
 
NEW_BUFFER_ICON - Static variable in class org.gjt.sp.jedit.GUIUtilities
Deprecated. Use GUIUtilities.loadIcon("new.gif"); instead.
NEW_PATH - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
 
NONE - Static variable in class org.gjt.sp.jedit.gui.PanelWindowContainer.RotatedTextIcon
 
NONE - Static variable in class org.gjt.sp.jedit.pluginmgr.MirrorList.Mirror
 
NONPRINTABLE - Static variable in interface bsh.ParserConstants
 
NOP - Static variable in interface org.objectweb.asm.Constants
 
NORMAL_BUFFER_ICON - Static variable in class org.gjt.sp.jedit.GUIUtilities
Deprecated. Use GUIUtilities.loadIcon("normal.gif"); instead.
NORMAL_PRIORITY - Static variable in class org.gjt.sp.jedit.Buffer
 
NORMAL_SCROLL - Static variable in class org.gjt.sp.jedit.textarea.JEditTextArea
 
NOTICE - Static variable in class org.gjt.sp.util.Log
Notice urgency.
NO_ESCAPE - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
NO_LINE_BREAK - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
NO_SCROLL - Static variable in class org.gjt.sp.jedit.textarea.JEditTextArea
 
NO_WORD_BREAK - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
NULL - Static variable in interface bsh.ParserConstants
 
NULL - Static variable in class bsh.Primitive
 
NULL - Static variable in class org.gjt.sp.jedit.syntax.Token
 
NameList() - Method in class bsh.Parser
 
NameSource - interface bsh.NameSource.
This interface supports name completion, which is used primarily for command line tools, etc.
NameSource.Listener - interface bsh.NameSource.Listener.
 
NameSpace - class bsh.NameSpace.
A namespace in which methods, variables, and imports (class names) live.
NameSpace(NameSpace, String) - Constructor for class bsh.NameSpace
 
NameSpace(BshClassManager, String) - Constructor for class bsh.NameSpace
 
NameSpace(NameSpace, BshClassManager, String) - Constructor for class bsh.NameSpace
 
NullLiteral() - Method in class bsh.Parser
 
name - Variable in class org.gjt.sp.jedit.gui.GrabKeyDialog.KeyBinding
 
name - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 
nameSourceChanged(NameSource) - Method in interface bsh.NameSource.Listener
 
nameSpaceChanged() - Method in class bsh.NameSpace
Clear all cached classes and names
narrow(int, int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Narrows the visible portion of the buffer to the specified line range.
narrowToFold() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Hides all lines except those in the fold containing the caret.
narrowToSelection() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Hides all lines except those in the selection.
newFile() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
Creates a new file in the current directory.
newFile(View) - Static method in class org.gjt.sp.jedit.jEdit
Creates a new `untitled' file.
newFile(View, String) - Static method in class org.gjt.sp.jedit.jEdit
Creates a new `untitled' file.
newToken(int) - Static method in class bsh.Token
Returns a new Token object, by default.
newView(View) - Static method in class org.gjt.sp.jedit.jEdit
Creates a new view.
newView(View, Buffer) - Static method in class org.gjt.sp.jedit.jEdit
Creates a new view of a buffer.
newView(View, Buffer, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Creates a new view of a buffer.
newView(View, Buffer, View.ViewConfig) - Static method in class org.gjt.sp.jedit.jEdit
Creates a new view.
next() - Method in interface bsh.BshIterator
Fetch the next object in the iteration
next() - Method in class bsh.CollectionManager.BasicBshIterator
Fetch the next object in the iteration
next - Variable in class bsh.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class bsh.collection.CollectionIterator
Fetch the next object in the iteration
next - Variable in class org.gjt.sp.jedit.search.HyperSearchResult.Occur
 
next - Variable in class org.gjt.sp.jedit.syntax.ParserRule
 
next - Variable in class org.gjt.sp.jedit.syntax.Token
The next token in the linked list.
nextBuffer() - Method in class org.gjt.sp.jedit.EditPane
Selects the next buffer.
nextCharBuf - Variable in class bsh.JavaCharStream
 
nextCharInd - Variable in class bsh.JavaCharStream
 
nextElement() - Method in class gnu.regexp.REMatchEnumeration
Returns the next match in the input text.
nextMatch() - Method in class gnu.regexp.REMatchEnumeration
Returns the next match in the input text.
nextMatch(CharIndexed, boolean, boolean, boolean, boolean) - Method in class org.gjt.sp.jedit.search.BoyerMooreSearchMatcher
Returns the offset of the first match of the specified text within this matcher.
nextMatch(CharIndexed, boolean, boolean, boolean, boolean) - Method in class org.gjt.sp.jedit.search.RESearchMatcher
Returns the offset of the first match of the specified text within this matcher.
nextMatch(CharIndexed, boolean, boolean, boolean, boolean) - Method in class org.gjt.sp.jedit.search.SearchMatcher
Returns the offset of the first match of the specified text within this matcher.
nextTabStop(float, int) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Implementation of TabExpander interface.
nextTextArea() - Method in class org.gjt.sp.jedit.View
Moves keyboard focus to the next text area.
noClassDefFound(String, Error) - Static method in class bsh.BshClassManager
Annotate the NoClassDefFoundError with some info about the class we were trying to load.
noFocusBorder - Static variable in class org.gjt.sp.jedit.options.SyntaxHiliteOptionPane
 
noRecord() - Method in class org.gjt.sp.jedit.BeanShellAction
 
noRecord() - Method in class org.gjt.sp.jedit.EditAction
Returns if this edit action should not be recorded.
noRememberLast() - Method in class org.gjt.sp.jedit.BeanShellAction
Returns if this edit action should not be remembered as the most recently invoked action.
noRememberLast() - Method in class org.gjt.sp.jedit.EditAction
Returns if this edit action should not be remembered as the most recently invoked action.
noRepeat() - Method in class org.gjt.sp.jedit.BeanShellAction
 
noRepeat() - Method in class org.gjt.sp.jedit.EditAction
Returns if this edit action should not be repeated.
normalizeClassName(Class) - Static method in class bsh.StringUtil
Hack - The real method is in Reflect.java which is not public.
numberValue() - Method in class bsh.Primitive
 
numericKeypadKey() - Static method in class org.gjt.sp.jedit.gui.KeyEventWorkaround
A workaround for non-working NumLock status in some Java versions.

O

OBJECT - Static variable in class org.objectweb.asm.Type
The sort of object reference type.
OCTAL_LITERAL - Static variable in interface bsh.ParserConstants
 
OFFSET_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
Print messages when the gap moves, and other offset manager state changes.
OPEN_DIALOG - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
Open file dialog mode.
OPERATOR - Static variable in class org.gjt.sp.jedit.syntax.Token
 
ORASSIGN - Static variable in interface bsh.ParserConstants
 
ORASSIGNX - Static variable in interface bsh.ParserConstants
 
OUT_OF_BOUNDS - Static variable in interface gnu.regexp.CharIndexed
Defines a constant (0xFFFF was somewhat arbitrarily chosen) that can be returned by the charAt() function indicating that the specified index is out of range.
OperatingSystem - class org.gjt.sp.jedit.OperatingSystem.
Operating system detection routines.
OperatingSystem() - Constructor for class org.gjt.sp.jedit.OperatingSystem
 
OptionGroup - class org.gjt.sp.jedit.OptionGroup.
A set of option panes shown in one branch in the options dialog.
OptionGroup(String) - Constructor for class org.gjt.sp.jedit.OptionGroup
Creates an option group.
OptionGroup(String, String, String) - Constructor for class org.gjt.sp.jedit.OptionGroup
Creates an option group.
OptionPane - interface org.gjt.sp.jedit.OptionPane.
The interface all option panes must implement.
OptionsDialog - class org.gjt.sp.jedit.gui.OptionsDialog.
An abstract tabbed options dialog box.
OptionsDialog(Frame, String, String) - Constructor for class org.gjt.sp.jedit.gui.OptionsDialog
 
OptionsDialog(Dialog, String, String) - Constructor for class org.gjt.sp.jedit.gui.OptionsDialog
 
OptionsDialog.OptionTreeModel - class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel.
 
OptionsDialog.OptionTreeModel() - Constructor for class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
objectsEqual(Object, Object) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns if two strings are equal.
occur - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
occurCount - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
offset - Variable in class org.gjt.sp.jedit.syntax.Token
The start offset of this token.
offsetToX(Chunk, int) - Static method in class org.gjt.sp.jedit.syntax.Chunk
Converts an offset in a chunk list into an x co-ordinate.
offsetToX(int) - Method in class org.gjt.sp.jedit.syntax.Chunk
 
offsetToXY(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Converts an offset into a point in the text area painter's co-ordinate space.
offsetToXY(int, int, Point) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Converts an offset into a point in the text area painter's co-ordinate space.
ok() - Method in class org.gjt.sp.jedit.browser.VFSFileChooserDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.AboutDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.BufferOptions
 
ok() - Method in class org.gjt.sp.jedit.gui.CloseDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.EnhancedDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.ErrorListDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.FilesChangedDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.OptionsDialog
 
ok(boolean) - Method in class org.gjt.sp.jedit.gui.OptionsDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.PasteFromListDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.SelectLineRange
 
ok() - Method in class org.gjt.sp.jedit.gui.TextAreaDialog
 
ok() - Method in class org.gjt.sp.jedit.gui.TipOfTheDay
 
ok() - Method in class org.gjt.sp.jedit.gui.ViewRegisters
 
ok() - Method in class org.gjt.sp.jedit.pluginmgr.PluginManager
 
ok() - Method in class org.gjt.sp.jedit.search.SearchDialog
 
openConnection(URL) - Method in class org.gjt.sp.jedit.proto.jeditresource.Handler
 
openDirIcon - Static variable in class org.gjt.sp.jedit.browser.FileCellRenderer
 
openFile(View, String) - Static method in class org.gjt.sp.jedit.jEdit
Opens a file.
openFile(View, String, String, boolean, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Deprecated. The openFile() forms with the readOnly parameter should not be used. The readOnly prameter is no longer supported.
openFile(View, String, String, boolean, boolean, Hashtable) - Static method in class org.gjt.sp.jedit.jEdit
Deprecated. The openFile() forms with the readOnly parameter should not be used. The readOnly prameter is no longer supported.
openFile(View, String, String, boolean, Hashtable) - Static method in class org.gjt.sp.jedit.jEdit
Opens a file.
openFileIcon - Static variable in class org.gjt.sp.jedit.browser.FileCellRenderer
 
openFiles(View, String, String[]) - Static method in class org.gjt.sp.jedit.jEdit
Opens the file names specified in the argument array.
openTemporary(View, String, String, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Opens a temporary buffer.
org.gjt.sp.jedit - package org.gjt.sp.jedit
This package contains jEdit's core classes.
org.gjt.sp.jedit.browser - package org.gjt.sp.jedit.browser
jEdit's file system browser.
org.gjt.sp.jedit.buffer - package org.gjt.sp.jedit.buffer
Buffer event listeners, and classes used to implement jEdit's document model.
org.gjt.sp.jedit.gui - package org.gjt.sp.jedit.gui
Various GUI controls and dialog boxes.
org.gjt.sp.jedit.help - package org.gjt.sp.jedit.help
The jEdit help viewer.
org.gjt.sp.jedit.io - package org.gjt.sp.jedit.io
Virtual file system and multi-threaded I/O.
org.gjt.sp.jedit.menu - package org.gjt.sp.jedit.menu
 
org.gjt.sp.jedit.msg - package org.gjt.sp.jedit.msg
EditBus messages.
org.gjt.sp.jedit.options - package org.gjt.sp.jedit.options
Global Options dialog box panes.
org.gjt.sp.jedit.pluginmgr - package org.gjt.sp.jedit.pluginmgr
The plugin manager.
org.gjt.sp.jedit.print - package org.gjt.sp.jedit.print
Printing.
org.gjt.sp.jedit.proto.jeditresource - package org.gjt.sp.jedit.proto.jeditresource
jeditresource: URL protocol handler, used to load resources from plugin JAR files.
org.gjt.sp.jedit.search - package org.gjt.sp.jedit.search
Search and replace classes.
org.gjt.sp.jedit.syntax - package org.gjt.sp.jedit.syntax
The jEdit syntax highlighting engine.
org.gjt.sp.jedit.textarea - package org.gjt.sp.jedit.textarea
jEdit's text area control.
org.gjt.sp.util - package org.gjt.sp.util
Utility classes used by jEdit but that do not depend on jEdit itself.
org.objectweb.asm - package org.objectweb.asm
 
overlaps(Selection) - Method in class org.gjt.sp.jedit.textarea.Selection
Returns if this selection and the specified selection overlap.

P

PACKAGE - Static variable in interface bsh.ParserConstants
 
PAINT_TIMER - Static variable in class org.gjt.sp.jedit.Debug
Show time taken to repaint text area painter.
PERMISSIONS_PROPERTY - Static variable in class org.gjt.sp.jedit.io.FileVFS
 
PLUS - Static variable in interface bsh.ParserConstants
 
PLUSASSIGN - Static variable in interface bsh.ParserConstants
 
POP - Static variable in interface org.objectweb.asm.Constants
 
POP2 - Static variable in interface org.objectweb.asm.Constants
 
PRINT_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
Printing debug.
PRIVATE - Static variable in interface bsh.ParserConstants
 
PROGRESS_INTERVAL - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
Number of lines per progress increment.
PROPERTIES_CHANGED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Properties changed.
PROPERTIES_CHANGED - Static variable in class org.gjt.sp.jedit.msg.DockableWindowUpdate
Properties changed.
PROTECTED - Static variable in interface bsh.ParserConstants
 
PROTOCOL - Static variable in class org.gjt.sp.jedit.io.FavoritesVFS
 
PROTOCOL - Static variable in class org.gjt.sp.jedit.io.FileRootsVFS
 
PUBLIC - Static variable in interface bsh.ParserConstants
 
PUTFIELD - Static variable in interface org.objectweb.asm.Constants
 
PUTSTATIC - Static variable in interface org.objectweb.asm.Constants
 
PackageDeclaration() - Method in class bsh.Parser
 
PanelWindowContainer - class org.gjt.sp.jedit.gui.PanelWindowContainer.
A container for dockable windows.
PanelWindowContainer(DockableWindowManager, String, int) - Constructor for class org.gjt.sp.jedit.gui.PanelWindowContainer
 
PanelWindowContainer.RotatedTextIcon - class org.gjt.sp.jedit.gui.PanelWindowContainer.RotatedTextIcon.
 
PanelWindowContainer.RotatedTextIcon(int, Font, String) - Constructor for class org.gjt.sp.jedit.gui.PanelWindowContainer.RotatedTextIcon
 
ParseException - exception bsh.ParseException.
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for class bsh.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for class bsh.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class bsh.ParseException
 
Parser - class bsh.Parser.
This is the BeanShell parser.
Parser(InputStream) - Constructor for class bsh.Parser
 
Parser(Reader) - Constructor for class bsh.Parser
 
Parser(ParserTokenManager) - Constructor for class bsh.Parser
 
ParserConstants - interface bsh.ParserConstants.
 
ParserRule - class org.gjt.sp.jedit.syntax.ParserRule.
A parser rule.
ParserRuleSet - class org.gjt.sp.jedit.syntax.ParserRuleSet.
A set of parser rules.
ParserRuleSet(String, String) - Constructor for class org.gjt.sp.jedit.syntax.ParserRuleSet
 
ParserTokenManager - class bsh.ParserTokenManager.
 
ParserTokenManager(JavaCharStream) - Constructor for class bsh.ParserTokenManager
 
ParserTokenManager(JavaCharStream, int) - Constructor for class bsh.ParserTokenManager
 
ParserTreeConstants - interface bsh.ParserTreeConstants.
 
PasteFromListDialog - class org.gjt.sp.jedit.gui.PasteFromListDialog.
 
PasteFromListDialog(String, View, ListModel) - Constructor for class org.gjt.sp.jedit.gui.PasteFromListDialog
 
PerspectiveManager - class org.gjt.sp.jedit.PerspectiveManager.
Manages persistence of open buffers and views across jEdit sessions.
PerspectiveManager() - Constructor for class org.gjt.sp.jedit.PerspectiveManager
 
PluginJAR - class org.gjt.sp.jedit.PluginJAR.
Loads and unloads plugins.
PluginJAR.PluginCacheEntry - class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry.
Used by the DockableWindowManager and ServiceManager to handle caching.
PluginJAR.PluginCacheEntry() - Constructor for class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
PluginList.Plugin - class org.gjt.sp.jedit.pluginmgr.PluginList.Plugin.
 
PluginList.Plugin() - Constructor for class org.gjt.sp.jedit.pluginmgr.PluginList.Plugin
 
PluginManager - class org.gjt.sp.jedit.pluginmgr.PluginManager.
 
PluginManagerOptionPane - class org.gjt.sp.jedit.options.PluginManagerOptionPane.
 
PluginManagerOptionPane() - Constructor for class org.gjt.sp.jedit.options.PluginManagerOptionPane
 
PluginOptions - class org.gjt.sp.jedit.options.PluginOptions.
 
PluginOptions(Frame) - Constructor for class org.gjt.sp.jedit.options.PluginOptions
 
PluginOptions(Frame, String) - Constructor for class org.gjt.sp.jedit.options.PluginOptions
 
PluginOptions(Dialog) - Constructor for class org.gjt.sp.jedit.options.PluginOptions
 
PluginOptions(Dialog, String) - Constructor for class org.gjt.sp.jedit.options.PluginOptions
 
PluginResURLConnection - class org.gjt.sp.jedit.proto.jeditresource.PluginResURLConnection.
 
PluginResURLConnection(URL) - Constructor for class org.gjt.sp.jedit.proto.jeditresource.PluginResURLConnection
 
PluginUpdate - class org.gjt.sp.jedit.msg.PluginUpdate.
Message sent when plugins are loaded and unloaded.
PluginUpdate(PluginJAR, Object, boolean) - Constructor for class org.gjt.sp.jedit.msg.PluginUpdate
Creates a new plugin update message.
PluginsProvider - class org.gjt.sp.jedit.menu.PluginsProvider.
 
PluginsProvider() - Constructor for class org.gjt.sp.jedit.menu.PluginsProvider
 
PositionManager - class org.gjt.sp.jedit.buffer.PositionManager.
A class internal to jEdit's document model.
PositionManager() - Constructor for class org.gjt.sp.jedit.buffer.PositionManager
 
PostfixExpression() - Method in class bsh.Parser
 
PreDecrementExpression() - Method in class bsh.Parser
 
PreIncrementExpression() - Method in class bsh.Parser
 
PrimaryExpression() - Method in class bsh.Parser
 
PrimaryPrefix() - Method in class bsh.Parser
 
PrimarySuffix() - Method in class bsh.Parser
 
Primitive - class bsh.Primitive.
Wrapper for primitive types in Bsh.
Primitive(Object) - Constructor for class bsh.Primitive
 
Primitive(boolean) - Constructor for class bsh.Primitive
 
Primitive(byte) - Constructor for class bsh.Primitive
 
Primitive(short) - Constructor for class bsh.Primitive
 
Primitive(char) - Constructor for class bsh.Primitive
 
Primitive(int) - Constructor for class bsh.Primitive
 
Primitive(long) - Constructor for class bsh.Primitive
 
Primitive(float) - Constructor for class bsh.Primitive
 
Primitive(double) - Constructor for class bsh.Primitive
 
PrimitiveType() - Method in class bsh.Parser
 
PrintOptionPane - class org.gjt.sp.jedit.options.PrintOptionPane.
 
PrintOptionPane() - Constructor for class org.gjt.sp.jedit.options.PrintOptionPane
 
PropertiesChanged - class org.gjt.sp.jedit.msg.PropertiesChanged.
Message sent when properties are changed using the global options or plugin options dialog box.
PropertiesChanged(EBComponent) - Constructor for class org.gjt.sp.jedit.msg.PropertiesChanged
Creates a new properties changed message.
pageSetup(View) - Static method in class org.gjt.sp.jedit.print.BufferPrinter1_3
 
pageSetup(View) - Static method in class org.gjt.sp.jedit.print.BufferPrinter1_4
 
paint(Graphics) - Method in class org.gjt.sp.jedit.gui.RolloverButton
 
paint(Graphics) - Method in class org.gjt.sp.jedit.menu.EnhancedCheckBoxMenuItem
 
paint(Graphics) - Method in class org.gjt.sp.jedit.menu.EnhancedMenuItem
 
paintChildren(Graphics) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
paintChunkBackgrounds(Chunk, Graphics2D, float, float) - Static method in class org.gjt.sp.jedit.syntax.Chunk
Paints the background highlights of a chunk list.
paintChunkList(Chunk, Graphics2D, float, float, boolean) - Static method in class org.gjt.sp.jedit.syntax.Chunk
Paints a chunk list.
paintComponent(Graphics) - Method in class org.gjt.sp.jedit.browser.FileCellRenderer
 
paintComponent(Graphics) - Method in class org.gjt.sp.jedit.gui.FontSelector
 
paintComponent(Graphics) - Method in class org.gjt.sp.jedit.gui.SplashScreen
 
paintComponent(Graphics) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
paintComponent(Graphics) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Repaints the text.
paintIcon(Component, Graphics, int, int) - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer.RotatedTextIcon
 
paintInvalidLine(Graphics2D, int, int) - Method in class org.gjt.sp.jedit.textarea.TextAreaExtension
Called by the text area when the extension is to paint a screen line which is not part of the buffer.
paintScreenLineRange(Graphics2D, int, int, int[], int[], int[], int, int) - Method in class org.gjt.sp.jedit.textarea.TextAreaExtension
Paints a range of screen lines.
paintValidLine(Graphics2D, int, int, int, int, int) - Method in class org.gjt.sp.jedit.textarea.StructureMatcher.Highlight
 
paintValidLine(Graphics2D, int, int, int, int, int) - Method in class org.gjt.sp.jedit.textarea.TextAreaExtension
Called by the text area when the extension is to paint a screen line which has an associated physical line number in the buffer.
paramString() - Method in class org.gjt.sp.jedit.EBMessage
Returns a string representation of this message's parameters.
paramString() - Method in class org.gjt.sp.jedit.msg.BufferUpdate
 
paramString() - Method in class org.gjt.sp.jedit.msg.DockableWindowUpdate
 
paramString() - Method in class org.gjt.sp.jedit.msg.DynamicMenuChanged
 
paramString() - Method in class org.gjt.sp.jedit.msg.EditPaneUpdate
 
paramString() - Method in class org.gjt.sp.jedit.msg.PluginUpdate
 
paramString() - Method in class org.gjt.sp.jedit.msg.VFSUpdate
 
paramString() - Method in class org.gjt.sp.jedit.msg.ViewUpdate
 
parent - Variable in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
parse(String, String, String) - Method in class com.microstar.xml.XmlParser
Parse an XML document from a URI.
parse(String, String, InputStream, String) - Method in class com.microstar.xml.XmlParser
Parse an XML document from a byte stream.
parse(String, String, Reader) - Method in class com.microstar.xml.XmlParser
Parse an XML document from a character stream.
parseColor(String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Converts a color name to a color object.
parseColor(String, Color) - Static method in class org.gjt.sp.jedit.GUIUtilities
 
parseKey(String) - Static method in class org.gjt.sp.jedit.gui.KeyEventTranslator
Converts a string to a keystroke.
parseKeyStroke(String) - Static method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Deprecated. We don't use Swing KeyStrokes anymore.
parsePermissions(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Parse a Unix-style permission string (rwxrwxrwx).
parseStyle(String, String, int) - Static method in class org.gjt.sp.jedit.GUIUtilities
Converts a style string to a style object.
parseStyle(String, String, int, boolean) - Static method in class org.gjt.sp.jedit.GUIUtilities
Converts a style string to a style object.
paste(JEditTextArea, char) - Static method in class org.gjt.sp.jedit.Registers
Insets the contents of the specified register into the text area.
paste(JEditTextArea, char, boolean) - Static method in class org.gjt.sp.jedit.Registers
Inserts the contents of the specified register into the text area.
path - Variable in class org.gjt.sp.jedit.BufferHistory.Entry
 
path - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 
path - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
pathToFile(String) - Method in class bsh.Interpreter
Localize a path to the file name based on the bsh.cwd interpreter working directory.
plainClassForName(String) - Method in class bsh.BshClassManager
Perform a plain Class.forName() or call the externally provided classloader.
plainView - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
plugin - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
pluginClass - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
pop() - Method in class bsh.CallStack
 
popNode() - Method in class bsh.Parser
 
preContentRemoved(Buffer, int, int, int, int) - Method in class org.gjt.sp.jedit.buffer.BufferChangeAdapter
Called when text is about to be removed from the buffer, but is still present.
preContentRemoved(Buffer, int, int, int, int) - Method in interface org.gjt.sp.jedit.buffer.BufferChangeListener
Called when text is about to be removed from the buffer, but is still present.
preferredLayoutSize(Container) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager.DockableLayout
 
preferredLayoutSize(Container) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
 
preloadSearchDialog(View) - Static method in class org.gjt.sp.jedit.search.SearchDialog
Preloads the search dialog for the given for so that it can be quickly displayed later.
prependMessage(String) - Method in class bsh.EvalError
Prepend the message if it is non-null.
prettifyMenuLabel(String) - Static method in class org.gjt.sp.jedit.GUIUtilities
`Prettifies' a menu item label by removing the `$' sign.
prevBuffer() - Method in class org.gjt.sp.jedit.EditPane
Selects the previous buffer.
prevCharIsCR - Variable in class bsh.JavaCharStream
 
prevCharIsLF - Variable in class bsh.JavaCharStream
 
prevTextArea() - Method in class org.gjt.sp.jedit.View
Moves keyboard focus to the previous text area.
print(Object) - Method in interface bsh.ConsoleInterface
 
print(Object) - Method in class bsh.Interpreter
 
print(View, Buffer, boolean) - Static method in class org.gjt.sp.jedit.print.BufferPrinter1_3
 
print(View, Buffer, boolean) - Static method in class org.gjt.sp.jedit.print.BufferPrinter1_4
 
printStackTrace() - Method in class bsh.TargetError
 
printStackTrace(PrintStream) - Method in class bsh.TargetError
 
printStackTrace(boolean, PrintStream) - Method in class bsh.TargetError
 
printTargetError(Throwable) - Method in class bsh.TargetError
Generate a printable string showing the wrapped target exception.
println(Object) - Method in interface bsh.ConsoleInterface
 
println(Object) - Method in class bsh.Interpreter
 
processKeyEvent(KeyEvent) - Method in class org.gjt.sp.jedit.View
Forwards key events directly to the input handler.
processKeyEvent(KeyEvent, boolean) - Method in class org.gjt.sp.jedit.View
Forwards key events directly to the input handler.
processKeyEvent(KeyEvent, int) - Method in class org.gjt.sp.jedit.View
Forwards key events directly to the input handler.
processKeyEvent(KeyEvent) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
processKeyEvent(KeyEvent) - Method in class org.gjt.sp.jedit.gui.GrabKeyDialog
 
processKeyEvent(KeyEvent) - Method in class org.gjt.sp.jedit.gui.HistoryTextField
 
processKeyEvent(KeyEvent) - Static method in class org.gjt.sp.jedit.gui.KeyEventWorkaround
 
processKeyEvent(KeyEvent) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
 
processMouseEvent(MouseEvent) - Method in class org.gjt.sp.jedit.gui.HistoryTextField
 
processingInstruction(String, String) - Method in class com.microstar.xml.HandlerBase
Handle a processing instruction.
processingInstruction(String, String) - Method in interface com.microstar.xml.XmlHandler
Processing instruction.
progressUpdate(WorkThreadPool, int) - Method in class org.gjt.sp.jedit.gui.StatusBar
 
progressUpdate(WorkThreadPool, int) - Method in interface org.gjt.sp.util.WorkThreadProgressListener
 
propertiesChanged() - Method in class org.gjt.sp.jedit.Buffer
Reloads settings from the properties.
propertiesChanged() - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
propertiesChanged() - Static method in class org.gjt.sp.jedit.buffer.KillRing
 
propertiesChanged() - Static method in class org.gjt.sp.jedit.gui.HistoryModel
 
propertiesChanged() - Method in class org.gjt.sp.jedit.gui.StatusBar
 
propertiesChanged() - Static method in class org.gjt.sp.jedit.jEdit
Reloads various settings from the properties.
propertiesChanged() - Method in class org.gjt.sp.jedit.search.SearchBar
 
propertiesChanged() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Called by jEdit when necessary.
provider - Variable in class org.gjt.sp.jedit.menu.EnhancedMenu
 
providerCode - Variable in class org.gjt.sp.jedit.menu.EnhancedMenu
 
prune() - Method in class bsh.NameSpace
Used for serialization
push(NameSpace) - Method in class bsh.CallStack
 
putBooleanProperty(String, boolean) - Method in class org.gjt.sp.jedit.Buffer
Deprecated. Call setBooleanProperty() instead
putInMap(Object, Object, Object) - Method in class bsh.CollectionManager
 
putInMap(Object, Object, Object) - Method in class bsh.collection.CollectionManagerImpl
 
putProperty(Object, Object) - Method in class org.gjt.sp.jedit.Buffer
Deprecated. Call setProperty() instead.

Q

queueTOCReload() - Method in class org.gjt.sp.jedit.help.HelpViewer
 
quickHyperSearch(boolean) - Method in class org.gjt.sp.jedit.View
Quick HyperSearch.
quickIncrementalSearch(boolean) - Method in class org.gjt.sp.jedit.View
Quick search.
quicksort(Object[], Comparator) - Static method in class org.gjt.sp.jedit.MiscUtilities
Sorts the specified array.
quicksort(Vector, Comparator) - Static method in class org.gjt.sp.jedit.MiscUtilities
Sorts the specified vector.
quicksort(List, Comparator) - Static method in class org.gjt.sp.jedit.MiscUtilities
Sorts the specified list.
quicksort(Object[], MiscUtilities.Compare) - Static method in class org.gjt.sp.jedit.MiscUtilities
Sorts the specified array.
quicksort(Vector, MiscUtilities.Compare) - Static method in class org.gjt.sp.jedit.MiscUtilities
Sorts the specified vector.

R

RBRACE - Static variable in interface bsh.ParserConstants
 
RBRACKET - Static variable in interface bsh.ParserConstants
 
RE - class gnu.regexp.RE.
RE provides the user interface for compiling and matching regular expressions.
RE(Object) - Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(Object, int) - Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer using the specified compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(Object, int, RESyntax) - Constructor for class gnu.regexp.RE
Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax.
RE() - Constructor for class gnu.regexp.RE
 
READ_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
Read capability.
READ_ONLY_BUFFER_ICON - Static variable in class org.gjt.sp.jedit.GUIUtilities
Deprecated. Use GUIUtilities.loadIcon("readonly.gif"); instead.
REException - exception gnu.regexp.REException.
This is the regular expression exception class.
REFilterInputStream - class gnu.regexp.REFilterInputStream.
Deprecated. This class cannot properly handle all character encodings. For proper handling, use the REFilterReader class instead.
REFilterInputStream(InputStream, RE, String) - Constructor for class gnu.regexp.REFilterInputStream
Deprecated. Creates an REFilterInputStream.
REFilterReader - class gnu.regexp.REFilterReader.
Replaces instances of a given RE with replacement text.
REFilterReader(Reader, RE, String) - Constructor for class gnu.regexp.REFilterReader
Creates an REFilterReader.
REGEXP - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
REG_ANCHORINDEX - Static variable in class gnu.regexp.RE
Execution flag.
REG_BADBR - Static variable in class gnu.regexp.REException
Error flag.
REG_BADPAT - Static variable in class gnu.regexp.REException
Error flag.
REG_BADRPT - Static variable in class gnu.regexp.REException
Error flag.
REG_DOT_NEWLINE - Static variable in class gnu.regexp.RE
Compilation flag.
REG_EBRACE - Static variable in class gnu.regexp.REException
Error flag.
REG_EBRACK - Static variable in class gnu.regexp.REException
Error flag.
REG_ECTYPE - Static variable in class gnu.regexp.REException
Error flag.
REG_EEND - Static variable in class gnu.regexp.REException
Error flag.
REG_EPAREN - Static variable in class gnu.regexp.REException
Error flag.
REG_ERANGE - Static variable in class gnu.regexp.REException
Error flag.
REG_ESCAPE - Static variable in class gnu.regexp.REException
Error flag.
REG_ESIZE - Static variable in class gnu.regexp.REException
Error flag.
REG_ESPACE - Static variable in class gnu.regexp.REException
Error flag.
REG_ESUBREG - Static variable in class gnu.regexp.REException
Error flag.
REG_ICASE - Static variable in class gnu.regexp.RE
Compilation flag.
REG_MULTILINE - Static variable in class gnu.regexp.RE
Compilation flag.
REG_NOTBOL - Static variable in class gnu.regexp.RE
Execution flag.
REG_NOTEOL - Static variable in class gnu.regexp.RE
Execution flag.
REG_NO_INTERPOLATE - Static variable in class gnu.regexp.RE
Execution flag.
REMatch - class gnu.regexp.REMatch.
An instance of this class represents a match completed by a gnu.regexp matching function.
REMatchEnumeration - class gnu.regexp.REMatchEnumeration.
An REMatchEnumeration enumerates regular expression matches over a given input text.
RENAME_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
Rename file capability.
RESearchMatcher - class org.gjt.sp.jedit.search.RESearchMatcher.
A regular expression string matcher using gnu.regexp.
RESearchMatcher(String, boolean) - Constructor for class org.gjt.sp.jedit.search.RESearchMatcher
Creates a new regular expression string matcher.
RESyntax - class gnu.regexp.RESyntax.
An RESyntax specifies the way a regular expression will be compiled.
RESyntax() - Constructor for class gnu.regexp.RESyntax
Construct a new syntax object with all bits turned off.
RESyntax(RESyntax) - Constructor for class gnu.regexp.RESyntax
Construct a new syntax object with all bits set the same as the other syntax.
RET - Static variable in interface org.objectweb.asm.Constants
 
RETURN - Static variable in interface bsh.ParserConstants
 
RETURN - Static variable in interface org.objectweb.asm.Constants
 
RE_BACKSLASH_ESCAPE_IN_LISTS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_BK_PLUS_QM - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASSES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASS_ESCAPES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CHAR_CLASS_ESC_IN_LISTS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_COMMENTS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INDEP_ANCHORS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INDEP_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_CONTEXT_INVALID_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_DOT_NEWLINE - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_DOT_NOT_NULL - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_HAT_LISTS_NOT_NEWLINE - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_INTERVALS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_LIMITED_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_LOOKAHEAD - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NEWLINE_ALT - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_BRACES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_PARENS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_REFS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_BK_VBAR - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_NO_EMPTY_RANGES - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_PURE_GROUPING - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_STINGY_OPS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_STRING_ANCHORS - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RE_SYNTAX_AWK - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_ED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_EGREP - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_EMACS - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_GREP - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_JAVA_1_4 - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_JEDIT - Static variable in class org.gjt.sp.jedit.search.RESearchMatcher
Perl5 syntax with character classes enabled.
RE_SYNTAX_JEDIT - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
Perl5 syntax with character classes enabled.
RE_SYNTAX_PERL4 - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL4_S - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL5 - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_PERL5_S - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_AWK - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_BASIC - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EGREP - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EXTENDED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_BASIC - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_EXTENDED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_SYNTAX_SED - Static variable in class gnu.regexp.RESyntax
Predefined syntax.
RE_UNMATCHED_RIGHT_PAREN_ORD - Static variable in class gnu.regexp.RESyntax
Syntax bit.
RIGHT - Static variable in class org.gjt.sp.jedit.gui.DockableWindowManager
Right position.
RMSetAccessible(Object) - Static method in class bsh.ReflectManager
Reflect Manager Set Accessible.
RPAREN - Static variable in interface bsh.ParserConstants
 
RSIGNEDSHIFT - Static variable in interface bsh.ParserConstants
 
RSIGNEDSHIFTASSIGN - Static variable in interface bsh.ParserConstants
 
RSIGNEDSHIFTASSIGNX - Static variable in interface bsh.ParserConstants
 
RSIGNEDSHIFTX - Static variable in interface bsh.ParserConstants
 
RUNSIGNEDSHIFT - Static variable in interface bsh.ParserConstants
 
RUNSIGNEDSHIFTASSIGN - Static variable in interface bsh.ParserConstants
 
RUNSIGNEDSHIFTASSIGNX - Static variable in interface bsh.ParserConstants
 
RUNSIGNEDSHIFTX - Static variable in interface bsh.ParserConstants
 
ReInit(Reader, int, int, int) - Method in class bsh.JavaCharStream
 
ReInit(Reader, int, int) - Method in class bsh.JavaCharStream
 
ReInit(Reader) - Method in class bsh.JavaCharStream
 
ReInit(InputStream, int, int, int) - Method in class bsh.JavaCharStream
 
ReInit(InputStream, int, int) - Method in class bsh.JavaCharStream
 
ReInit(InputStream) - Method in class bsh.JavaCharStream
 
ReInit(InputStream) - Method in class bsh.Parser
 
ReInit(Reader) - Method in class bsh.Parser
 
ReInit(ParserTokenManager) - Method in class bsh.Parser
 
ReInit(JavaCharStream) - Method in class bsh.ParserTokenManager
 
ReInit(JavaCharStream, int) - Method in class bsh.ParserTokenManager
 
ReadByte() - Method in class bsh.JavaCharStream
 
ReadWriteLock - class org.gjt.sp.util.ReadWriteLock.
Implements consumer/producer locking scemantics.
ReadWriteLock() - Constructor for class org.gjt.sp.util.ReadWriteLock
 
RecentDirectoriesProvider - class org.gjt.sp.jedit.menu.RecentDirectoriesProvider.
 
RecentDirectoriesProvider() - Constructor for class org.gjt.sp.jedit.menu.RecentDirectoriesProvider
 
RecentFilesProvider - class org.gjt.sp.jedit.menu.RecentFilesProvider.
 
RecentFilesProvider() - Constructor for class org.gjt.sp.jedit.menu.RecentFilesProvider
 
ReflectManager - class bsh.ReflectManager.
ReflectManager is a dynamically loaded extension that supports extended reflection features supported by JDK1.2 and greater.
ReflectManager() - Constructor for class bsh.ReflectManager
 
ReflectManagerImpl - class bsh.reflect.ReflectManagerImpl.
This is the implementation of: ReflectManager - a dynamically loaded extension that supports extended reflection features supported by JDK1.2 and greater.
ReflectManagerImpl() - Constructor for class bsh.reflect.ReflectManagerImpl
 
Registers - class org.gjt.sp.jedit.Registers.
jEdit's registers are an extension of the clipboard metaphor.
Registers.ClipboardRegister - class org.gjt.sp.jedit.Registers.ClipboardRegister.
A clipboard register.
Registers.ClipboardRegister(Clipboard) - Constructor for class org.gjt.sp.jedit.Registers.ClipboardRegister
 
Registers.Register - interface org.gjt.sp.jedit.Registers.Register.
A register.
Registers.StringRegister - class org.gjt.sp.jedit.Registers.StringRegister.
Register that stores a string.
Registers.StringRegister(String) - Constructor for class org.gjt.sp.jedit.Registers.StringRegister
Creates a new string register.
RelationalExpression() - Method in class bsh.Parser
 
Remote - class bsh.Remote.
Remote executor class.
Remote() - Constructor for class bsh.Remote
 
ReturnStatement() - Method in class bsh.Parser
 
ReturnType() - Method in class bsh.Parser
 
RolloverButton - class org.gjt.sp.jedit.gui.RolloverButton.
If you wish to have rollovers on your buttons, use this class.
RolloverButton() - Constructor for class org.gjt.sp.jedit.gui.RolloverButton
Setup the border (invisible initially)
RolloverButton(Icon) - Constructor for class org.gjt.sp.jedit.gui.RolloverButton
Setup the border (invisible initially)
RootElement - class org.gjt.sp.jedit.buffer.RootElement.
A class internal to jEdit's document model.
RootElement(Buffer) - Constructor for class org.gjt.sp.jedit.buffer.RootElement
 
rangeComment() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Adds comment start and end strings to the beginning and end of the selection.
reThrow(String) - Method in class bsh.EvalError
Re-throw the error, prepending the specified message.
read() - Method in class gnu.regexp.REFilterInputStream
Deprecated. Reads the next byte from the stream per the general contract of InputStream.read().
read(byte[], int, int) - Method in class gnu.regexp.REFilterInputStream
Deprecated. Reads from the stream into the provided array.
read(byte[]) - Method in class gnu.regexp.REFilterInputStream
Deprecated. Reads from the stream into the provided array.
read() - Method in class gnu.regexp.REFilterReader
Reads the next character from the stream per the general contract of Reader.read().
read(char[], int, int) - Method in class gnu.regexp.REFilterReader
Reads from the stream into the provided array.
read(char[]) - Method in class gnu.regexp.REFilterReader
Reads from the stream into the provided array.
read(DataInputStream) - Method in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
readChar() - Method in class bsh.JavaCharStream
 
readLock() - Method in class org.gjt.sp.jedit.Buffer
The buffer is guaranteed not to change between calls to Buffer.readLock() and Buffer.readUnlock().
readLock() - Method in class org.gjt.sp.util.ReadWriteLock
 
readNextChar - Variable in class org.gjt.sp.jedit.gui.InputHandler
 
readNextChar(String, String) - Method in class org.gjt.sp.jedit.gui.InputHandler
Invokes the specified BeanShell code, replacing __char__ in the code with the next input character.
readNextChar(String) - Method in class org.gjt.sp.jedit.gui.InputHandler
Deprecated. Use the other form of this method instead
readUnlock() - Method in class org.gjt.sp.jedit.Buffer
The buffer is guaranteed not to change between calls to Buffer.readLock() and Buffer.readUnlock().
readUnlock() - Method in class org.gjt.sp.util.ReadWriteLock
 
recentBuffer() - Method in class org.gjt.sp.jedit.EditPane
Selects the most recently edited buffer.
record(String) - Method in class org.gjt.sp.jedit.Macros.Recorder
 
record(int, String) - Method in class org.gjt.sp.jedit.Macros.Recorder
 
recordInput(int, char, boolean) - Method in class org.gjt.sp.jedit.Macros.Recorder
 
recordInput(String, boolean) - Method in class org.gjt.sp.jedit.Macros.Recorder
 
recordMacro(View) - Static method in class org.gjt.sp.jedit.Macros
Starts recording a macro.
recordTemporaryMacro(View) - Static method in class org.gjt.sp.jedit.Macros
Starts recording a temporary macro.
redirectOutputToFile(String) - Static method in class bsh.Interpreter
 
redo(JEditTextArea) - Method in class org.gjt.sp.jedit.Buffer
Redoes the most recently undone edit.
redo() - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
regionMatches(boolean, Segment, int, char[]) - Static method in class org.gjt.sp.jedit.syntax.SyntaxUtilities
Checks if a subregion of a Segment is equal to a character array.
register(DockableWindowManager.Entry) - Method in interface org.gjt.sp.jedit.gui.DockableWindowContainer
 
register(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
 
register(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
registerDockableWindow(PluginJAR, String, String, boolean) - Static method in class org.gjt.sp.jedit.gui.DockableWindowManager
 
registerFoldHandler(FoldHandler) - Static method in class org.gjt.sp.jedit.buffer.FoldHandler
Deprecated. Write a services.xml file instead; see ServiceManager.
registerHandler(Macros.Handler) - Static method in class org.gjt.sp.jedit.Macros
Adds a macro handler to the handlers list
registerService(String, String, String, PluginJAR) - Static method in class org.gjt.sp.jedit.ServiceManager
Registers a service.
registerVFS(String, VFS) - Static method in class org.gjt.sp.jedit.io.VFSManager
Deprecated. Write a services.xml file instead; see ServiceManager.
reload(View) - Method in class org.gjt.sp.jedit.Buffer
Reloads the buffer from disk, asking for confirmation if the buffer has unsaved changes.
reloadAllBuffers(View, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Reloads all open buffers.
reloadAllClasses() - Method in class bsh.BshClassManager
Overlay the entire path with a new class loader.
reloadClasses(String[]) - Method in class bsh.BshClassManager
Reloading classes means creating a new classloader and using it whenever we are asked for classes in the appropriate space.
reloadDirectory() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
reloadDirectory(String) - Method in class org.gjt.sp.jedit.io.VFS
Called before a directory is reloaded by the file system browser.
reloadModes() - Static method in class org.gjt.sp.jedit.jEdit
Reloads all edit modes.
reloadPackage(String) - Method in class bsh.BshClassManager
Reload all classes in the specified package: e.g.
remove(int, int) - Method in class org.gjt.sp.jedit.Buffer
Removes the specified rang efrom the buffer.
remove(int, int) - Method in class org.gjt.sp.jedit.buffer.ContentManager
 
remove(DockableWindowManager.Entry) - Method in interface org.gjt.sp.jedit.gui.DockableWindowContainer
 
remove(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
 
remove(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
removeAction(String) - Method in class org.gjt.sp.jedit.ActionSet
Removes an action from the action set.
removeActionSet(ActionSet) - Method in class org.gjt.sp.jedit.ActionContext
Removes an action set from the context.
removeActionSet(ActionSet) - Static method in class org.gjt.sp.jedit.jEdit
Removes an action set from jEdit's list.
removeAllActions() - Method in class org.gjt.sp.jedit.ActionSet
Removes all actions from the action set.
removeAllKeyBindings() - Method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Removes all key bindings from this input handler.
removeAllKeyBindings() - Method in class org.gjt.sp.jedit.gui.InputHandler
Removes all key bindings from this input handler.
removeAllMarkers() - Method in class org.gjt.sp.jedit.Buffer
Removes all defined markers.
removeBrowserListener(BrowserListener) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
removeBufferChangeListener(BufferChangeListener) - Method in class org.gjt.sp.jedit.Buffer
Removes a buffer change listener.
removeCaretListener(CaretListener) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Removes a caret change listener from this text area.
removeCommandPath(String, Class) - Method in class bsh.NameSpace
Remove a URLfrom the command path.
removeDockableWindow(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Hides the specified dockable window.
removeExtension(TextAreaExtension) - Method in class org.gjt.sp.jedit.textarea.Gutter
Removes a text area extension.
removeExtension(TextAreaExtension) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Removes a text area extension.
removeFromBus(EBComponent) - Static method in class org.gjt.sp.jedit.EditBus
Removes a component from the bus.
removeFromSelection(Selection) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deactivates the specified selection.
removeFromSelection(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deactivates the selection at the specified offset.
removeKeyBinding(String) - Method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Removes a key binding from this input handler.
removeKeyBinding(String) - Method in class org.gjt.sp.jedit.gui.InputHandler
Removes a key binding from this input handler.
removeLayoutComponent(Component) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager.DockableLayout
 
removeLayoutComponent(Component) - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
Not used in this class.
removeLeftOfScrollBar(Component) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Removes a component from the box left of the vertical scroll bar.
removeListener(BshClassManager.Listener) - Method in class bsh.BshClassManager
 
removeMarker(int) - Method in class org.gjt.sp.jedit.Buffer
Removes all markers at the specified line.
removeNotify() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
removeNotify() - Method in class org.gjt.sp.jedit.gui.IOProgressMonitor
 
removeNotify() - Method in class org.gjt.sp.jedit.gui.LogViewer
 
removeNotify() - Method in class org.gjt.sp.jedit.gui.StatusBar
 
removeNotify() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
removeNotify() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Called by the AWT when this component is removed from it's parent.
removePluginJAR(PluginJAR, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Unloads the given plugin JAR with the specified path.
removeProgressListener(WorkThreadProgressListener) - Method in class org.gjt.sp.util.WorkThreadPool
Removes a progress listener from this thread pool.
removeScrollListener(ScrollListener) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Removes a scroll listener from this text area.
removeStructureMatcher(StructureMatcher) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Removes a structure matcher.
removeToolBar(Component) - Method in class org.gjt.sp.jedit.View
Removes a tool bar from this view.
removeToolBar(Component) - Method in class org.gjt.sp.jedit.gui.ToolBarManager
 
removeTopComponent(Component) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Removes a component from above the gutter, text area, and vertical scroll bar.
removeTrailingWhiteSpace(int[]) - Method in class org.gjt.sp.jedit.Buffer
Removes trailing whitespace from all lines in the specified list.
removeTrailingWhiteSpace() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Removes trailing whitespace from all lines in the selection.
removeTreeModelListener(TreeModelListener) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
rename(String) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
repeatCount - Variable in class org.gjt.sp.jedit.gui.InputHandler
 
replace(View) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Replaces the current selection with the replacement string.
replace(View, Buffer, int, int) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Replaces text in the specified range with the replacement string.
replaceAll(View) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Replaces all occurances of the search string with the replacement string.
requestFocus(Window, Component) - Static method in class org.gjt.sp.jedit.GUIUtilities
Focuses on the specified component as soon as the window becomes active.
reset() - Method in class bsh.BshClassManager
Clear all loaders and start over.
reset() - Method in class org.gjt.sp.util.CharIndexedSegment
 
resetLastActionCount() - Method in class org.gjt.sp.jedit.gui.InputHandler
Resets the last action count.
resetProperty(String) - Static method in class org.gjt.sp.jedit.jEdit
Resets a property to its default value.
resizeInstructions(int[], int[], int) - Method in class org.objectweb.asm.CodeWriter
Resizes the designated instructions, while keeping jump offsets and instruction addresses consistent.
resizeSelection(int, int, int, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Resizes the selection at the specified offset, or creates a new one if there is no selection at the specified offset.
resolveEntity(String, String) - Method in class com.microstar.xml.HandlerBase
Resolve an external entity.
resolveEntity(String, String) - Method in interface com.microstar.xml.XmlHandler
Resolve an External Entity.
resolveEntity(String, String) - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
resolveImports() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
Resolves all rulesets added with ParserRuleSet.addRuleSet(ParserRuleSet).
resolveSymlinks(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Resolves any symbolic links in the path name specified using File.getCanonicalPath().
resolvedObjectMethods - Variable in class bsh.BshClassManager
Caches for resolved object and static methods.
resolvedStaticMethods - Variable in class bsh.BshClassManager
 
returnValue - Variable in class org.gjt.sp.jedit.search.SearchMatcher
 
revalidate() - Method in class org.gjt.sp.jedit.gui.RolloverButton
We block calls to revalidate() from a setBorderPainted(), for performance reasons.
right - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
rightPos - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
rootDirectory() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
Goes to the local drives directory.
rules - Variable in class org.gjt.sp.jedit.syntax.Token
The rule set of this token.
rules - Variable in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
run() - Method in class bsh.Interpreter
Run interactively.
run() - Method in class bsh.This
 
run() - Method in class org.gjt.sp.jedit.EditServer
 
run() - Method in class org.gjt.sp.jedit.buffer.BufferIORequest
 
run() - Method in class org.gjt.sp.util.WorkThread
 
runCachedBlock(BshMethod, View, NameSpace) - Static method in class org.gjt.sp.jedit.BeanShell
Runs a cached block of code in the specified namespace.
runInAWTThread(Runnable) - Static method in class org.gjt.sp.jedit.io.VFSManager
Executes the specified runnable in the AWT thread once all pending I/O requests are complete.
runInWorkThread(Runnable) - Static method in class org.gjt.sp.jedit.io.VFSManager
Executes the specified runnable in one of the I/O threads.
runMacro(View, Macros.Macro) - Method in class org.gjt.sp.jedit.Macros.Handler
Runs the specified macro.
runMacro(View, Macros.Macro, boolean) - Method in class org.gjt.sp.jedit.Macros.Handler
Runs the specified macro.
runScript(View, String, Reader, boolean) - Static method in class org.gjt.sp.jedit.BeanShell
Runs a BeanShell script.
runScript(View, String, Reader, NameSpace) - Static method in class org.gjt.sp.jedit.BeanShell
Runs a BeanShell script.
runScript(View, String, boolean, boolean) - Static method in class org.gjt.sp.jedit.BeanShell
Deprecated. The rethrowBshErrors parameter is now obsolete; call _runScript() or runScript() instead.
runScript(View, String, Reader, boolean, boolean) - Static method in class org.gjt.sp.jedit.BeanShell
Deprecated. The rethrowBshErrors parameter is now obsolete; call _runScript() or runScript() instead.
runScript(View, String, boolean) - Static method in class org.gjt.sp.jedit.Macros
Runs the specified script.
runTemporaryMacro(View) - Static method in class org.gjt.sp.jedit.Macros
Runs the temporary macro.

S

SALOAD - Static variable in interface org.objectweb.asm.Constants
 
SASTORE - Static variable in interface org.objectweb.asm.Constants
 
SAVE - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
A file save request.
SAVED - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer saved.
SAVE_DIALOG - Static variable in class org.gjt.sp.jedit.browser.VFSBrowser
Save file dialog mode.
SAVING - Static variable in class org.gjt.sp.jedit.msg.BufferUpdate
Buffer saving.
SCREEN_LINES_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
Print messages when screen line counts change.
SCROLL_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
Print messages when text area and display manager perform scroll updates.
SCROLL_HORIZ - Static variable in class org.gjt.sp.jedit.Buffer
 
SCROLL_TO_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
Print messages when text area tries to make the caret visible.
SCROLL_VERIFY - Static variable in class org.gjt.sp.jedit.Debug
Display an error if the scrolling code detects an inconsistency.
SCROLL_VERT - Static variable in class org.gjt.sp.jedit.Buffer
This should be a physical line number, so that the scroll position is preserved correctly across reloads (which will affect virtual line numbers, due to fold being reset)
SEARCH_BAR_LAYER - Static variable in class org.gjt.sp.jedit.View
Search bar layer.
SELECTION - Static variable in class org.gjt.sp.jedit.Buffer
 
SELECTION_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
Selection layer.
SEMICOLON - Static variable in interface bsh.ParserConstants
 
SEQ - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
SERVICE - Static variable in class org.gjt.sp.jedit.buffer.FoldHandler
The service type.
SERVICE - Static variable in class org.gjt.sp.jedit.io.VFSManager
The service type.
SHORT - Static variable in interface bsh.ParserConstants
 
SHORT - Static variable in class org.objectweb.asm.Type
The sort of the short type.
SHORT_TYPE - Static variable in class org.objectweb.asm.Type
The short type.
SINGLE_LINE_COMMENT - Static variable in interface bsh.ParserConstants
 
SIPUSH - Static variable in interface org.objectweb.asm.Constants
 
SLASH - Static variable in interface bsh.ParserConstants
 
SLASHASSIGN - Static variable in interface bsh.ParserConstants
 
SPAN - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
STAR - Static variable in interface bsh.ParserConstants
 
STARASSIGN - Static variable in interface bsh.ParserConstants
 
STATIC - Static variable in interface bsh.ParserConstants
 
STATUS_BAR_LAYER - Static variable in class org.gjt.sp.jedit.View
Status bar layer.
STRICTFP - Static variable in interface bsh.ParserConstants
 
STRING_LITERAL - Static variable in interface bsh.ParserConstants
 
SWAP - Static variable in interface org.objectweb.asm.Constants
 
SWITCH - Static variable in interface bsh.ParserConstants
 
SYNCHRONIZED - Static variable in interface bsh.ParserConstants
 
SYSTEM_BAR_LAYER - Static variable in class org.gjt.sp.jedit.View
System tool bar layer.
ScrollListener - interface org.gjt.sp.jedit.textarea.ScrollListener.
A scroll listener will be notified when the text area is scrolled, either horizontally or vertically.
SearchAndReplace - class org.gjt.sp.jedit.search.SearchAndReplace.
Class that implements regular expression and literal search within jEdit buffers.
SearchAndReplace() - Constructor for class org.gjt.sp.jedit.search.SearchAndReplace
 
SearchBar - class org.gjt.sp.jedit.search.SearchBar.
Incremental search tool bar.
SearchBar(View, boolean) - Constructor for class org.gjt.sp.jedit.search.SearchBar
 
SearchDialog - class org.gjt.sp.jedit.search.SearchDialog.
Search and replace dialog.
SearchFileSet - interface org.gjt.sp.jedit.search.SearchFileSet.
An abstract interface representing a set of files.
SearchMatcher - class org.gjt.sp.jedit.search.SearchMatcher.
An abstract class for matching strings.
SearchMatcher() - Constructor for class org.gjt.sp.jedit.search.SearchMatcher
 
SearchMatcher.Match - class org.gjt.sp.jedit.search.SearchMatcher.Match.
 
SearchMatcher.Match() - Constructor for class org.gjt.sp.jedit.search.SearchMatcher.Match
 
SearchSettingsChanged - class org.gjt.sp.jedit.msg.SearchSettingsChanged.
Message sent when search and replace settings change.
SearchSettingsChanged(EBComponent) - Constructor for class org.gjt.sp.jedit.msg.SearchSettingsChanged
Creates a new search and replace settings changed message.
SegmentBuffer - class org.gjt.sp.util.SegmentBuffer.
An extended segment that you can append text to.
SegmentBuffer(int) - Constructor for class org.gjt.sp.util.SegmentBuffer
 
SelectLineRange - class org.gjt.sp.jedit.gui.SelectLineRange.
 
SelectLineRange(View) - Constructor for class org.gjt.sp.jedit.gui.SelectLineRange
 
Selection - class org.gjt.sp.jedit.textarea.Selection.
An abstract class that holds data on a region of selected text.
Selection.Range - class org.gjt.sp.jedit.textarea.Selection.Range.
An ordinary range selection.
Selection.Range() - Constructor for class org.gjt.sp.jedit.textarea.Selection.Range
 
Selection.Range(Selection) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Range
 
Selection.Range(int, int) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Range
 
Selection.Rect - class org.gjt.sp.jedit.textarea.Selection.Rect.
A rectangular selection.
Selection.Rect() - Constructor for class org.gjt.sp.jedit.textarea.Selection.Rect
 
Selection.Rect(Selection) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Rect
 
Selection.Rect(int, int) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Rect
 
Selection.Rect(int, int, int, int) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Rect
 
Selection.Rect(Buffer, int, int, int, int) - Constructor for class org.gjt.sp.jedit.textarea.Selection.Rect
 
ServiceManager - class org.gjt.sp.jedit.ServiceManager.
A generic way for plugins to provide various API extensions.
ServiceManager() - Constructor for class org.gjt.sp.jedit.ServiceManager
 
ShiftExpression() - Method in class bsh.Parser
 
ShortcutsOptionPane - class org.gjt.sp.jedit.options.ShortcutsOptionPane.
Key binding editor.
ShortcutsOptionPane() - Constructor for class org.gjt.sp.jedit.options.ShortcutsOptionPane
 
SplashScreen - class org.gjt.sp.jedit.gui.SplashScreen.
The splash screen displayed on startup.
SplashScreen() - Constructor for class org.gjt.sp.jedit.gui.SplashScreen
 
Statement() - Method in class bsh.Parser
 
StatementExpression() - Method in class bsh.Parser
 
StatementExpressionList() - Method in class bsh.Parser
 
StatusBar - class org.gjt.sp.jedit.gui.StatusBar.
The status bar used to display various information to the user.
StatusBar(View) - Constructor for class org.gjt.sp.jedit.gui.StatusBar
 
StatusBarOptionPane - class org.gjt.sp.jedit.options.StatusBarOptionPane.
 
StatusBarOptionPane() - Constructor for class org.gjt.sp.jedit.options.StatusBarOptionPane
 
StringUtil - class bsh.StringUtil.
 
StringUtil() - Constructor for class bsh.StringUtil
 
StructureMatcher - interface org.gjt.sp.jedit.textarea.StructureMatcher.
An interface for matching parts of a source file's stucture.
StructureMatcher.BracketMatcher - class org.gjt.sp.jedit.textarea.StructureMatcher.BracketMatcher.
 
StructureMatcher.BracketMatcher() - Constructor for class org.gjt.sp.jedit.textarea.StructureMatcher.BracketMatcher
 
StructureMatcher.Highlight - class org.gjt.sp.jedit.textarea.StructureMatcher.Highlight.
Paints the structure match highlight.
StructureMatcher.Match - class org.gjt.sp.jedit.textarea.StructureMatcher.Match.
A structure match, denoted by a start and end position.
StructureMatcher.Match() - Constructor for class org.gjt.sp.jedit.textarea.StructureMatcher.Match
 
StructureMatcher.Match(StructureMatcher) - Constructor for class org.gjt.sp.jedit.textarea.StructureMatcher.Match
 
StructureMatcher.Match(StructureMatcher, int, int, int, int) - Constructor for class org.gjt.sp.jedit.textarea.StructureMatcher.Match
 
SwitchLabel() - Method in class bsh.Parser
 
SwitchStatement() - Method in class bsh.Parser
 
SwitchTo(int) - Method in class bsh.ParserTokenManager
 
SynchronizedStatement() - Method in class bsh.Parser
 
SyntaxHiliteOptionPane - class org.gjt.sp.jedit.options.SyntaxHiliteOptionPane.
Style option pane.
SyntaxHiliteOptionPane() - Constructor for class org.gjt.sp.jedit.options.SyntaxHiliteOptionPane
 
SyntaxStyle - class org.gjt.sp.jedit.syntax.SyntaxStyle.
A simple text style class.
SyntaxStyle(Color, Color, Font) - Constructor for class org.gjt.sp.jedit.syntax.SyntaxStyle
Creates a new SyntaxStyle.
SyntaxUtilities - class org.gjt.sp.jedit.syntax.SyntaxUtilities.
Contains utility functions used by the syntax highlighting code.
SyntaxUtilities() - Constructor for class org.gjt.sp.jedit.syntax.SyntaxUtilities
 
save() - Method in class org.gjt.sp.jedit.AbstractOptionPane
Do not override this method, override AbstractOptionPane._save() instead.
save(View, String) - Method in class org.gjt.sp.jedit.Buffer
Saves this buffer to the specified path name, or the current path name if it's null.
save(View, String, boolean) - Method in class org.gjt.sp.jedit.Buffer
Saves this buffer to the specified path name, or the current path name if it's null.
save() - Static method in class org.gjt.sp.jedit.BufferHistory
 
save() - Method in interface org.gjt.sp.jedit.OptionPane
Called when the options dialog's "ok" button is clicked.
save() - Static method in class org.gjt.sp.jedit.buffer.KillRing
 
save(View, Buffer, String) - Method in class org.gjt.sp.jedit.io.FileVFS
 
save(View, Buffer, String) - Method in class org.gjt.sp.jedit.io.VFS
Saves the specifies buffer.
save() - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Saves search and replace state to the properties.
saveAllBuffers(View) - Static method in class org.gjt.sp.jedit.jEdit
Saves all open buffers.
saveAllBuffers(View, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Saves all open buffers.
saveAs(View, boolean) - Method in class org.gjt.sp.jedit.Buffer
Prompts the user for a file to save this buffer to.
saveBackup(File, int, String, String, String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Saves a backup (optionally numbered) of a file.
saveBackup(File, int, String, String, String, int) - Static method in class org.gjt.sp.jedit.MiscUtilities
Saves a backup (optionally numbered) of a file.
saveCaretInfo() - Method in class org.gjt.sp.jedit.EditPane
Saves the caret information to the current buffer.
saveFavorites() - Static method in class org.gjt.sp.jedit.io.FavoritesVFS
 
saveGeometry(Window, String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Saves a window's geometry to the properties.
saveHistory() - Static method in class org.gjt.sp.jedit.gui.HistoryModel
 
savePerspective(boolean) - Static method in class org.gjt.sp.jedit.PerspectiveManager
 
saveRegisters() - Static method in class org.gjt.sp.jedit.Registers
 
saveSettings() - Static method in class org.gjt.sp.jedit.jEdit
Saves all user preferences to disk.
scanCount - Static variable in class org.gjt.sp.jedit.textarea.DisplayManager
 
scannedLines - Static variable in class org.gjt.sp.jedit.textarea.DisplayManager
 
scrollDownLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Scrolls down by one line.
scrollDownPage() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Scrolls down by one page.
scrollRectToVisible(Rectangle) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
scrollTo(int, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Ensures that the specified location in the buffer is visible.
scrollTo(int, int, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Ensures that the specified location in the buffer is visible.
scrollToCaret(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Ensures that the caret is visible by scrolling the text area if necessary.
scrollUpLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Scrolls up by one line.
scrollUpPage() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Scrolls up by one page.
scrolledHorizontally(JEditTextArea) - Method in interface org.gjt.sp.jedit.textarea.ScrollListener
 
scrolledVertically(JEditTextArea) - Method in interface org.gjt.sp.jedit.textarea.ScrollListener
 
searchDone(DefaultMutableTreeNode) - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
searchFailed() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
searchInDirectory() - Method in class org.gjt.sp.jedit.browser.VFSBrowser
Opens a directory search in the current directory.
searchInDirectory(String, boolean) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
Opens a directory search in the specified directory.
searchStarted() - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
select(int, int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, call either addToSelection(), or setSelection() with a new Selection instance.
select(int, int, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Instead, call either addToSelection(), or setSelection() with a new Selection instance.
selectAll() - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
 
selectAll() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Selects all text in the buffer.
selectBlock() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Selects the code block surrounding the caret.
selectFile(String) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
selectFold() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Selects the fold that contains the caret line number.
selectFold(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Selects the fold that contains the specified line number.
selectLine() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Selects the current line.
selectMatch(JEditTextArea) - Method in class org.gjt.sp.jedit.textarea.StructureMatcher.BracketMatcher
 
selectMatch(JEditTextArea) - Method in interface org.gjt.sp.jedit.textarea.StructureMatcher
Selects from the caret to the matching structure element (if there is one, otherwise the behavior of this method is undefined).
selectNone() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deselects everything.
selectParagraph() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Selects the paragraph at the caret position.
selectToMatchingBracket(int, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Selects from the bracket at the specified position to the corresponding bracket.
selectToMatchingBracket() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Selects from the bracket at the caret position to the corresponding bracket.
selectWord() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Selects the word at the caret position.
selection - Variable in class org.gjt.sp.jedit.BufferHistory.Entry
 
selector - Variable in class bsh.ClassGeneratorUtil.ConstructorArgs
 
send(EBMessage) - Static method in class org.gjt.sp.jedit.EditBus
Sends a message to all components on the bus in turn.
sendVFSUpdate(VFS, String, boolean) - Static method in class org.gjt.sp.jedit.io.VFSManager
Sends a VFS update message.
servicesURI - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
set(int, NameSpace) - Method in class bsh.CallStack
This is kind of crazy, but used by the setNameSpace command.
set(String, Object) - Method in class bsh.Interpreter
Assign the value to the name.
set(String, long) - Method in class bsh.Interpreter
 
set(String, int) - Method in class bsh.Interpreter
 
set(String, double) - Method in class bsh.Interpreter
 
set(String, float) - Method in class bsh.Interpreter
 
set(String, boolean) - Method in class bsh.Interpreter
 
set(int) - Method in class gnu.regexp.RESyntax
Set a given bit in this syntax.
setAbbrev(String) - Method in class org.gjt.sp.jedit.gui.AbbrevEditor
 
setAbortable(boolean) - Method in class org.gjt.sp.util.WorkRequest
Sets if the request can be aborted.
setAbortable(boolean) - Method in class org.gjt.sp.util.WorkThread
Sets if the current request can be aborted.
setAccessibility(boolean) - Static method in class bsh.Capabilities
 
setAccessible(Object) - Method in class bsh.ReflectManager
Set a java.lang.reflect Field, Method, Constructor, or Array of accessible objects to accessible mode.
setAccessible(Object) - Method in class bsh.reflect.ReflectManagerImpl
Set a java.lang.reflect Field, Method, Constructor, or Array of accessible objects to accessible mode.
setAntiAliasEnabled(boolean) - Method in class org.gjt.sp.jedit.gui.FontSelector
 
setAntiAliasEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets if anti-aliasing should be enabled.
setAutoWrapAround(boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the state of the auto wrap around flag.
setBeanShellReplace(boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the state of the BeanShell replace flag.
setBlockCaretEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets if the caret should be drawn as a block, false otherwise.
setBooleanProperty(String, boolean) - Method in class org.gjt.sp.jedit.Buffer
Sets a boolean property.
setBooleanProperty(String, boolean) - Static method in class org.gjt.sp.jedit.jEdit
Sets a boolean property.
setBorder(int, Color, Color, Color) - Method in class org.gjt.sp.jedit.textarea.Gutter
Convenience method for setting a default matte border on the right with the specified border width and color
setBorder(Border) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setBorderPainted(boolean) - Method in class org.gjt.sp.jedit.gui.RolloverButton
 
setBounds(int, int, int, int) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
It is a bad idea to override this, but we need to get the component event before the first repaint.
setBuffer(Buffer) - Method in class org.gjt.sp.jedit.EditPane
Sets the current buffer.
setBuffer(Buffer) - Method in class org.gjt.sp.jedit.View
Sets the current edit pane's buffer.
setBuffer(Buffer) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the buffer this text area is editing.
setCaretBlinkEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Toggles caret blinking.
setCaretColor(Color) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the caret color.
setCaretPosition(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the caret position and deactivates the selection.
setCaretPosition(int, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the caret position and deactivates the selection.
setCharWidth(int) - Method in class org.gjt.sp.jedit.syntax.SyntaxStyle
Sets the character width of the monospaced font.
setClassLoader(ClassLoader) - Method in class bsh.BshClassManager
Set an external class loader.
setClassLoader(ClassLoader) - Method in class bsh.Interpreter
Set an external class loader to be used for all basic class loading in BeanShell.
setClassPath(URL[]) - Method in class bsh.BshClassManager
Set a new base classpath and create a new base classloader.
setColorProperty(String, Color) - Static method in class org.gjt.sp.jedit.jEdit
Sets the value of a color property.
setConsole(ConsoleInterface) - Method in class bsh.Interpreter
Attach a console Note: this method is incomplete.
setCurrentLineForeground(Color) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setCurrentLineHighlightEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setDebugStream(PrintStream) - Method in class bsh.ParserTokenManager
 
setDefault(byte) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setDigitRegexp(RE) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setDirectory(String) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
setDirectory(VFS, Object, ArrayList, Set) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
setDirectory(String) - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
setDirty(boolean) - Method in class org.gjt.sp.jedit.Buffer
Sets the 'dirty' (changed since last save) flag of this buffer.
setDoubleProperty(String, double) - Static method in class org.gjt.sp.jedit.jEdit
 
setDragAndDropCallback(Method) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Drag and drop of text in jEdit is implementing using jEdit 1.4 APIs, however since jEdit must run with Java 1.3, this class only has the necessary support to call a hook method via reflection.
setDragEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets if drag and drop of text is enabled.
setDragInProgress(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Drag and drop of text in jEdit is implementing using jEdit 1.4 APIs, however since jEdit must run with Java 1.3, this class only has the necessary support to call a hook method via reflection.
setEOLMarkerColor(Color) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the EOL marker color.
setEOLMarkersPainted(boolean) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets if EOL markers are to be drawn.
setElectricScroll(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the number of lines from the top and bottom of the text area that are always visible
setEnabled(boolean) - Method in class org.gjt.sp.jedit.gui.RolloverButton
 
setEnterAddsToHistory(boolean) - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Sets if pressing Enter should automatically add the currently entered text to the history.
setEnterAddsToHistory() - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Returns if pressing Enter should automatically add the currently entered text to the history.
setEntry(String, int, Selection[], String) - Static method in class org.gjt.sp.jedit.BufferHistory
 
setErr(PrintStream) - Method in class bsh.Interpreter
 
setErrorSourceFile(String) - Method in class bsh.ParseException
Used to add source file info to exception
setEscapeRule(ParserRule) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setExitOnEOF(boolean) - Method in class bsh.Interpreter
Specify whether, in interactive mode, the interpreter exits Java upon end of input.
setExpandOnInput(boolean) - Static method in class org.gjt.sp.jedit.Abbrevs
Sets if abbreviations should be expanded after the user finishes typing a word.
setExpanded(boolean) - Method in class org.gjt.sp.jedit.textarea.Gutter
Sets whether the gutter is collapsed or expanded and force the text area to update its layout if there is a change.
setExpansion(String) - Method in class org.gjt.sp.jedit.gui.AbbrevEditor
 
setExtendedState(Frame, int) - Static method in class org.gjt.sp.jedit.GUIUtilities
On Java 1.4, calls Frame.setExtendedState().
setFileFilter(String) - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
setFilenameFilter(String) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
setFirstInvalidFoldLevel(int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
setFirstInvalidLineContext(int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
setFirstLine(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the vertical scroll bar position
setFirstPhysicalLine(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the vertical scroll bar position.
setFirstPhysicalLine(int, int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the vertical scroll bar position.
setFoldColor(Color) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setFoldHandler(FoldHandler) - Method in class org.gjt.sp.jedit.Buffer
Sets the buffer's fold handler.
setFoldLevel(int, int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
setFoldLineStyle(SyntaxStyle[]) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the fold line style.
setFont(Font) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setFont(Font) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the font for this component.
setFontProperty(String, Font) - Static method in class org.gjt.sp.jedit.jEdit
Sets the value of a font property.
setFractionalFontMetricsEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets if fractional font metrics should be enabled.
setFrames(Image[]) - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
 
setGlobalAbbrevs(Hashtable) - Static method in class org.gjt.sp.jedit.Abbrevs
Sets the global abbreviation set.
setHandler(XmlHandler) - Method in class com.microstar.xml.XmlParser
Set the handler that will receive parsing events.
setHighlightDigits(boolean) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setHighlightInterval(int) - Method in class org.gjt.sp.jedit.textarea.Gutter
Sets the number of lines between highlighted line numbers.
setHighlightedForeground(Color) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setHorizontalOffset(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the horizontal offset of drawn lines.
setHyperSearch(boolean) - Method in class org.gjt.sp.jedit.search.SearchBar
 
setIcon(Image) - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
 
setIconPath(String) - Static method in class org.gjt.sp.jedit.GUIUtilities
Sets the path where jEdit looks for icons.
setIgnoreCase(boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the ignore case flag.
setIgnoreCase(boolean) - Method in class org.gjt.sp.jedit.syntax.KeywordMap
Sets if the keyword map should be case insensitive.
setIgnoreCase(boolean) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setInputHandler(InputHandler) - Method in class org.gjt.sp.jedit.View
Sets the input handler.
setInstanceNameSpaceParent(Object, String, NameSpace) - Method in class bsh.ClassGenerator
Change the parent of the class instance namespace.
setInstanceNameSpaceParent(Object, String, NameSpace) - Method in class bsh.ClassGeneratorImpl
Change the parent of the class instance namespace.
setInstantPopups(boolean) - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Sets if selecting a value from the popup should immediately fire an ActionEvent.
setIntegerProperty(String, int) - Method in class org.gjt.sp.jedit.Buffer
Sets an integer property.
setIntegerProperty(String, int) - Static method in class org.gjt.sp.jedit.jEdit
Sets the value of an integer property.
setKeyEventInterceptor(KeyListener) - Method in class org.gjt.sp.jedit.View
Sets the listener that will handle all key events in this view.
setKeywords(KeywordMap) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setLabel(String) - Method in class org.gjt.sp.jedit.ActionSet
Sets the action source label.
setLastModified(long) - Method in class org.gjt.sp.jedit.Buffer
Sets the last time jEdit modified the file on disk.
setLimit(int) - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
setLineContext(int, TokenMarker.LineContext) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
setLineContext(TokenMarker.LineContext) - Method in class org.gjt.sp.jedit.syntax.DefaultTokenHandler
The token handler can compare this object with the object previously given for this line to see if the token type at the end of the line has changed (meaning subsequent lines might need to be retokenized).
setLineContext(TokenMarker.LineContext) - Method in class org.gjt.sp.jedit.syntax.DummyTokenHandler
The token handler can compare this object with the object previously given for this line to see if the token type at the end of the line has changed (meaning subsequent lines might need to be retokenized).
setLineContext(TokenMarker.LineContext) - Method in interface org.gjt.sp.jedit.syntax.TokenHandler
The token handler can compare this object with the object previously given for this line to see if the token type at the end of the line has changed (meaning subsequent lines might need to be retokenized).
setLineHighlightColor(Color) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the line highlight color.
setLineHighlightEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Enables or disables current line highlighting.
setLineNumberAlignment(int) - Method in class org.gjt.sp.jedit.textarea.Gutter
Sets the horizontal alignment of the line numbers.
setLineSeparator(String) - Method in class gnu.regexp.RESyntax
Changes the line separator string for regular expressions created using this RESyntax.
setLogWriter(Writer) - Static method in class org.gjt.sp.util.Log
Writes all currently logged messages to this stream if there was no stream set previously, and sets the stream to write future log messages to.
setMacroRecorder(Macros.Recorder) - Method in class org.gjt.sp.jedit.View
Sets the macro recorder.
setMagicCaretPosition(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the `magic' caret position.
setMarkerHighlightColor(Color) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setMarkerHighlightEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.Gutter
 
setMessage(String) - Method in class bsh.EvalError
 
setMessage(String) - Method in class org.gjt.sp.jedit.gui.StatusBar
Displays a status message.
setMessageAndClear(String) - Method in class org.gjt.sp.jedit.gui.StatusBar
Show a message for a short period of time.
setMessageComponent(Component) - Method in class org.gjt.sp.jedit.gui.StatusBar
 
setMethod(String, BshMethod) - Method in class bsh.NameSpace
Note: this is primarily for internal use.
setMode(String) - Method in class org.gjt.sp.jedit.Buffer
Sets this buffer's edit mode.
setMode(Mode) - Method in class org.gjt.sp.jedit.Buffer
Sets this buffer's edit mode.
setMode() - Method in class org.gjt.sp.jedit.Buffer
Sets this buffer's edit mode by calling the accept() method of each registered edit mode.
setModeAbbrevs(Hashtable) - Static method in class org.gjt.sp.jedit.Abbrevs
Sets the mode-specific abbreviation set.
setModel(String) - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Sets the history list model.
setModel(Object[]) - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
Sets the model to the given list of objects.
setModel(Vector) - Method in class org.gjt.sp.jedit.gui.JCheckBoxList
Sets the model to the given list of objects.
setModifierMapping(int, int, int, int) - Static method in class org.gjt.sp.jedit.gui.KeyEventTranslator
Changes the mapping between symbolic modifier key names (C, A, M, S) and Java modifier flags.
setMultipleSelectionColor(Color) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the multiple selection color.
setMultipleSelectionEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Set multiple selection on or off according to the value of multi.
setName(String) - Method in class bsh.NameSpace
 
setNameSpace(NameSpace) - Method in class bsh.Interpreter
Set the global namespace for this interpreter.
setNewFile(boolean) - Method in class org.gjt.sp.jedit.Buffer
Sets the new file flag.
setNoWordSep(String) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setOut(PrintStream) - Method in class bsh.Interpreter
 
setOverwriteEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets overwrite mode.
setParent(NameSpace) - Method in class bsh.NameSpace
 
setPermissions(String, int) - Static method in class org.gjt.sp.jedit.io.FileVFS
Sets numeric permissions of a file.
setPerspectiveDirty(boolean) - Static method in class org.gjt.sp.jedit.PerspectiveManager
We only autosave the perspective if it has changed, to avoid spinning up the disk on laptops.
setProgressMaximum(int) - Method in class org.gjt.sp.util.WorkRequest
Sets the maximum progress value.
setProgressMaximum(int) - Method in class org.gjt.sp.util.WorkThread
Sets the maximum progress value.
setProgressValue(int) - Method in class org.gjt.sp.util.WorkRequest
Sets the progress value.
setProgressValue(int) - Method in class org.gjt.sp.util.WorkThread
Sets the progress value.
setProperties(Hashtable) - Method in class org.gjt.sp.jedit.Mode
Should only be called by XModeHandler.
setProperties(Hashtable) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setProperty(String, Object) - Method in class org.gjt.sp.jedit.Buffer
Sets the value of a buffer-local property.
setProperty(String, Object) - Method in class org.gjt.sp.jedit.Mode
Sets a mode property.
setProperty(String, String) - Static method in class org.gjt.sp.jedit.jEdit
Sets a property to a new value.
setQuickCopyEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets if clicking the middle mouse button pastes the most recent selection (% register), and if Control-dragging inserts the selection at the caret.
setRate(int) - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
 
setReadOnly(boolean) - Method in class org.gjt.sp.jedit.Buffer
Sets the read only flag.
setRectangularSelectionEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Set rectangular selection on or off according to the value of rectangularSelectionMode.
setRecursive(boolean) - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
setRegexp(boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the state of the regular expression flag.
setRegister(char, Registers.Register) - Static method in class org.gjt.sp.jedit.Registers
Sets the specified register.
setRegister(char, String) - Static method in class org.gjt.sp.jedit.Registers
Sets the specified register.
setRepeatCount(int) - Method in class org.gjt.sp.jedit.gui.InputHandler
Sets the number of times the next action will be repeated.
setReplaceString(String) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the current replacement string.
setRetainComments(boolean) - Method in class bsh.Parser
 
setReverseSearch(boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Determines whether a reverse search will conducted from the current position to the beginning of a buffer.
setRightClickPopup(JPopupMenu) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the right click popup menu.
setRightClickPopupEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets if the right click popup menu is enabled.
setRoot(VFS, ArrayList) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
setScreenLineCount(int, int) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
setSearchFileSet(SearchFileSet) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the current search file set.
setSearchMatcher(SearchMatcher) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets a custom search string matcher.
setSearchString(String) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Sets the current search string.
setSearchString(String, int) - Method in class org.gjt.sp.jedit.search.SearchDialog
Sets the search string.
setSelectAllOnFocus(boolean) - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Sets if all text should be selected when the field gets focus.
setSelectAllOnFocus() - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Returns if all text should be selected when the field gets focus.
setSelectedColor(Color) - Method in class org.gjt.sp.jedit.gui.ColorWellButton
 
setSelectedRow(int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
setSelectedText(Selection, String) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Replaces the selection with the specified text.
setSelectedText(String) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Replaces the selection at the caret with the specified text.
setSelectedText(String, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Replaces the selection at the caret with the specified text.
setSelection(Selection[]) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the selection.
setSelection(Selection) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the selection.
setSelectionColor(Color) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the selection color.
setSelectionEnd(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Do not use.
setSelectionStart(int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Deprecated. Do not use.
setShowHiddenFiles(boolean) - Method in class org.gjt.sp.jedit.browser.VFSBrowser
 
setSize(int) - Method in class org.gjt.sp.util.IntegerArray
 
setSort(boolean) - Method in class org.gjt.sp.jedit.OptionGroup
Sets if the members of this group should be sorted.
setStatus(String) - Method in class org.gjt.sp.util.WorkRequest
Sets the status text.
setStatus(String) - Method in class org.gjt.sp.util.WorkThread
Sets the status text.
setStrictJava(boolean) - Method in class bsh.Interpreter
Set strict Java mode on or off.
setStringProperty(String, String) - Method in class org.gjt.sp.jedit.Buffer
Sets a string property.
setStructureHighlightColor(Color) - Method in class org.gjt.sp.jedit.textarea.Gutter
Sets the structure highlight color.
setStructureHighlightColor(Color) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the structure highlight color.
setStructureHighlightEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.Gutter
Enables or disables structure highlighting.
setStructureHighlightEnabled(boolean) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Enables or disables structure highlighting.
setStyles(SyntaxStyle[]) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the syntax styles used to paint colorized text.
setTemporaryProperty(String, String) - Static method in class org.gjt.sp.jedit.jEdit
Sets a property to a new value.
setTerminateChar(int) - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
setText(String) - Method in class org.gjt.sp.jedit.gui.HistoryTextField
Sets the displayed text.
setText(String) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Sets the entire text of this text area.
setTokenMarker(TokenMarker) - Method in class org.gjt.sp.jedit.Mode
Sets the token marker for this mode.
setTypedVariable(String, Class, Object, boolean) - Method in class bsh.NameSpace
Deprecated. See #setTypedVariable( String, Class, Object, Modifiers )
setTypedVariable(String, Class, Object, Modifiers) - Method in class bsh.NameSpace
Declare a variable in the local scope and set its initial value.
setValue(Object, int) - Method in class bsh.Variable
Set the value of the typed variable.
setValue(String) - Method in class org.gjt.sp.jedit.Registers.ClipboardRegister
Sets the clipboard contents.
setValue(String) - Method in interface org.gjt.sp.jedit.Registers.Register
Sets the register contents.
setValue(String) - Method in class org.gjt.sp.jedit.Registers.StringRegister
Sets the register contents.
setVariable(String, Object) - Method in class bsh.NameSpace
 
setVariable(String, Object, boolean) - Method in class bsh.NameSpace
Set the variable through this namespace.
setWaitSocket(Socket) - Method in class org.gjt.sp.jedit.Buffer
This socket is closed when the buffer is closed.
setWaitSocket(Socket) - Method in class org.gjt.sp.jedit.View
This socket is closed when the buffer is closed.
setWrapGuideColor(Color) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets the wrap guide color.
setWrapGuidePainted(boolean) - Method in class org.gjt.sp.jedit.textarea.TextAreaPainter
Sets if the wrap guide is to be drawn.
shiftIndentLeft(int[]) - Method in class org.gjt.sp.jedit.Buffer
Shifts the indent of each line in the specified list to the left.
shiftIndentLeft() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Shifts the indent to the left.
shiftIndentRight(int[]) - Method in class org.gjt.sp.jedit.Buffer
Shifts the indent of each line in the specified list to the right.
shiftIndentRight() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Shifts the indent to the right.
shortcut - Variable in class org.gjt.sp.jedit.gui.GrabKeyDialog.KeyBinding
 
show(DockableWindowManager.Entry) - Method in interface org.gjt.sp.jedit.gui.DockableWindowContainer
 
show(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
 
show(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
showBrowseDialog(Object[], Component) - Method in class org.gjt.sp.jedit.io.VFS
Displays a dialog box that should set up a session and return the initial URL to browse.
showBufferSwitcher() - Method in class org.gjt.sp.jedit.EditPane
Shows the buffer switcher combo box.
showDockableWindow(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Opens the specified dockable window.
showEvaluateDialog(View) - Static method in class org.gjt.sp.jedit.BeanShell
Prompts for a BeanShell expression to evaluate.
showEvaluateLinesDialog(View) - Static method in class org.gjt.sp.jedit.BeanShell
Evaluates the specified script for each selected line.
showGoToLineDialog() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Displays the 'go to line' dialog box, and moves the caret to the specified line number.
showMemoryDialog(View) - Static method in class org.gjt.sp.jedit.jEdit
Performs garbage collection and displays a dialog box showing memory status.
showMostRecent() - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
showPluginManager(Frame) - Static method in class org.gjt.sp.jedit.pluginmgr.PluginManager
 
showPopupMenu(JPopupMenu, Component, int, int) - Static method in class org.gjt.sp.jedit.GUIUtilities
Shows the specified popup menu, ensuring it is displayed within the bounds of the screen.
showPopupMenu(JPopupMenu, Component, int, int, boolean) - Static method in class org.gjt.sp.jedit.GUIUtilities
Shows the specified popup menu, ensuring it is displayed within the bounds of the screen.
showRunScriptDialog(View) - Static method in class org.gjt.sp.jedit.Macros
Prompts for one or more files to run as macros
showSearchDialog(View, String, int) - Static method in class org.gjt.sp.jedit.search.SearchDialog
Displays a search and replace dialog box, reusing an existing one if necessary.
showSelectLineRangeDialog() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Displays the 'select line range' dialog box, and selects the specified range of lines.
showVFSFileDialog(View, String, int, boolean) - Static method in class org.gjt.sp.jedit.GUIUtilities
Displays a VFS file selection dialog box.
showWaitCursor() - Method in class org.gjt.sp.jedit.View
Shows the wait cursor.
showWordCountDialog() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Displays the 'word count' dialog box.
size() - Method in class org.gjt.sp.jedit.ActionSet
Returns the number of actions in this action set.
smartEnd(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
On subsequent invocations, first moves the caret to the last non-whitespace character of the line, then the end of the line, then to the last visible line.
smartHome(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
On subsequent invocations, first moves the caret to the first non-whitespace character of the line, then the beginning of the line, then to the first visible line.
source(String, NameSpace) - Method in class bsh.Interpreter
Read text from fileName and eval it.
source(String) - Method in class bsh.Interpreter
Read text from fileName and eval it.
spacesToTabs(String, int) - Static method in class org.gjt.sp.jedit.TextUtilities
Converts consecutive spaces to tabs in the specified string.
spacesToTabs() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Converts spaces to tabs in the selection.
spanEndSubst - Variable in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
specialConstructor - Variable in class bsh.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class bsh.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
split(String, String) - Static method in class bsh.StringUtil
 
split(int) - Method in class org.gjt.sp.jedit.View
Splits the view.
splitConfig - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
splitHorizontally() - Method in class org.gjt.sp.jedit.View
Splits the view horizontally.
splitVertically() - Method in class org.gjt.sp.jedit.View
Splits the view vertically.
start() - Method in class org.gjt.sp.jedit.EditPlugin
jEdit calls this method when the plugin is being activated, either during startup or at any other time.
start() - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
Starts the animation rolling
start() - Static method in class org.gjt.sp.jedit.io.VFSManager
Do not call.
start - Variable in class org.gjt.sp.jedit.search.HyperSearchResult.Occur
 
start - Variable in class org.gjt.sp.jedit.search.SearchMatcher.Match
 
start - Variable in class org.gjt.sp.jedit.syntax.ParserRule
 
start - Variable in class org.gjt.sp.jedit.textarea.StructureMatcher.Match
 
start() - Method in class org.gjt.sp.util.WorkThreadPool
Starts all the threads in this thread pool.
startDocument() - Method in class com.microstar.xml.HandlerBase
Handle the start of the document.
startDocument() - Method in interface com.microstar.xml.XmlHandler
Start the document.
startDocument() - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
startElement(String) - Method in class com.microstar.xml.HandlerBase
Handle the start of an element.
startElement(String) - Method in interface com.microstar.xml.XmlHandler
Start an element.
startElement(String) - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
startExternalEntity(String) - Method in class com.microstar.xml.HandlerBase
Handle the start of an external entity.
startExternalEntity(String) - Method in interface com.microstar.xml.XmlHandler
Begin an external entity.
startLine - Variable in class org.gjt.sp.jedit.textarea.StructureMatcher.Match
 
startPos - Variable in class org.gjt.sp.jedit.search.HyperSearchResult.Occur
 
startPosMatch - Variable in class org.gjt.sp.jedit.syntax.ParserRule
 
startRegexp - Variable in class org.gjt.sp.jedit.syntax.ParserRule
 
staticFlag - Static variable in class bsh.JavaCharStream
 
statusUpdate(WorkThreadPool, int) - Method in class org.gjt.sp.jedit.gui.StatusBar
 
statusUpdate(WorkThreadPool, int) - Method in interface org.gjt.sp.util.WorkThreadProgressListener
 
stop() - Method in class org.gjt.sp.jedit.EditPlugin
jEdit calls this method when the plugin is being unloaded.
stop() - Method in class org.gjt.sp.jedit.gui.AnimatedIcon
Stops the animation, and resets to frame 0
stopRecording(View) - Static method in class org.gjt.sp.jedit.Macros
Stops a recording currently in progress.
str - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
str - Variable in class org.gjt.sp.jedit.syntax.Chunk
 
stringToToken(String) - Static method in class org.gjt.sp.jedit.syntax.Token
Converts a token type string to a token type constant.
stringsEqual(String, String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Deprecated. Call objectsEqual() instead.
style - Variable in class org.gjt.sp.jedit.syntax.Chunk
 
substitute(Object, String) - Method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input.
substitute(Object, String, int) - Method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input beginning at the specified index position.
substitute(Object, String, int, int) - Method in class gnu.regexp.RE
Substitutes the replacement text for the first match found in the input string, beginning at the specified index position and using the specified execution flags.
substituteAll(Object, String) - Method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text.
substituteAll(Object, String, int) - Method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text, starting at the specified index.
substituteAll(Object, String, int, int) - Method in class gnu.regexp.RE
Substitutes the replacement text for each non-overlapping match found in the input text, starting at the specified index and using the specified execution flags.
substituteInto(String) - Method in class gnu.regexp.REMatch
Substitute the results of this match to create a new string.
substitutions - Variable in class org.gjt.sp.jedit.search.SearchMatcher.Match
 
swap(NameSpace) - Method in class bsh.CallStack
Swap in the value as the new top of the stack and return the old value.
swapMarkerAndCaret(char) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Moves the caret to the marker with the specified shortcut, then sets the marker position to the former caret position.
symlinkPath - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 

T

TABLESWITCH - Static variable in interface org.objectweb.asm.Constants
 
TEXT_AREA - Static variable in class org.gjt.sp.jedit.View
 
TEXT_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
Text layer.
THROW - Static variable in interface bsh.ParserConstants
 
THROWS - Static variable in interface bsh.ParserConstants
 
TILDE - Static variable in interface bsh.ParserConstants
 
TITLE_CASE - Static variable in class org.gjt.sp.jedit.TextUtilities
 
TOKEN_MARKER_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
For checking context, etc.
TOKEN_TYPES - Static variable in class org.gjt.sp.jedit.syntax.Token
 
TOP - Static variable in class org.gjt.sp.jedit.gui.DockableWindowManager
Top position.
TOP_GROUP - Static variable in class org.gjt.sp.jedit.View
The group of tool bars above the DockableWindowManager
TOP_LAYER - Static variable in class org.gjt.sp.jedit.View
The highest possible layer.
TOP_TOOLBARS - Static variable in class org.gjt.sp.jedit.gui.DockableWindowManager.DockableLayout
 
TRACE - Static variable in class bsh.Interpreter
 
TRAILING_EOL - Static variable in class org.gjt.sp.jedit.Buffer
This property is set to 'true' if the file has a trailing newline.
TRANSIENT - Static variable in interface bsh.ParserConstants
 
TRUE - Static variable in interface bsh.ParserConstants
 
TRY - Static variable in interface bsh.ParserConstants
 
T_BOOLEAN - Static variable in interface org.objectweb.asm.Constants
 
T_BYTE - Static variable in interface org.objectweb.asm.Constants
 
T_CHAR - Static variable in interface org.objectweb.asm.Constants
 
T_DOUBLE - Static variable in interface org.objectweb.asm.Constants
 
T_FLOAT - Static variable in interface org.objectweb.asm.Constants
 
T_INT - Static variable in interface org.objectweb.asm.Constants
 
T_LONG - Static variable in interface org.objectweb.asm.Constants
 
T_SHORT - Static variable in interface org.objectweb.asm.Constants
 
TargetError - exception bsh.TargetError.
TargetError is an EvalError that wraps an exception thrown by the script (or by code called from the script).
TargetError(String, Throwable, SimpleNode, CallStack, boolean) - Constructor for class bsh.TargetError
 
TargetError(Throwable, SimpleNode, CallStack) - Constructor for class bsh.TargetError
 
TextAreaDialog - class org.gjt.sp.jedit.gui.TextAreaDialog.
 
TextAreaDialog(Frame, String, String, Icon, String) - Constructor for class org.gjt.sp.jedit.gui.TextAreaDialog
 
TextAreaDialog(Frame, String, Throwable) - Constructor for class org.gjt.sp.jedit.gui.TextAreaDialog
 
TextAreaDialog(Dialog, String, String, Icon, String) - Constructor for class org.gjt.sp.jedit.gui.TextAreaDialog
 
TextAreaDialog(Dialog, String, Throwable) - Constructor for class org.gjt.sp.jedit.gui.TextAreaDialog
 
TextAreaExtension - class org.gjt.sp.jedit.textarea.TextAreaExtension.
Subclasses of this class can perform custom painting and tool tip handling in the text area and gutter.
TextAreaExtension() - Constructor for class org.gjt.sp.jedit.textarea.TextAreaExtension
 
TextAreaOptionPane - class org.gjt.sp.jedit.options.TextAreaOptionPane.
 
TextAreaOptionPane() - Constructor for class org.gjt.sp.jedit.options.TextAreaOptionPane
 
TextAreaPainter - class org.gjt.sp.jedit.textarea.TextAreaPainter.
The text area painter is the component responsible for displaying the text of the current buffer.
TextUtilities - class org.gjt.sp.jedit.TextUtilities.
Contains several text manipulation methods.
TextUtilities() - Constructor for class org.gjt.sp.jedit.TextUtilities
 
This - class bsh.This.
'This' is the type of bsh scripted objects.
This(NameSpace, Interpreter) - Constructor for class bsh.This
 
ThrowStatement() - Method in class bsh.Parser
 
TipOfTheDay - class org.gjt.sp.jedit.gui.TipOfTheDay.
 
TipOfTheDay(View) - Constructor for class org.gjt.sp.jedit.gui.TipOfTheDay
 
Token - class bsh.Token.
Describes the input token stream.
Token() - Constructor for class bsh.Token
 
Token - class org.gjt.sp.jedit.syntax.Token.
A linked list of syntax tokens.
Token(byte, int, int, ParserRuleSet) - Constructor for class org.gjt.sp.jedit.syntax.Token
Creates a new token.
TokenHandler - interface org.gjt.sp.jedit.syntax.TokenHandler.
Token markers send tokens to implementations of this interface.
TokenMarker - class org.gjt.sp.jedit.syntax.TokenMarker.
A token marker splits lines of text into tokens.
TokenMarker() - Constructor for class org.gjt.sp.jedit.syntax.TokenMarker
 
TokenMarker.LineContext - class org.gjt.sp.jedit.syntax.TokenMarker.LineContext.
Stores persistent per-line syntax parser state.
TokenMarker.LineContext(ParserRuleSet, TokenMarker.LineContext) - Constructor for class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
TokenMarker.LineContext() - Constructor for class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
TokenMgrError - error bsh.TokenMgrError.
 
TokenMgrError() - Constructor for class bsh.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class bsh.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class bsh.TokenMgrError
 
ToolBarManager - class org.gjt.sp.jedit.gui.ToolBarManager.
 
ToolBarManager(Container, Container) - Constructor for class org.gjt.sp.jedit.gui.ToolBarManager
 
ToolBarOptionPane - class org.gjt.sp.jedit.options.ToolBarOptionPane.
Tool bar editor.
ToolBarOptionPane() - Constructor for class org.gjt.sp.jedit.options.ToolBarOptionPane
 
TryStatement() - Method in class bsh.Parser
 
Type() - Method in class bsh.Parser
 
Type - class org.objectweb.asm.Type.
A Java type.
TypedVariableDeclaration() - Method in class bsh.Parser
Declared a typed variable.
t - Variable in class bsh.UtilTargetError
 
tabsToSpaces(String, int) - Static method in class org.gjt.sp.jedit.TextUtilities
Converts tabs to consecutive spaces in the specified string.
tabsToSpaces() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Converts tabs to spaces in the selection.
text - Variable in class bsh.BSHFormalComment
 
throwableToString(Throwable) - Static method in class org.gjt.sp.jedit.MiscUtilities
Returns a string containing the stack trace of the given throwable.
toArray() - Method in class bsh.CallStack
 
toByteArray() - Method in class org.objectweb.asm.ClassWriter
Returns the bytecode of the class that was build with this class writer.
toEvalError(String, SimpleNode, CallStack) - Method in class bsh.UtilEvalError
Re-throw as an eval error, prefixing msg to the message and specifying the node.
toEvalError(SimpleNode, CallStack) - Method in class bsh.UtilEvalError
 
toEvalError(String, SimpleNode, CallStack) - Method in class bsh.UtilTargetError
Override toEvalError to throw TargetError type.
toLowerCase() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Converts the selected text to lower case.
toString() - Method in class bsh.BshMethod
 
toString() - Method in class bsh.CallStack
 
toString() - Method in class bsh.ClassIdentifier
 
toString() - Method in class bsh.EvalError
Print the error with line number and stack trace.
toString() - Method in class bsh.Modifiers
 
toString() - Method in class bsh.NameSpace
 
toString() - Method in class bsh.ParseException
 
toString() - Method in class bsh.Primitive
 
toString() - Method in class bsh.TargetError
 
toString() - Method in class bsh.This
 
toString() - Method in class bsh.Token
Returns the image.
toString() - Method in class bsh.Variable
 
toString() - Method in class gnu.regexp.RE
Return a human readable form of the compiled regular expression, useful for debugging.
toString() - Method in class gnu.regexp.REMatch
Returns the string matching the pattern.
toString(int) - Method in class gnu.regexp.REMatch
Returns the string matching the given subexpression.
toString() - Method in class org.gjt.sp.jedit.ActionSet
 
toString() - Method in class org.gjt.sp.jedit.Buffer
Returns a string representation of this buffer.
toString() - Method in class org.gjt.sp.jedit.BufferHistory.Entry
 
toString() - Method in class org.gjt.sp.jedit.EBMessage
Returns a string representation of this message.
toString() - Method in class org.gjt.sp.jedit.EditAction
 
toString() - Method in class org.gjt.sp.jedit.EditPane
 
toString() - Method in class org.gjt.sp.jedit.EditPlugin.Deferred
 
toString() - Method in class org.gjt.sp.jedit.JARClassLoader
 
toString() - Method in class org.gjt.sp.jedit.Mode
Returns a string representation of this edit mode.
toString() - Method in class org.gjt.sp.jedit.PluginJAR
 
toString() - Method in class org.gjt.sp.jedit.Registers.ClipboardRegister
Returns the clipboard contents.
toString() - Method in interface org.gjt.sp.jedit.Registers.Register
Converts to a string.
toString() - Method in class org.gjt.sp.jedit.Registers.StringRegister
Converts to a string.
toString() - Method in class org.gjt.sp.jedit.View
 
toString() - Method in class org.gjt.sp.jedit.buffer.BufferIORequest
 
toString() - Method in class org.gjt.sp.jedit.buffer.FoldHandler
 
toString(KeyEvent) - Static method in class org.gjt.sp.jedit.gui.GrabKeyDialog
 
toString() - Method in class org.gjt.sp.jedit.gui.KeyEventTranslator.Key
 
toString() - Method in class org.gjt.sp.jedit.gui.VariableGridLayout
Returns the string representation of this variable grid layout's values.
toString() - Method in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 
toString() - Method in class org.gjt.sp.jedit.pluginmgr.PluginList.Plugin
 
toString() - Method in class org.gjt.sp.jedit.search.HyperSearchResult
 
toString() - Method in class org.gjt.sp.jedit.syntax.ParserRuleSet
 
toString() - Method in class org.gjt.sp.jedit.syntax.Token
Returns a string representation of this token.
toString() - Method in class org.gjt.sp.jedit.textarea.Selection
 
toTitleCase(String) - Static method in class org.gjt.sp.jedit.TextUtilities
Converts the specified string to title case, by capitalizing the first letter.
toUpperCase() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Converts the selected text to upper case.
toggleDockableWindow(String) - Method in class org.gjt.sp.jedit.gui.DockableWindowManager
Toggles the visibility of the specified dockable window.
toggleExpanded(int) - Method in class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
toggleExpanded() - Method in class org.gjt.sp.jedit.textarea.Gutter
Toggles whether the gutter is collapsed or expanded.
toggleLineSeparator(View) - Method in class org.gjt.sp.jedit.Buffer
Toggles the line separator between the three available settings.
toggleMultipleSelectionEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Toggles multiple selection.
toggleOverwriteEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Toggles overwrite mode.
toggleRectangularSelectionEnabled() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Toggles rectangular selection.
toggleWordWrap(View) - Method in class org.gjt.sp.jedit.Buffer
Toggles word wrap between the three available modes.
token - Variable in class bsh.Parser
 
token - Variable in class org.gjt.sp.jedit.syntax.ParserRule
 
tokenImage - Variable in class bsh.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface bsh.ParserConstants
 
tokenToString(byte) - Static method in class org.gjt.sp.jedit.syntax.Token
Converts a token type constant to a token type string.
token_source - Variable in class bsh.Parser
 
top() - Method in class bsh.CallStack
 
top - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
topPos - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
trace - Variable in class org.gjt.sp.jedit.textarea.JEditTextArea
 
transactionComplete(Buffer) - Method in class org.gjt.sp.jedit.buffer.BufferChangeAdapter
Called after an undo or compound edit has finished.
transactionComplete(Buffer) - Method in interface org.gjt.sp.jedit.buffer.BufferChangeListener
Called after an undo or compound edit has finished.
translateKeyEvent(KeyEvent) - Static method in class org.gjt.sp.jedit.gui.KeyEventTranslator
Pass this an event from KeyEventWorkaround.processKeyEvent(java.awt.event.KeyEvent).
type - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 

U

UNICODE_MAGIC_1 - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
 
UNICODE_MAGIC_2 - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
 
UNLOADED - Static variable in class org.gjt.sp.jedit.msg.PluginUpdate
Plugin unloaded.
UPPER_CASE - Static variable in class org.gjt.sp.jedit.TextUtilities
 
UTF8_MAGIC_1 - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
 
UTF8_MAGIC_2 - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
 
UTF8_MAGIC_3 - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
 
UTF_8_Y - Static variable in class org.gjt.sp.jedit.MiscUtilities
This encoding is not supported by Java, yet it is useful.
UnaryExpression() - Method in class bsh.Parser
 
UnaryExpressionNotPlusMinus() - Method in class bsh.Parser
 
UncheckedRE - class gnu.regexp.UncheckedRE.
UncheckedRE is a subclass of RE that allows programmers an easier means of programmatically precompiling regular expressions.
UncheckedRE(Object) - Constructor for class gnu.regexp.UncheckedRE
Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5).
UncheckedRE(Object, int) - Constructor for class gnu.regexp.UncheckedRE
Constructs a regular expression pattern buffer using the specified compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5).
UncheckedRE(Object, int, RESyntax) - Constructor for class gnu.regexp.UncheckedRE
Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax.
UndoManager - class org.gjt.sp.jedit.buffer.UndoManager.
A class internal to jEdit's document model.
UndoManager(Buffer) - Constructor for class org.gjt.sp.jedit.buffer.UndoManager
 
UpdateLineColumn(char) - Method in class bsh.JavaCharStream
 
UrlVFS - class org.gjt.sp.jedit.io.UrlVFS.
URL VFS.
UrlVFS() - Constructor for class org.gjt.sp.jedit.io.UrlVFS
 
UtilEvalError - exception bsh.UtilEvalError.
UtilEvalError is an error corresponding to an EvalError but thrown by a utility or other class that does not have the caller context (Node) available to it.
UtilEvalError() - Constructor for class bsh.UtilEvalError
 
UtilEvalError(String) - Constructor for class bsh.UtilEvalError
 
UtilTargetError - exception bsh.UtilTargetError.
UtilTargetError is an error corresponding to a TargetError but thrown by a utility or other class that does not have the caller context (Node) available to it.
UtilTargetError(String, Throwable) - Constructor for class bsh.UtilTargetError
 
UtilTargetError(Throwable) - Constructor for class bsh.UtilTargetError
 
unaryOperation(Primitive, int) - Static method in class bsh.Primitive
 
unboxType(Class) - Static method in class bsh.Primitive
Get the corresponding primitive TYPE class for the java.lang wrapper class type.
undo(JEditTextArea) - Method in class org.gjt.sp.jedit.Buffer
Undoes the most recent edit.
undo() - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
unloadDockableWindows(PluginJAR) - Static method in class org.gjt.sp.jedit.gui.DockableWindowManager
Plugins shouldn't need to call this method.
unloadServices(PluginJAR) - Static method in class org.gjt.sp.jedit.ServiceManager
Removes all services belonging to the specified plugin.
unregister(DockableWindowManager.Entry) - Method in interface org.gjt.sp.jedit.gui.DockableWindowContainer
 
unregister(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.FloatingWindowContainer
 
unregister(DockableWindowManager.Entry) - Method in class org.gjt.sp.jedit.gui.PanelWindowContainer
 
unregisterFoldHandler(FoldHandler) - Static method in class org.gjt.sp.jedit.buffer.FoldHandler
Deprecated. Write a services.xml file instead; see ServiceManager.
unregisterService(String, String) - Static method in class org.gjt.sp.jedit.ServiceManager
Unregisters a service.
unset(String) - Method in class bsh.Interpreter
Unassign the variable name.
unsetProperty(String) - Method in class org.gjt.sp.jedit.Buffer
Clears the value of a buffer-local property.
unsetProperty(String) - Method in class org.gjt.sp.jedit.Mode
Unsets a mode property.
unsetProperty(String) - Static method in class org.gjt.sp.jedit.jEdit
Unsets (clears) a property.
unsetVariable(String) - Method in class bsh.NameSpace
Remove the variable from the namespace.
unsplit() - Method in class org.gjt.sp.jedit.View
Unsplits the view.
unsplitCurrent() - Method in class org.gjt.sp.jedit.View
Removes the current split.
unwrap(Object) - Static method in class bsh.Primitive
Unwrap primitive values and map voids to nulls.
unwrap(Object[]) - Static method in class bsh.Primitive
 
unwrapVariable(Variable) - Method in class bsh.NameSpace
Unwrap a variable to its value.
update() - Method in class org.gjt.sp.jedit.browser.BrowserCommandsMenu
 
update(JMenu) - Method in class org.gjt.sp.jedit.menu.DirectoryProvider
 
update(JMenu) - Method in interface org.gjt.sp.jedit.menu.DynamicMenuProvider
Adds the menu items to the given menu.
update(JMenu) - Method in class org.gjt.sp.jedit.menu.FavoritesProvider
 
update(JMenu) - Method in class org.gjt.sp.jedit.menu.MacrosProvider
 
update(JMenu) - Method in class org.gjt.sp.jedit.menu.MarkersProvider
 
update(JMenu) - Method in class org.gjt.sp.jedit.menu.PluginsProvider
 
update(JMenu) - Method in class org.gjt.sp.jedit.menu.RecentDirectoriesProvider
 
update(JMenu) - Method in class org.gjt.sp.jedit.menu.RecentFilesProvider
 
update() - Method in class org.gjt.sp.jedit.pluginmgr.ManagePanel
 
update() - Method in class org.gjt.sp.jedit.search.SearchBar
 
updateBorder() - Method in class org.gjt.sp.jedit.textarea.Gutter
Sets the border differently if the text area has focus or not.
updateBufferList() - Method in class org.gjt.sp.jedit.gui.BufferSwitcher
 
updateBufferStatus() - Method in class org.gjt.sp.jedit.gui.StatusBar
 
updateCaretStatus() - Method in class org.gjt.sp.jedit.gui.StatusBar
 
updateEveryTime() - Method in class org.gjt.sp.jedit.menu.DirectoryProvider
 
updateEveryTime() - Method in interface org.gjt.sp.jedit.menu.DynamicMenuProvider
Returns true if the menu should be updated each time it is shown.
updateEveryTime() - Method in class org.gjt.sp.jedit.menu.FavoritesProvider
 
updateEveryTime() - Method in class org.gjt.sp.jedit.menu.MacrosProvider
 
updateEveryTime() - Method in class org.gjt.sp.jedit.menu.MarkersProvider
 
updateEveryTime() - Method in class org.gjt.sp.jedit.menu.PluginsProvider
 
updateEveryTime() - Method in class org.gjt.sp.jedit.menu.RecentDirectoriesProvider
 
updateEveryTime() - Method in class org.gjt.sp.jedit.menu.RecentFilesProvider
 
updateMiscStatus() - Method in class org.gjt.sp.jedit.gui.StatusBar
 
updateUI() - Method in class org.gjt.sp.jedit.gui.RolloverButton
 
usage() - Static method in class bsh.commands.dir
 
userInput(char) - Method in class org.gjt.sp.jedit.gui.InputHandler
 
userInput(char) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Handles the insertion of the specified character.

V

VERSION - Static variable in class bsh.Interpreter
 
VFS - class org.gjt.sp.jedit.io.VFS.
A virtual filesystem implementation.
VFS(String) - Constructor for class org.gjt.sp.jedit.io.VFS
Deprecated. Use the form where the constructor takes a capability list.
VFS(String, int) - Constructor for class org.gjt.sp.jedit.io.VFS
Creates a new virtual filesystem.
VFS(String, int, String[]) - Constructor for class org.gjt.sp.jedit.io.VFS
Creates a new virtual filesystem.
VFS.DirectoryEntry - class org.gjt.sp.jedit.io.VFS.DirectoryEntry.
A directory entry.
VFS.DirectoryEntry() - Constructor for class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 
VFS.DirectoryEntry(String, String, String, int, long, boolean) - Constructor for class org.gjt.sp.jedit.io.VFS.DirectoryEntry
 
VFS.DirectoryEntryCompare - class org.gjt.sp.jedit.io.VFS.DirectoryEntryCompare.
Implementation of MiscUtilities.Compare interface that compares VFS.DirectoryEntry instances.
VFS.DirectoryEntryCompare(boolean, boolean) - Constructor for class org.gjt.sp.jedit.io.VFS.DirectoryEntryCompare
Creates a new DirectoryEntryCompare.
VFSBrowser - class org.gjt.sp.jedit.browser.VFSBrowser.
The main class of the VFS browser.
VFSBrowser(View, String) - Constructor for class org.gjt.sp.jedit.browser.VFSBrowser
Creates a new VFS browser.
VFSBrowser(View, String, int, boolean, String) - Constructor for class org.gjt.sp.jedit.browser.VFSBrowser
Creates a new VFS browser.
VFSDirectoryEntryTable - class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable.
 
VFSDirectoryEntryTable(BrowserView) - Constructor for class org.gjt.sp.jedit.browser.VFSDirectoryEntryTable
 
VFSDirectoryEntryTableModel - class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel.
 
VFSDirectoryEntryTableModel() - Constructor for class org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel
 
VFSFileChooserDialog - class org.gjt.sp.jedit.browser.VFSFileChooserDialog.
Wraps the VFS browser in a modal dialog.
VFSFileChooserDialog(View, String, int, boolean) - Constructor for class org.gjt.sp.jedit.browser.VFSFileChooserDialog
 
VFSManager - class org.gjt.sp.jedit.io.VFSManager.
jEdit's virtual filesystem allows it to transparently edit files stored elsewhere than the local filesystem, for example on an FTP site.
VFSUpdate - class org.gjt.sp.jedit.msg.VFSUpdate.
Message sent when a file or directory changes.
VFSUpdate(String) - Constructor for class org.gjt.sp.jedit.msg.VFSUpdate
Creates a VFS update message.
VIEW - Static variable in class org.gjt.sp.jedit.View
 
VOID - Static variable in interface bsh.ParserConstants
 
VOID - Static variable in class bsh.Primitive
VOID means "no type".
VOID - Static variable in class org.objectweb.asm.Type
The sort of the void type.
VOID_TYPE - Static variable in class org.objectweb.asm.Type
The void type.
VOLATILE - Static variable in interface bsh.ParserConstants
 
Variable - class bsh.Variable.
 
VariableDeclarator() - Method in class bsh.Parser
 
VariableGridLayout - class org.gjt.sp.jedit.gui.VariableGridLayout.
The VariableGridLayout class is a layout manager that lays out a container's components in a rectangular grid with variable cell sizes.
VariableGridLayout(int, int, int, int) - Constructor for class org.gjt.sp.jedit.gui.VariableGridLayout
 
VariableGridLayout(int, int) - Constructor for class org.gjt.sp.jedit.gui.VariableGridLayout
Creates a variable grid layout manager with the specified mode and zero horizontal and vertical gap.
VariableGridLayout() - Constructor for class org.gjt.sp.jedit.gui.VariableGridLayout
Creates a variable grid layout manager with mode FIXED_NUM_ROWS, number of rows == 1 and zero horizontal and vertical gap.
VariableInitializer() - Method in class bsh.Parser
 
View - class org.gjt.sp.jedit.View.
A View is jEdit's top-level frame window.
View.ViewConfig - class org.gjt.sp.jedit.View.ViewConfig.
 
View.ViewConfig() - Constructor for class org.gjt.sp.jedit.View.ViewConfig
 
View.ViewConfig(boolean) - Constructor for class org.gjt.sp.jedit.View.ViewConfig
 
View.ViewConfig(boolean, String, int, int, int, int, int) - Constructor for class org.gjt.sp.jedit.View.ViewConfig
 
ViewOptionPane - class org.gjt.sp.jedit.options.ViewOptionPane.
 
ViewOptionPane() - Constructor for class org.gjt.sp.jedit.options.ViewOptionPane
 
ViewRegisters - class org.gjt.sp.jedit.gui.ViewRegisters.
 
ViewRegisters(View) - Constructor for class org.gjt.sp.jedit.gui.ViewRegisters
 
ViewUpdate - class org.gjt.sp.jedit.msg.ViewUpdate.
Message sent when a view-related change occurs.
ViewUpdate(View, Object) - Constructor for class org.gjt.sp.jedit.msg.ViewUpdate
Creates a new view update message.
VoidLiteral() - Method in class bsh.Parser
 
valueChanged(TreeSelectionEvent) - Method in class org.gjt.sp.jedit.gui.OptionsDialog
 
valueForPathChanged(TreePath, Object) - Method in class org.gjt.sp.jedit.gui.OptionsDialog.OptionTreeModel
 
version() - Static method in class gnu.regexp.RE
Returns a string representing the version of the gnu.regexp package.
veto() - Method in class org.gjt.sp.jedit.EBMessage.NonVetoable
Deprecated. Disallows this message from being vetoed.
veto() - Method in class org.gjt.sp.jedit.EBMessage
Deprecated. Does nothing.
view - Variable in class org.gjt.sp.jedit.gui.InputHandler
 
visible - Variable in class org.gjt.sp.jedit.syntax.Chunk
 
visit(int, String, String, String[], String) - Method in interface org.objectweb.asm.ClassVisitor
Visits the header of the class.
visit(int, String, String, String[], String) - Method in class org.objectweb.asm.ClassWriter
 
visitEnd() - Method in interface org.objectweb.asm.ClassVisitor
Visits the end of the class.
visitEnd() - Method in class org.objectweb.asm.ClassWriter
 
visitField(int, String, String, Object) - Method in interface org.objectweb.asm.ClassVisitor
Visits a field of the class.
visitField(int, String, String, Object) - Method in class org.objectweb.asm.ClassWriter
 
visitFieldInsn(int, String, String, String) - Method in interface org.objectweb.asm.CodeVisitor
Visits a field instruction.
visitFieldInsn(int, String, String, String) - Method in class org.objectweb.asm.CodeWriter
 
visitIincInsn(int, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits an IINC instruction.
visitIincInsn(int, int) - Method in class org.objectweb.asm.CodeWriter
 
visitInnerClass(String, String, String, int) - Method in interface org.objectweb.asm.ClassVisitor
Visits information about an inner class.
visitInnerClass(String, String, String, int) - Method in class org.objectweb.asm.ClassWriter
 
visitInsn(int) - Method in interface org.objectweb.asm.CodeVisitor
Visits a zero operand instruction.
visitInsn(int) - Method in class org.objectweb.asm.CodeWriter
 
visitIntInsn(int, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits an instruction with a single int operand.
visitIntInsn(int, int) - Method in class org.objectweb.asm.CodeWriter
 
visitJumpInsn(int, Label) - Method in interface org.objectweb.asm.CodeVisitor
Visits a jump instruction.
visitJumpInsn(int, Label) - Method in class org.objectweb.asm.CodeWriter
 
visitLabel(Label) - Method in interface org.objectweb.asm.CodeVisitor
Visits a label.
visitLabel(Label) - Method in class org.objectweb.asm.CodeWriter
 
visitLdcInsn(Object) - Method in interface org.objectweb.asm.CodeVisitor
Visits a LDC instruction.
visitLdcInsn(Object) - Method in class org.objectweb.asm.CodeWriter
 
visitLineNumber(int, Label) - Method in interface org.objectweb.asm.CodeVisitor
Visits a line number declaration.
visitLineNumber(int, Label) - Method in class org.objectweb.asm.CodeWriter
 
visitLocalVariable(String, String, Label, Label, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits a local variable declaration.
visitLocalVariable(String, String, Label, Label, int) - Method in class org.objectweb.asm.CodeWriter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in interface org.objectweb.asm.CodeVisitor
Visits a LOOKUPSWITCH instruction.
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.objectweb.asm.CodeWriter
 
visitMaxs(int, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits the maximum stack size and the maximum number of local variables of the method.
visitMaxs(int, int) - Method in class org.objectweb.asm.CodeWriter
 
visitMethod(int, String, String, String[]) - Method in interface org.objectweb.asm.ClassVisitor
Visits a method of the class.
visitMethod(int, String, String, String[]) - Method in class org.objectweb.asm.ClassWriter
 
visitMethodInsn(int, String, String, String) - Method in interface org.objectweb.asm.CodeVisitor
Visits a method instruction.
visitMethodInsn(int, String, String, String) - Method in class org.objectweb.asm.CodeWriter
 
visitMultiANewArrayInsn(String, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits a MULTIANEWARRAY instruction.
visitMultiANewArrayInsn(String, int) - Method in class org.objectweb.asm.CodeWriter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in interface org.objectweb.asm.CodeVisitor
Visits a TABLESWITCH instruction.
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.objectweb.asm.CodeWriter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in interface org.objectweb.asm.CodeVisitor
Visits a try catch block.
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.objectweb.asm.CodeWriter
 
visitTypeInsn(int, String) - Method in interface org.objectweb.asm.CodeVisitor
Visits a type instruction.
visitTypeInsn(int, String) - Method in class org.objectweb.asm.CodeWriter
 
visitVarInsn(int, int) - Method in interface org.objectweb.asm.CodeVisitor
Visits a local variable instruction.
visitVarInsn(int, int) - Method in class org.objectweb.asm.CodeWriter
 

W

WARNING - Static variable in class org.gjt.sp.util.Log
Warning urgency.
WHILE - Static variable in interface bsh.ParserConstants
 
WINDOW_ICON - Static variable in class org.gjt.sp.jedit.GUIUtilities
Deprecated. Use GUIUtilities.loadIcon("jedit-icon.gif"); instead.
WRAP_GUIDE_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
Wrap guide layer.
WRITE_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
Write capability.
WhileStatement() - Method in class bsh.Parser
 
WorkRequest - class org.gjt.sp.util.WorkRequest.
A subclass of the Runnable interface.
WorkRequest() - Constructor for class org.gjt.sp.util.WorkRequest
 
WorkThread - class org.gjt.sp.util.WorkThread.
Services work requests in the background.
WorkThread(WorkThreadPool, ThreadGroup, String) - Constructor for class org.gjt.sp.util.WorkThread
 
WorkThread.Abort - error org.gjt.sp.util.WorkThread.Abort.
 
WorkThread.Abort() - Constructor for class org.gjt.sp.util.WorkThread.Abort
 
WorkThreadPool - class org.gjt.sp.util.WorkThreadPool.
A pool of work threads.
WorkThreadPool(String, int) - Constructor for class org.gjt.sp.util.WorkThreadPool
Creates a new work thread pool with the specified number of work threads.
WorkThreadProgressListener - interface org.gjt.sp.util.WorkThreadProgressListener.
A work thread execution progress listener.
waitForRequests() - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns when all pending requests are complete.
waitForRequests() - Method in class org.gjt.sp.util.WorkThreadPool
Waits until all requests are complete.
width - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
width - Variable in class org.gjt.sp.jedit.syntax.Chunk
 
wrap(Object[], Class[]) - Static method in class bsh.Primitive
 
wrap(Object, Class) - Static method in class bsh.Primitive
Wrap primitive values (as indicated by type param) and nulls in the Primitive class.
write(DataOutputStream) - Method in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
writeLock() - Method in class org.gjt.sp.jedit.Buffer
Attempting to obtain read lock will block between calls to Buffer.writeLock() and Buffer.writeUnlock().
writeLock() - Method in class org.gjt.sp.util.ReadWriteLock
 
writeUnlock() - Method in class org.gjt.sp.jedit.Buffer
Attempting to obtain read lock will block between calls to Buffer.writeLock() and Buffer.writeUnlock().
writeUnlock() - Method in class org.gjt.sp.util.ReadWriteLock
 

X

XML_PI_LENGTH - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
Length of longest XML PI used for encoding detection.
XModeHandler - class org.gjt.sp.jedit.syntax.XModeHandler.
XML handler for mode definition files.
XModeHandler(String) - Constructor for class org.gjt.sp.jedit.syntax.XModeHandler
 
XOR - Static variable in interface bsh.ParserConstants
 
XORASSIGN - Static variable in interface bsh.ParserConstants
 
XmlException - exception com.microstar.xml.XmlException.
Convenience exception class for reporting XML parsing errors.
XmlException(String, String, int, int) - Constructor for class com.microstar.xml.XmlException
Construct a new XML parsing exception.
XmlHandler - interface com.microstar.xml.XmlHandler.
XML Processing Interface.
XmlParser - class com.microstar.xml.XmlParser.
Parse XML documents and return parse events through call-backs.
XmlParser() - Constructor for class com.microstar.xml.XmlParser
Construct a new parser with no associated handler.
x - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
xPrintTargetError(Throwable) - Method in class bsh.TargetError
Extended form of print target error.
xToOffset(Chunk, float, boolean) - Static method in class org.gjt.sp.jedit.syntax.Chunk
Converts an x co-ordinate in a chunk list into an offset.
xToOffset(float, boolean) - Method in class org.gjt.sp.jedit.syntax.Chunk
 
xToScreenLineOffset(int, int, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Converts a point in a given screen line to an offset.
xyToOffset(int, int) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Converts a point to an offset.
xyToOffset(int, int, boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Converts a point to an offset.

Y

y - Variable in class org.gjt.sp.jedit.AbstractOptionPane
The number of components already added to the layout manager.
y - Variable in class org.gjt.sp.jedit.View.ViewConfig
 

_

_DEFAULT - Static variable in interface bsh.ParserConstants
 
_addKeyBinding(String, Object) - Method in class org.gjt.sp.jedit.gui.DefaultInputHandler
Adds a key binding to this input handler.
_backup(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
 
_backup(Object, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
Backs up the specified file.
_canonPath(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
Returns the canonical form if the specified path name.
_canonPath(Object, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
Returns the canonical form of the specified path name.
_closeBuffer(View, Buffer) - Static method in class org.gjt.sp.jedit.jEdit
Closes the buffer, even if it has unsaved changes.
_contentInserted(IntegerArray) - Method in class org.gjt.sp.jedit.buffer.LineManager
 
_createInputStream(Object, String, boolean, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
 
_createInputStream(Object, String, boolean, Component) - Method in class org.gjt.sp.jedit.io.UrlVFS
 
_createInputStream(Object, String, boolean, Component) - Method in class org.gjt.sp.jedit.io.VFS
Creates an input stream.
_createOutputStream(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
 
_createOutputStream(Object, String, Component) - Method in class org.gjt.sp.jedit.io.UrlVFS
 
_createOutputStream(Object, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
Creates an output stream.
_delete(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FavoritesVFS
 
_delete(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
 
_delete(Object, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
Deletes the specified URL.
_endVFSSession(Object, Component) - Method in class org.gjt.sp.jedit.io.VFS
Finishes the specified VFS session.
_eval(View, NameSpace, String) - Static method in class org.gjt.sp.jedit.BeanShell
Evaluates the specified BeanShell expression.
_getBuffer(String) - Static method in class org.gjt.sp.jedit.jEdit
Returns the buffer with the specified path name.
_getDirectoryEntry(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FavoritesVFS
 
_getDirectoryEntry(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileRootsVFS
 
_getDirectoryEntry(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
 
_getDirectoryEntry(Object, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
Returns the specified directory entry.
_getFiles(Component) - Method in class org.gjt.sp.jedit.search.AllBufferSet
 
_getFiles(Component) - Method in class org.gjt.sp.jedit.search.BufferListSet
Note that the paths in the returned list must be fully canonicalized.
_getFiles(Component) - Method in class org.gjt.sp.jedit.search.DirectoryListSet
 
_getLineManager() - Method in class org.gjt.sp.jedit.Buffer
Plugins and macros should not call this method.
_init() - Method in class org.gjt.sp.jedit.AbstractOptionPane
This method should create and arrange the components of the option pane and initialize the option data displayed to the user.
_init() - Method in class org.gjt.sp.jedit.options.AbbrevsOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.AppearanceOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.AutosaveBackupOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.BrowserColorsOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.BrowserOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.ContextOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.DockingOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.EditingOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.FirewallOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.GeneralOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.GutterOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.MouseOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.PluginManagerOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.PrintOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.ShortcutsOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.StatusBarOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.SyntaxHiliteOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.TextAreaOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.ToolBarOptionPane
 
_init() - Method in class org.gjt.sp.jedit.options.ViewOptionPane
 
_listDirectory(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FavoritesVFS
 
_listDirectory(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileRootsVFS
 
_listDirectory(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
 
_listDirectory(Object, String, String, boolean, Component) - Method in class org.gjt.sp.jedit.io.VFS
A convinience method that matches file names against globs, and can optionally list the directory recursively.
_listDirectory(Object, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
Lists the specified directory.
_mkdir(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
 
_mkdir(Object, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
Creates a new directory with the specified URL.
_rename(Object, String, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
 
_rename(Object, String, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
Renames the specified URL.
_runScript(View, String, Reader, boolean) - Static method in class org.gjt.sp.jedit.BeanShell
Runs a BeanShell script.
_runScript(View, String, Reader, NameSpace) - Static method in class org.gjt.sp.jedit.BeanShell
Runs a BeanShell script.
_save() - Method in class org.gjt.sp.jedit.AbstractOptionPane
Called when the options dialog's "ok" button is clicked.
_save() - Method in class org.gjt.sp.jedit.options.AbbrevsOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.AppearanceOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.AutosaveBackupOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.BrowserColorsOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.BrowserOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.ContextOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.DockingOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.EditingOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.FirewallOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.GeneralOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.GutterOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.MouseOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.PluginManagerOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.PrintOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.ShortcutsOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.StatusBarOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.SyntaxHiliteOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.TextAreaOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.ToolBarOptionPane
 
_save() - Method in class org.gjt.sp.jedit.options.ViewOptionPane
 
_saveComplete(Object, Buffer, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
 
_saveComplete(Object, Buffer, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
Called after a file has been saved.
_setContent(char[], int) - Method in class org.gjt.sp.jedit.buffer.ContentManager
 

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