Skip navigation links
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.
eatNonAlphanums() - Method in class org.jedit.keymap.EmacsUtil
 
eatWhitespace() - Method in class org.jedit.keymap.EmacsUtil
 
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
Displayed when editing abbrevs
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(String, Object[]) - Constructor for class org.gjt.sp.jedit.EditAction
 
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.
EditBus - Class in org.gjt.sp.jedit
jEdit's global event notification mechanism.
EditBus.EBHandler - Annotation Type in org.gjt.sp.jedit
This annotation should be used in methods that are to be considered "edit bus message handlers".
EditingOptionPane - Class in org.gjt.sp.jedit.options
Panel to load three option panes into tabs: EditModesPane, ModeSettingsPane, and UndoPane.
EditingOptionPane() - Constructor for class org.gjt.sp.jedit.options.EditingOptionPane
 
EditModesPane - Class in org.gjt.sp.jedit.options
Option pane to set available edit modes and to add modes from a file.
EditModesPane() - Constructor for class org.gjt.sp.jedit.options.EditModesPane
 
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.
ElasticTabStopBufferListener - Class in org.gjt.sp.jedit.textarea
Buffer Listener for Elastic Tabstops.
ElasticTabStopBufferListener(TextArea) - Constructor for class org.gjt.sp.jedit.textarea.ElasticTabStopBufferListener
 
elasticTabstopsOn - Variable in class org.gjt.sp.jedit.buffer.JEditBuffer
This field should be read instead of "elasticTabstops" property when efficiency matters.
ElasticTabstopsTabExpander - Class in org.gjt.sp.jedit.textarea
A Swing TabExpander for Elastic Tabstops.
ElasticTabstopsTabExpander(TextArea) - Constructor for class org.gjt.sp.jedit.textarea.ElasticTabstopsTabExpander
 
ELECTRIC_SCROLL - Static variable in class org.gjt.sp.jedit.textarea.TextArea
 
ELSE - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
emacsKillLine() - Method in class org.jedit.keymap.EmacsUtil
 
EmacsUtil - Class in org.jedit.keymap
Emacs Macro utility functions.
EmacsUtil() - Constructor for class org.jedit.keymap.EmacsUtil
 
EmptyStatement() - Method in class org.gjt.sp.jedit.bsh.Parser
 
enable_tracing() - Method in class org.gjt.sp.jedit.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 - Interface in org.gjt.sp.jedit.io
An interface to represent an encoding.
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?
EncodingDetector - Interface in org.gjt.sp.jedit.io
An interface to detect a reasonable encoding from some bytes at the beginning of a file.
EncodingServer - Class in org.gjt.sp.jedit.io
A class for some static methods to deal with encodings.
EncodingServer() - Constructor for class org.gjt.sp.jedit.io.EncodingServer
 
EncodingsOptionPane - Class in org.gjt.sp.jedit.options
Encodings options.
EncodingsOptionPane() - Constructor for class org.gjt.sp.jedit.options.EncodingsOptionPane
 
EncodingWidgetFactory - Class in org.gjt.sp.jedit.gui.statusbar
 
EncodingWidgetFactory() - Constructor for class org.gjt.sp.jedit.gui.statusbar.EncodingWidgetFactory
 
EncodingWithBOM - Class in org.gjt.sp.jedit.io
Encodings which have BOM at the beginning of byte stream.
EncodingWithBOM(String) - Constructor for class org.gjt.sp.jedit.io.EncodingWithBOM
 
EncodingWithBOM.Detector - Class in org.gjt.sp.jedit.io
 
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(boolean) - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
An override to record the acutual action taken for end().
end - Variable in class org.gjt.sp.jedit.textarea.StructureMatcher.Match
 
end(boolean) - Method in class org.gjt.sp.jedit.textarea.TextArea
a dumb end action which only has 2 states: end of whitespace or end of line
END_OFFSETS - Static variable in class org.gjt.sp.jedit.bufferio.BufferIORequest
 
END_REGEXP - Static variable in class org.gjt.sp.jedit.syntax.ParserRule
 
endClassMapping() - Method in interface org.gjt.sp.jedit.bsh.classpath.BshClassPath.MappingFeedback
 
endColumn - Variable in class org.gjt.sp.jedit.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 org.gjt.sp.jedit.syntax.XModeHandler
 
endElement(String, String, String) - Method in class org.gjt.sp.jedit.syntax.XModeHandler
 
endLine - Variable in class org.gjt.sp.jedit.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
 
endRedo(JEditBuffer) - Method in interface org.gjt.sp.jedit.buffer.BufferUndoListener
Called when a redo on the buffer ends.
endRegexp - Variable in class org.gjt.sp.jedit.syntax.ParserRule
 
endSessionQuietly() - Method in class org.gjt.sp.jedit.bufferio.BufferIORequest
 
endUndo(JEditBuffer) - Method in interface org.gjt.sp.jedit.buffer.BufferUndoListener
Called when an undo operation on the buffer ends.
EnhancedButton - Class in org.gjt.sp.jedit.gui
A toolbar button
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
Dialog that handles OK/Cancel for you 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 org.gjt.sp.jedit.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
 
