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 _

B

back() - Method in class org.gjt.sp.jedit.help.HelpHistoryModel
 
BACK - Static variable in class org.gjt.sp.jedit.help.HistoryButton
 
BACKED_UP - Static variable in class org.gjt.sp.jedit.Buffer
Backed up property.
background - Variable in class org.gjt.sp.jedit.syntax.Chunk
 
BACKGROUND_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
Below selection layer.
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.
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 - Class in org.gjt.sp.jedit
BeanShell is jEdit's extension language.
BeanShell() - Constructor for class org.gjt.sp.jedit.BeanShell
 
BEANSHELL_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
Logs messages when BeanShell code is evaluated.
BeanShellAction - Class in org.gjt.sp.jedit
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 in org.gjt.sp.jedit.gui
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
 
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.JEditBuffer
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.
BeginToken() - Method in class bsh.JavaCharStream
 
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.
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.
bindings - Variable in class org.gjt.sp.jedit.gui.ShortcutPrefixActiveEvent
Description of the Field
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
 
blinkCaret() - Method in class org.gjt.sp.jedit.textarea.JEditTextArea
Blinks the caret.
Block() - Method in class bsh.Parser
 
BLOCK_CARET_LAYER - Static variable in class org.gjt.sp.jedit.textarea.TextAreaPainter
Block caret layer.
BlockStatement() - Method in class bsh.Parser
 
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
 
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.
BooleanLiteral() - Method in class bsh.Parser
 
booleanValue() - Method in class bsh.Primitive
 
BOTTOM - Static variable in class org.gjt.sp.jedit.gui.DockableWindowManager
Bottom position.
BOTTOM - Static variable in class org.gjt.sp.jedit.textarea.ScrollLayout
 
bottom - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
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.DockableLayout
 
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.
BoyerMooreSearchMatcher - Class in org.gjt.sp.jedit.search
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.
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
 
BracketIndentRule - Class in org.gjt.sp.jedit.indent
 
BracketIndentRule(char, char) - Constructor for class org.gjt.sp.jedit.indent.BracketIndentRule
 
BracketIndentRule.Brackets - Class in org.gjt.sp.jedit.indent
 
BracketIndentRule.Brackets() - Constructor for class org.gjt.sp.jedit.indent.BracketIndentRule.Brackets
 
bracketSelected(JEditTextArea, int, String) - Method in interface org.gjt.sp.jedit.textarea.StatusListener
 
BREAK - Static variable in interface bsh.ParserConstants
 
BreakStatement() - Method in class bsh.Parser
 
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.

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.
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.
browserActionsURI - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
BrowserColorsOptionPane - Class in org.gjt.sp.jedit.options
Browser color editor.
BrowserColorsOptionPane() - Constructor for class org.gjt.sp.jedit.options.BrowserColorsOptionPane
 
BrowserCommandsMenu - Class in org.gjt.sp.jedit.browser
 
BrowserCommandsMenu(VFSBrowser, VFSFile[]) - Constructor for class org.gjt.sp.jedit.browser.BrowserCommandsMenu
 
BrowserListener - Interface in org.gjt.sp.jedit.browser
A browser event listener.
BrowserOptionPane - Class in org.gjt.sp.jedit.options
 
BrowserOptionPane() - Constructor for class org.gjt.sp.jedit.options.BrowserOptionPane
 
bsh - package bsh
 
bsh.collection - package bsh.collection
 
bsh.commands - package bsh.commands
 
bsh.reflect - package bsh.reflect
 
BshClassManager - Class in bsh
BshClassManager manages all classloading in BeanShell.
BshClassManager() - Constructor for class bsh.BshClassManager
 
BshClassManager.Listener - Interface in bsh
 
BSHFormalComment - Class in bsh
 
BSHFormalComment(int) - Constructor for class bsh.BSHFormalComment
 
BshIterator - Interface in bsh
An interface implemented by classes wrapping instances of iterators, enumerations, collections, etc.
BshMethod - Class in bsh
This represents an instance of a bsh method declaration in a particular namespace.
BSHPackageDeclaration - Class in bsh
 
BSHPackageDeclaration(int) - Constructor for class bsh.BSHPackageDeclaration
 
bubbleSort(String[]) - Static method in class bsh.StringUtil
 
bufcolumn - Variable in class bsh.JavaCharStream
 
buffer - Variable in class bsh.JavaCharStream
 
Buffer - Class in org.gjt.sp.jedit
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 - Variable in class org.gjt.sp.jedit.buffer.BufferIORequest
 
buffer - Variable in class org.gjt.sp.jedit.search.HyperSearchFileNode
 
buffer - Variable in class org.gjt.sp.jedit.search.HyperSearchResult
 
Buffer.TokenList - Class in org.gjt.sp.jedit
Deprecated. Use org.gjt.sp.jedit.syntax.DefaultTokenHandler instead
Buffer.TokenList() - Constructor for class org.gjt.sp.jedit.Buffer.TokenList
Deprecated.  
BUFFER_CHANGED - Static variable in class org.gjt.sp.jedit.msg.EditPaneUpdate
Edit pane buffer changed.
BUFFER_CHANGING - Static variable in class org.gjt.sp.jedit.msg.EditPaneUpdate
Edit pane buffer about to change.
BufferAdapter - Class in org.gjt.sp.jedit.buffer
An adapter you can subclass to avoid having to implement all the methods of the BufferListener interface.
BufferAdapter() - Constructor for class org.gjt.sp.jedit.buffer.BufferAdapter
 
