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 _

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.
EB_TIMER - Static variable in class org.gjt.sp.jedit.Debug
Show time taken for each EBComponent.
EBComponent - Interface in org.gjt.sp.jedit
A component on the EditBus.
EBMessage - Class in org.gjt.sp.jedit
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.
EBPlugin - Class in org.gjt.sp.jedit
Plugins extending this class are automatically added to the EditBus.
EBPlugin() - Constructor for class org.gjt.sp.jedit.EBPlugin
 
ebStub - Variable in class org.gjt.sp.jedit.menu.EnhancedMenu
 
EDIT_PANE_CHANGED - Static variable in class org.gjt.sp.jedit.msg.ViewUpdate
Active edit pane changed.
EditAbbrevDialog - Class in org.gjt.sp.jedit.gui
 
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 in org.gjt.sp.jedit
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 in org.gjt.sp.jedit
'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 in org.gjt.sp.jedit
jEdit's global event notification mechanism.
EditingOptionPane - Class in org.gjt.sp.jedit.options
 
EditingOptionPane() - Constructor for class org.gjt.sp.jedit.options.EditingOptionPane
 
EditorExiting - Class in org.gjt.sp.jedit.msg
Message sent just before jEdit exits.
EditorExiting(EBComponent) - Constructor for class org.gjt.sp.jedit.msg.EditorExiting
Creates a new editor exiting message.
EditorExitRequested - Class in org.gjt.sp.jedit.msg
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.
EditorStarted - Class in org.gjt.sp.jedit.msg
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.
EditPane - Class in org.gjt.sp.jedit
A panel containing a text area.
EditPaneUpdate - Class in org.gjt.sp.jedit.msg
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 in org.gjt.sp.jedit
The abstract base class that every plugin must implement.
EditPlugin() - Constructor for class org.gjt.sp.jedit.EditPlugin
 
EditPlugin.Broken - Class in org.gjt.sp.jedit
A placeholder for a plugin that didn't load.
EditPlugin.Deferred - Class in org.gjt.sp.jedit
A placeholder for a plugin that hasn't been loaded yet.
EditServer - Class in org.gjt.sp.jedit
Inter-process communication.
ELECTRIC_SCROLL - Static variable in class org.gjt.sp.jedit.textarea.JEditTextArea
 
ELSE - Static variable in interface bsh.ParserConstants
 
EmptyStatement() - Method in class bsh.Parser
 
enable_tracing() - Method in class bsh.Parser
 
ENCODING - Static variable in class org.gjt.sp.jedit.Abbrevs
 
ENCODING - Static variable in class org.gjt.sp.jedit.buffer.JEditBuffer
Character encoding used when loading and saving.
encoding - Variable in class org.gjt.sp.jedit.BufferHistory.Entry
 
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 - 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 - Static variable in class org.gjt.sp.jedit.syntax.Token
 
end - Variable in class org.gjt.sp.jedit.textarea.StructureMatcher.Match
 
END_OFFSETS - Static variable in class org.gjt.sp.jedit.buffer.BufferIORequest
 
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.JEditBuffer
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, String, 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
 
EnhancedButton - Class in org.gjt.sp.jedit.gui
 
EnhancedButton(Icon, String, String, ActionContext) - Constructor for class org.gjt.sp.jedit.gui.EnhancedButton
 
EnhancedCheckBoxMenuItem - Class in org.gjt.sp.jedit.menu
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 in org.gjt.sp.jedit.gui
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 in org.gjt.sp.jedit.menu
 
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 in org.gjt.sp.jedit.menu
jEdit's custom menu item.
EnhancedMenuItem(String, String, ActionContext) - Constructor for class org.gjt.sp.jedit.menu.EnhancedMenuItem
Creates a new menu item.
enterEnabled - Variable in class org.gjt.sp.jedit.gui.EnhancedDialog
 
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 - Variable in exception bsh.ParseException
The end of line string for this machine.
EOL_SPAN - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
EQ - Static variable in interface bsh.ParserConstants
 
EqualityExpression() - Method in class bsh.Parser
 
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.indent.IndentAction.Collapse
 
equals(Object) - Method in class org.gjt.sp.jedit.indent.IndentAction.Increase
 
equals(Object) - Method in class org.gjt.sp.jedit.search.HyperSearchFileNode
 
equals(Object) - Method in class org.gjt.sp.jedit.search.HyperSearchResult
 
equals(Object) - Method in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
equals(Object) - Method in class org.gjt.sp.jedit.textarea.AntiAlias
 
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(IOException, String, Component) - Static method in class org.gjt.sp.jedit.io.VFSManager
Handle an I/O error.
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(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(String, Object) - Method in class org.gjt.sp.jedit.syntax.XModeHandler
Reports an error.
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.
ErrorListDialog - Class in org.gjt.sp.jedit.gui
 
ErrorListDialog(Frame, String, String, Vector, boolean) - Constructor for class org.gjt.sp.jedit.gui.ErrorListDialog
 
ErrorListDialog.ErrorEntry - Class in org.gjt.sp.jedit.gui
 
ErrorListDialog.ErrorEntry(String, String, Object[]) - Constructor for class org.gjt.sp.jedit.gui.ErrorListDialog.ErrorEntry
 
errorOccurred() - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns if the last request caused an error.
escapeRegexp(String, boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Escapes characters with special meaning in a regexp.
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.
EvalError - Exception in bsh
EvalError indicates that we cannot continue evaluating the script or the script has thrown an exception.
EvalError(String, SimpleNode, CallStack) - Constructor for exception bsh.EvalError
 
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.
EXCLUDE_MATCH - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
ExclusiveOrExpression() - Method in class bsh.Parser
 
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.
expandAllNodes(DefaultMutableTreeNode) - Method in class org.gjt.sp.jedit.search.HyperSearchResults
 
ExpandBuff(boolean) - Method in class bsh.JavaCharStream
 
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 exception bsh.ParseException
Each entry in this array is an array of integers.
ExplicitFoldHandler - Class in org.gjt.sp.jedit.buffer
A fold handler that folds lines based on markers ("{{{" and "}}}") embedded in the text.
ExplicitFoldHandler() - Constructor for class org.gjt.sp.jedit.buffer.ExplicitFoldHandler
 
EXPONENT - Static variable in interface bsh.ParserConstants
 
Expression() - Method in class bsh.Parser
 
EXTENDS - Static variable in interface bsh.ParserConstants
 
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.
extState - Variable in class org.gjt.sp.jedit.View.ViewConfig
 

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 _