EnhancedMenu.EditBusStub - Class in org.gjt.sp.jedit.menu
 
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.
EnhancedTreeCellRenderer - Class in org.gjt.sp.util
An enhancement of the DefaultTreeCellRenderer to be used as superclass for custom tree cell renderers.
EnhancedTreeCellRenderer() - Constructor for class org.gjt.sp.util.EnhancedTreeCellRenderer
 
enterEnabled - Variable in class org.gjt.sp.jedit.gui.EnhancedDialog
 
Entry(String, int, String, String, String) - Constructor for class org.gjt.sp.jedit.BufferHistory.Entry
 
Entry(Object) - Constructor for class org.gjt.sp.jedit.gui.JCheckBoxList.Entry
 
Entry(boolean, Object) - Constructor for class org.gjt.sp.jedit.gui.JCheckBoxList.Entry
 
ENUM - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
EOF - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
eol - Variable in exception org.gjt.sp.jedit.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 org.gjt.sp.jedit.bsh.ParserConstants
 
EqualityExpression() - Method in class org.gjt.sp.jedit.bsh.Parser
 
equals(Object) - Method in class org.gjt.sp.jedit.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.ExtendedGridLayoutConstraints
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.gjt.sp.jedit.gui.KeyEventTranslator.Key
 
equals(Object) - Method in class org.gjt.sp.jedit.indent.IndentAction.Increase
 
equals(Object) - Method in class org.gjt.sp.jedit.print.Margins
 
equals(Object) - Method in class org.gjt.sp.jedit.print.PrintRangeType
 
equals(Object) - Method in class org.gjt.sp.jedit.print.Reverse
 
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 org.gjt.sp.jedit.bsh.ConsoleInterface
 
error(Object) - Method in class org.gjt.sp.jedit.bsh.Interpreter
Print an error message in a standard format on the output stream associated with this interpreter.
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, String, Object[]) - Static method in class org.gjt.sp.jedit.io.VFSManager
Reports an I/O error with default urgency, Log.ERROR
error(Component, String, String, Object[], int) - 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, Throwable) - Method in class org.gjt.sp.jedit.syntax.ModeProvider
 
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.bufferio.BufferIORequest
Buffer boolean property set when an error occurs.
ERROR_OCCURRED - Static variable in class org.gjt.sp.jedit.bufferio.MarkersSaveRequest
 
ErrorEntry(String, String, Object[]) - Constructor for class org.gjt.sp.jedit.gui.ErrorListDialog.ErrorEntry
An entry with default urgency Log.ERROR
ErrorEntry(String, String, Object[], int) - Constructor for class org.gjt.sp.jedit.gui.ErrorListDialog.ErrorEntry
 
ErrorListDialog - Class in org.gjt.sp.jedit.gui
Used to list I/O and plugin load errors
ErrorListDialog(Frame, String, String, Vector<ErrorListDialog.ErrorEntry>, boolean) - Constructor for class org.gjt.sp.jedit.gui.ErrorListDialog
 
ErrorListDialog.ErrorEntry - Class in org.gjt.sp.jedit.gui
 
ErrorListDialog.JTextPaneSized - Class in org.gjt.sp.jedit.gui
This text pane sets its size to a constant amount of 80x25 chars, when used inside a scrollpane.
errorOccurred() - Static method in class org.gjt.sp.jedit.io.VFSManager
Returns if the last request caused an error.
ErrorsWidgetFactory - Class in org.gjt.sp.jedit.gui.statusbar
This widget will show you in the status bar the last errors reported in jEdit.
ErrorsWidgetFactory() - Constructor for class org.gjt.sp.jedit.gui.statusbar.ErrorsWidgetFactory
 
errorWhileMapping(String) - Method in interface org.gjt.sp.jedit.bsh.classpath.BshClassPath.MappingFeedback
 
escapeRegexp(String, boolean) - Static method in class org.gjt.sp.jedit.search.SearchAndReplace
Escapes characters with special meaning in a regexp.
escapeRule - Variable in class org.gjt.sp.jedit.syntax.ParserRule
escapeRule is the rule-specific sequence used to escape other characters while the rule is in effect.
escapeRule - Variable in class org.gjt.sp.jedit.syntax.TokenMarker.LineContext
 