BufferAutosaveRequest - Class in org.gjt.sp.jedit.buffer
A buffer autosave request.
BufferAutosaveRequest(View, Buffer, Object, VFS, String) - Constructor for class org.gjt.sp.jedit.buffer.BufferAutosaveRequest
Creates a new buffer I/O request.
BufferChangeAdapter - Class in org.gjt.sp.jedit.buffer
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 in org.gjt.sp.jedit.buffer
A interface for notification of changes to buffer text.
BufferChangeListener.Adapter - Class in org.gjt.sp.jedit.buffer
 
BufferChangeListener.Adapter(BufferChangeListener) - Constructor for class org.gjt.sp.jedit.buffer.BufferChangeListener.Adapter
 
BufferChanging - Class in org.gjt.sp.jedit.msg
An EBMessage sent by the EditPane just before the buffer changes.
BufferChanging(EditPane, Buffer) - Constructor for class org.gjt.sp.jedit.msg.BufferChanging
 
bufferClosed(JEditBuffer) - Static method in class org.gjt.sp.jedit.textarea.DisplayManager
 
BufferHistory - Class in org.gjt.sp.jedit
Recent file list.
BufferHistory() - Constructor for class org.gjt.sp.jedit.BufferHistory
 
BufferHistory.Entry - Class in org.gjt.sp.jedit
Recent file list entry.
BufferHistory.Entry(String, int, String, String) - Constructor for class org.gjt.sp.jedit.BufferHistory.Entry
 
BufferInsertRequest - Class in org.gjt.sp.jedit.buffer
A buffer insert request.
BufferInsertRequest(View, Buffer, Object, VFS, String) - Constructor for class org.gjt.sp.jedit.buffer.BufferInsertRequest
Creates a new buffer I/O request.
BufferIORequest - Class in org.gjt.sp.jedit.buffer
A buffer I/O request.
BufferIORequest(View, Buffer, Object, VFS, String) - Constructor for class org.gjt.sp.jedit.buffer.BufferIORequest
Creates a new buffer I/O request.
BufferListener - Interface in org.gjt.sp.jedit.buffer
A interface for notification of changes to buffer text.
BufferListSet - Class in org.gjt.sp.jedit.search
A file set for searching a user-specified list of buffers.
BufferListSet() - Constructor for class org.gjt.sp.jedit.search.BufferListSet
 
bufferLoaded(JEditBuffer) - Method in class org.gjt.sp.jedit.buffer.BufferAdapter
Called to notify the text area that the buffer has been reloaded.
bufferLoaded(Buffer) - Method in class org.gjt.sp.jedit.buffer.BufferChangeAdapter
Called to notify the text area that the buffer has been reloaded.
bufferLoaded(JEditBuffer) - Method in class org.gjt.sp.jedit.buffer.BufferChangeListener.Adapter
Called to notify the text area that the buffer has been reloaded.
bufferLoaded(Buffer) - Method in interface org.gjt.sp.jedit.buffer.BufferChangeListener
Called to notify the text area that the buffer has been reloaded.
bufferLoaded(JEditBuffer) - Method in interface org.gjt.sp.jedit.buffer.BufferListener
Called to notify the text area that the buffer has been reloaded.
BufferLoadRequest - Class in org.gjt.sp.jedit.buffer
A buffer load request.
BufferLoadRequest(View, Buffer, Object, VFS, String) - Constructor for class org.gjt.sp.jedit.buffer.BufferLoadRequest
Creates a new buffer I/O request.
BufferOptions - Class in org.gjt.sp.jedit.gui
Buffer-specific options dialog.
BufferOptions(View, Buffer) - Constructor for class org.gjt.sp.jedit.gui.BufferOptions
 
BufferPrinter1_3 - Class in org.gjt.sp.jedit.print
 
BufferPrinter1_3() - Constructor for class org.gjt.sp.jedit.print.BufferPrinter1_3
 
BufferPrinter1_4 - Class in org.gjt.sp.jedit.print
 
BufferPrinter1_4() - Constructor for class org.gjt.sp.jedit.print.BufferPrinter1_4
 
bufferSaved() - Method in class org.gjt.sp.jedit.buffer.UndoManager
 
BufferSaveRequest - Class in org.gjt.sp.jedit.buffer
A buffer save request.
BufferSaveRequest(View, Buffer, Object, VFS, String) - Constructor for class org.gjt.sp.jedit.buffer.BufferSaveRequest
Creates a new buffer I/O request.
BufferSwitcher - Class in org.gjt.sp.jedit.gui
 
BufferSwitcher(EditPane) - Constructor for class org.gjt.sp.jedit.gui.BufferSwitcher
 
BufferUpdate - Class in org.gjt.sp.jedit.msg
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.
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.
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.

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 _