escapesToChars(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Converts "\n" and "\t" escapes in the specified string to newlines and tabs.
escapeText(String) - Static method in class org.gjt.sp.jedit.TextUtilities
Escapes a given string for use in a java.util.regex pattern.
eval(View, NameSpace, String) - Static method in class org.gjt.sp.jedit.BeanShell
Evaluates the specified BeanShell expression.
eval(T, String) - Method in class org.gjt.sp.jedit.BeanShellFacade
Evaluates the specified BeanShell expression with the global namespace
eval(T, NameSpace, String) - Method in class org.gjt.sp.jedit.BeanShellFacade
Evaluates the specified BeanShell expression.
eval(CallStack, Interpreter) - Method in class org.gjt.sp.jedit.bsh.BSHPackageDeclaration
 
eval(Reader, NameSpace, String) - Method in class org.gjt.sp.jedit.bsh.Interpreter
Spawn a non-interactive local interpreter to evaluate text in the specified namespace.
eval(Reader) - Method in class org.gjt.sp.jedit.bsh.Interpreter
Evaluate the inputstream in this interpreter's global namespace.
eval(String) - Method in class org.gjt.sp.jedit.bsh.Interpreter
Evaluate the string in this interpreter's global namespace.
eval(String, NameSpace) - Method in class org.gjt.sp.jedit.bsh.Interpreter
Evaluate the string in the specified namespace.
eval(String, String) - Static method in class org.gjt.sp.jedit.bsh.Remote
Evaluate text in the interpreter at url, returning a possible integer return value.
EvalError - Exception in org.gjt.sp.jedit.bsh
EvalError indicates that we cannot continue evaluating the script or the script has thrown an exception.
EvalError(String, SimpleNode, CallStack) - Constructor for exception org.gjt.sp.jedit.bsh.EvalError
 
evalOnly - Variable in class org.gjt.sp.jedit.bsh.Interpreter
 
evalSelection(View, JEditTextArea) - Static method in class org.gjt.sp.jedit.BeanShell
Evaluates the text selected in the specified text area.
evalSelection(T, TextArea) - Method in class org.gjt.sp.jedit.BeanShellFacade
Evaluates the text selected in the specified text area.
EVEN - Static variable in class org.gjt.sp.jedit.print.PrintRangeType
 
ExclusiveOrExpression() - Method in class org.gjt.sp.jedit.bsh.Parser
 
execute() - Static method in class org.jedit.migration.OneTimeMigrationService
Performs doMigrate() on each installed OneTimeMigrationService
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, List<VFSFile>) - 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 org.gjt.sp.jedit.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.TextArea
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, boolean) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Expands all folds with the specified fold level.
expandFolds(int) - Method in class org.gjt.sp.jedit.textarea.DisplayManager
Expands all folds with the specified fold level.
expandVariables(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Accepts a string from the user (or a settings file) which may contain a variable-prefix path of various syntaxes.
expectedTokenSequences - Variable in exception org.gjt.sp.jedit.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 org.gjt.sp.jedit.bsh.ParserConstants
 
exportDone(JComponent, Transferable, int) - Method in class org.gjt.sp.jedit.textarea.TextAreaTransferHandler
 
Expression() - Method in class org.gjt.sp.jedit.bsh.Parser
 
ExtendedGridLayout - Class in org.gjt.sp.jedit.gui
A layout manager that places components in a rectangular grid with variable cell sizes that supports colspans and rowspans.
ExtendedGridLayout(int, int, Insets) - Constructor for class org.gjt.sp.jedit.gui.ExtendedGridLayout
Creates an extended grid layout manager with the specified horizontal and vertical gap, and the specified distance to the borders of the parent container.
ExtendedGridLayout() - Constructor for class org.gjt.sp.jedit.gui.ExtendedGridLayout
Creates an extended grid layout manager with zero horizontal and vertical gap, and zero distance to the borders of the parent container.
ExtendedGridLayoutConstraints - Class in org.gjt.sp.jedit.gui
Specifies constraints for components that are laid out using the ExtendedGridLayout class.
ExtendedGridLayoutConstraints(Component) - Constructor for class org.gjt.sp.jedit.gui.ExtendedGridLayoutConstraints
Creates an ExtendedGridLayoutConstraints object with all of its fields set to their default value.
ExtendedGridLayoutConstraints(int, Component) - Constructor for class org.gjt.sp.jedit.gui.ExtendedGridLayoutConstraints
Creates an ExtendedGridLayoutConstraints object with all of its fields set to their default value except of the row which is specified.
ExtendedGridLayoutConstraints(int, int, int, Component) - Constructor for class org.gjt.sp.jedit.gui.ExtendedGridLayoutConstraints
Creates an ExtendedGridLayoutConstraints object with all of its fields set to the passed-in arguments.
EXTENDS - Static variable in interface org.gjt.sp.jedit.bsh.ParserConstants
 
extendSelection(int, int) - Method in class org.gjt.sp.jedit.textarea.TextArea
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.TextArea
Extends the selection at the specified offset, or creates a new one if there is no selection at the specified offset.
externalClassLoader - Variable in class org.gjt.sp.jedit.bsh.BshClassManager
An external classloader supplied by the setClassLoader() command.
ExternalNameSpace - Class in org.gjt.sp.jedit.bsh
A namespace which maintains an external map of values held in variables in its scope.
ExternalNameSpace() - Constructor for class org.gjt.sp.jedit.bsh.ExternalNameSpace
 
ExternalNameSpace(NameSpace, String, Map) - Constructor for class org.gjt.sp.jedit.bsh.ExternalNameSpace
 
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 _ 
Skip navigation links