Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
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 Z _

A

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.
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.
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.
AUTOSAVE_DIRTY - Static variable in class org.gjt.sp.jedit.Buffer
 
Abbrevs - class org.gjt.sp.jedit.Abbrevs.
Abbreviation manager.
Abbrevs() - Constructor for class org.gjt.sp.jedit.Abbrevs
 
Abbrevs.Expansion - class org.gjt.sp.jedit.Abbrevs.Expansion.
 
Abbrevs.Expansion(String, int, Vector) - Constructor for class org.gjt.sp.jedit.Abbrevs.Expansion
 
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.
ActionContext - class org.gjt.sp.jedit.ActionContext.
Manages a collection of action sets.
ActionContext() - Constructor for class org.gjt.sp.jedit.ActionContext
 
ActionListHandler - class org.gjt.sp.jedit.ActionListHandler.
 
ActionListHandler(String, ActionSet) - Constructor for class org.gjt.sp.jedit.ActionListHandler
 
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(PluginJAR, String[], boolean[], URL) - Constructor for class org.gjt.sp.jedit.ActionSet
Creates a new action set.
ActionSet() - 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.
Autosave - class org.gjt.sp.jedit.Autosave.
 
Autosave() - Constructor for class org.gjt.sp.jedit.Autosave
 
abbrevsChanged - Static variable in class org.gjt.sp.jedit.Abbrevs
 
abbrevsModTime - Static variable in class org.gjt.sp.jedit.Abbrevs
 
abort - Variable in class org.gjt.sp.jedit.EditServer
 
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.
actionBar - Variable in class org.gjt.sp.jedit.View
 
actionBar() - Method in class org.gjt.sp.jedit.View
Shows the action bar if needed, and sends keyboard focus there.
actionContext - Static variable in class org.gjt.sp.jedit.jEdit
 
actionHash - Variable in class org.gjt.sp.jedit.ActionContext
 
actionName - Variable in class org.gjt.sp.jedit.ActionListHandler
 
actionName - Variable in class org.gjt.sp.jedit.EditAction.Wrapper
 
actionPerformed(ActionEvent) - Method in class org.gjt.sp.jedit.Autosave
 
actionPerformed(ActionEvent) - Method in class org.gjt.sp.jedit.EditAction.Wrapper
Called when the user selects this action from a menu.
actionSet - Variable in class org.gjt.sp.jedit.ActionListHandler
 
actionSets - Variable in class org.gjt.sp.jedit.ActionContext
 
actions - Variable in class org.gjt.sp.jedit.ActionSet
 
actions - Variable in class org.gjt.sp.jedit.PluginJAR
 
actionsURI - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
activate() - Method in class org.gjt.sp.jedit.JARClassLoader
 
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.
activated - Variable in class org.gjt.sp.jedit.PluginJAR
 
activeView - Static variable in class org.gjt.sp.jedit.jEdit
 
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.
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.
addBufferToList(Buffer) - Static method in class org.gjt.sp.jedit.jEdit
 
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.
addEntry(BufferHistory.Entry) - Static method in class org.gjt.sp.jedit.BufferHistory
 
addGlobalAbbrev(String, String) - Static method in class org.gjt.sp.jedit.Abbrevs
Adds an abbreviation to the global abbreviation list.
addListener(BshClassManager.Listener) - Method in class org.gjt.sp.jedit.BeanShell.CustomClassManager
 
addMarker(char, int) - Method in class org.gjt.sp.jedit.Buffer
Adds a marker to this buffer.
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.
addOptionGroup(OptionGroup) - Method in class org.gjt.sp.jedit.OptionGroup
 
addOptionPane(OptionPane) - Method in class org.gjt.sp.jedit.OptionGroup
 
addOptionPane(String) - Method in class org.gjt.sp.jedit.OptionGroup
 
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.
addPluginJARsFromDirectory(String) - Static method in class org.gjt.sp.jedit.jEdit
Loads all plugins in a directory.
addProperties(Map) - Static method in class org.gjt.sp.jedit.jEdit
 
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.
addToBus(EBComponent) - Static method in class org.gjt.sp.jedit.EditBus
Adds a component to the bus.
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.
addViewToList(View) - Static method in class org.gjt.sp.jedit.jEdit
 
adjustForScreenBounds(Rectangle) - Static method in class org.gjt.sp.jedit.GUIUtilities
Gives a rectangle the specified bounds, ensuring it is within the screen bounds.
advanceSplashProgress() - Static method in class org.gjt.sp.jedit.GUIUtilities
 
append(String) - Method in class org.gjt.sp.jedit.Macros.Recorder
 
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.
attribute(String, String, boolean) - Method in class org.gjt.sp.jedit.ActionListHandler
 
attribute(String, String, boolean) - Method in class org.gjt.sp.jedit.ModeCatalogHandler
 
attribute(String, String, boolean) - Method in class org.gjt.sp.jedit.PerspectiveManager.PerspectiveHandler
 
attribute(String, String, boolean) - Method in class org.gjt.sp.jedit.Registers.RegistersHandler
 
attribute(String, String, boolean) - Method in class org.gjt.sp.jedit.ServiceListHandler
 
authKey - Variable in class org.gjt.sp.jedit.EditServer
 
autosave() - Method in class org.gjt.sp.jedit.Buffer
Autosaves this buffer.
autosaveFile - Variable in class org.gjt.sp.jedit.Buffer
 

B

BACKED_UP - Static variable in class org.gjt.sp.jedit.Buffer
Backed up property.
BEANSHELL_DEBUG - Static variable in class org.gjt.sp.jedit.Debug
Logs messages when BeanShell code is evaluated.
BELOW_SEARCH_BAR_LAYER - Static variable in class org.gjt.sp.jedit.View
Below search bar 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.
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.
BRACKET_MATCH_LIMIT - Static variable in class org.gjt.sp.jedit.TextUtilities
 
BeanShell - class org.gjt.sp.jedit.BeanShell.
BeanShell is jEdit's extension language.
BeanShell() - Constructor for class org.gjt.sp.jedit.BeanShell
 
BeanShell.CustomClassManager - class org.gjt.sp.jedit.BeanShell.CustomClassManager.
 
BeanShell.CustomClassManager() - Constructor for class org.gjt.sp.jedit.BeanShell.CustomClassManager
 
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
 
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(String, boolean, boolean, Hashtable) - Constructor for class org.gjt.sp.jedit.Buffer
 
Buffer.Listener - class org.gjt.sp.jedit.Buffer.Listener.
 
Buffer.Listener(BufferChangeListener, int) - Constructor for class org.gjt.sp.jedit.Buffer.Listener
 
Buffer.PropValue - class org.gjt.sp.jedit.Buffer.PropValue.
 
Buffer.PropValue(Object, boolean) - Constructor for class org.gjt.sp.jedit.Buffer.PropValue
 
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.  
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
 
BufferHistory.RecentHandler - class org.gjt.sp.jedit.BufferHistory.RecentHandler.
 
BufferHistory.RecentHandler() - Constructor for class org.gjt.sp.jedit.BufferHistory.RecentHandler
 
background - Static variable in class org.gjt.sp.jedit.jEdit
 
backupSettingsFile(File) - Static method in class org.gjt.sp.jedit.jEdit
Backs up the specified file in the settings directory.
beginCompoundEdit() - Method in class org.gjt.sp.jedit.Buffer
Starts a compound edit.
bottom - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
bottomPos - Variable in class org.gjt.sp.jedit.View.ViewConfig
 
bottomToolBars - Variable in class org.gjt.sp.jedit.View
 
breakPlugin() - Method in class org.gjt.sp.jedit.PluginJAR
 
browserActions - Variable in class org.gjt.sp.jedit.PluginJAR
 
browserActionsURI - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
buffer - Variable in class org.gjt.sp.jedit.EditPane
 
buffer - Variable in class org.gjt.sp.jedit.Macros.Recorder
 
buffer - Variable in class org.gjt.sp.jedit.Marker
 
bufferCount - Static variable in class org.gjt.sp.jedit.jEdit
 
bufferHash - Static variable in class org.gjt.sp.jedit.jEdit
 
bufferListLock - Static variable in class org.gjt.sp.jedit.jEdit
 
bufferListeners - Variable in class org.gjt.sp.jedit.Buffer
 
bufferSwitcher - Variable in class org.gjt.sp.jedit.EditPane
 
buffersFirst - Static variable in class org.gjt.sp.jedit.jEdit
 
buffersLast - Static variable in class org.gjt.sp.jedit.jEdit
 
buildToVersion(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Converts an internal version number (build) into a `human-readable' form.
builtInActionSet - Static variable in class org.gjt.sp.jedit.jEdit
 

C

CARET - Static variable in class org.gjt.sp.jedit.Buffer
Caret info properties.
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.
CLOSED - Static variable in class org.gjt.sp.jedit.Buffer
 
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().
cachePath - Variable in class org.gjt.sp.jedit.PluginJAR
 
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
 
cachedCode - Variable in class org.gjt.sp.jedit.BeanShellAction
 
cachedDockableActionFlags - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedDockableNames - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedIsSelected - Variable in class org.gjt.sp.jedit.BeanShellAction
 
cachedProperties - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedServices - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
cachedServices - Variable in class org.gjt.sp.jedit.ServiceListHandler
 
canImport(JComponent, DataFlavor[]) - Method in class org.gjt.sp.jedit.Java14.TextAreaTransferHandler
 
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
 
caret - Variable in class org.gjt.sp.jedit.BufferHistory.RecentHandler
 
caretPosition - Variable in class org.gjt.sp.jedit.Abbrevs.Expansion
 
caretUpdate(CaretEvent) - Method in class org.gjt.sp.jedit.View.CaretHandler
 
centerOnScreen(Window) - Static method in class org.gjt.sp.jedit.GUIUtilities
Centers the given window on the screen.
charData(char[], int, int) - Method in class org.gjt.sp.jedit.ActionListHandler
 
charData - Variable in class org.gjt.sp.jedit.BufferHistory.RecentHandler
 
charData(char[], int, int) - Method in class org.gjt.sp.jedit.BufferHistory.RecentHandler
 
charData - Variable in class org.gjt.sp.jedit.PerspectiveManager.PerspectiveHandler
 
charData(char[], int, int) - Method in class org.gjt.sp.jedit.PerspectiveManager.PerspectiveHandler
 
charData - Variable in class org.gjt.sp.jedit.Registers.RegistersHandler
 
charData(char[], int, int) - Method in class org.gjt.sp.jedit.Registers.RegistersHandler
 
charData(char[], int, int) - Method in class org.gjt.sp.jedit.ServiceListHandler
 
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.
checkFileForLoad(View, VFS, String) - Method in class org.gjt.sp.jedit.Buffer
 
checkFileForSave(View, VFS, String) - Method in class org.gjt.sp.jedit.Buffer
 
checkFileStatus(View) - Method in class org.gjt.sp.jedit.Buffer
Check if the buffer has changed on disk.
classHash - Static variable in class org.gjt.sp.jedit.JARClassLoader
 
classLoader - Variable in class org.gjt.sp.jedit.PluginJAR
 
classLoaderChanged() - Method in class org.gjt.sp.jedit.BeanShell.CustomClassManager
 
classManager - Static variable in class org.gjt.sp.jedit.BeanShell
 
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
 
classes - Variable in class org.gjt.sp.jedit.PluginJAR
 
clazz - Variable in class org.gjt.sp.jedit.EditPlugin.Broken
 
clazz - Variable in class org.gjt.sp.jedit.EditPlugin.Deferred
 
clazz - Variable in class org.gjt.sp.jedit.ServiceManager.Descriptor
 
clearRegister(char) - Static method in class org.gjt.sp.jedit.Registers
Sets the value of the specified register to null.
clipboard - Variable in class org.gjt.sp.jedit.Registers.ClipboardRegister
 
close() - Method in class org.gjt.sp.jedit.Buffer
 
close() - Method in class org.gjt.sp.jedit.EditPane
 
close() - Method in class org.gjt.sp.jedit.View
 
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.
closeView(View) - Static method in class org.gjt.sp.jedit.jEdit
Closes a view.
closeView(View, boolean) - Static method in class org.gjt.sp.jedit.jEdit
closeView() used by exit().
closed - Variable in class org.gjt.sp.jedit.View
 
code - Variable in class org.gjt.sp.jedit.ActionListHandler
 
code - Variable in class org.gjt.sp.jedit.BeanShellAction
 
code - Variable in class org.gjt.sp.jedit.ServiceListHandler
 
code - Variable in class org.gjt.sp.jedit.ServiceManager.Descriptor
 
commitTemporary() - Method in class org.gjt.sp.jedit.Buffer
 
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
 
compareChars(char, char, boolean) - Static method in class org.gjt.sp.jedit.MiscUtilities
should this be public?
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
componentMoved(ComponentEvent) - Method in class org.gjt.sp.jedit.GUIUtilities.UnixWorkaround.ComponentHandler
 
componentResized(ComponentEvent) - Method in class org.gjt.sp.jedit.GUIUtilities.UnixWorkaround.ComponentHandler
 
components - Static variable in class org.gjt.sp.jedit.EditBus
 
concatPath(String, String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Like MiscUtilities.constructPath(java.lang.String, java.lang.String) 55 , except path will be appended to parent even if it is absolute.
config - Variable in class org.gjt.sp.jedit.PerspectiveManager.PerspectiveHandler
 
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.
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.
contains(String) - Method in class org.gjt.sp.jedit.ActionSet
Returns if this action set contains the specified action.
contentInserted(int, int, IntegerArray) - Method in class org.gjt.sp.jedit.Buffer
 
contentMgr - Variable in class org.gjt.sp.jedit.Buffer
 
context - Variable in class org.gjt.sp.jedit.ActionSet
 
context - Variable in class org.gjt.sp.jedit.EditAction.Wrapper
 
copy(JEditTextArea, char) - Static method in class org.gjt.sp.jedit.Registers
Copies the text selected in the text area into the specified register.
copyComponents - Static variable in class org.gjt.sp.jedit.EditBus
 
createBrowserMenuItems() - Method in class org.gjt.sp.jedit.EditPlugin
Called by the filesystem browser when constructing its Plugins menu.
createEditPane(Buffer) - Method in class org.gjt.sp.jedit.View
 
createInterpreter(NameSpace) - Static method in class org.gjt.sp.jedit.BeanShell
 
createMacro(String, String) - Method in class org.gjt.sp.jedit.Macros.BeanShellHandler
 
createMacro(String, String) - Method in class org.gjt.sp.jedit.Macros.Handler
 
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.
createPosition(int) - Method in class org.gjt.sp.jedit.Buffer
Creates a floating position.
createPosition() - Method in class org.gjt.sp.jedit.Marker
 
createTransferable(JComponent) - Method in class org.gjt.sp.jedit.Java14.TextAreaTransferHandler
 
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.
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

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.
DIRTY - Static variable in class org.gjt.sp.jedit.Buffer
 
DIRTY_BUFFER_ICON - Static variable in class org.gjt.sp.jedit.GUIUtilities
 
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.
DUMP_KEY_EVENTS - Static variable in class org.gjt.sp.jedit.Debug
Dump key events received by text area?
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
 
deactivate() - Method in class org.gjt.sp.jedit.JARClassLoader
 
deactivatePlugin(boolean) - Method in class org.gjt.sp.jedit.PluginJAR
Unloads the plugin core class.
defaultIconPath - Static variable in class org.gjt.sp.jedit.GUIUtilities
 
defaultProps - Static variable in class org.gjt.sp.jedit.jEdit
 
defaultValue - Variable in class org.gjt.sp.jedit.Buffer.PropValue
If this is true, then this value is cached from the mode or global defaults, so when the defaults change this property value must be reset.
desired - Variable in class org.gjt.sp.jedit.GUIUtilities.UnixWorkaround
 
directory - Variable in class org.gjt.sp.jedit.Buffer
 
directory - Variable in class org.gjt.sp.jedit.ModeCatalogHandler
 
dispose() - Method in class org.gjt.sp.jedit.Macros.Recorder
 
dispose() - Method in class org.gjt.sp.jedit.Registers.StringRegister
Called when this register is no longer available.
dockableWindowManager - Variable in class org.gjt.sp.jedit.View
 
dockablesURI - Variable in class org.gjt.sp.jedit.PluginJAR.PluginCacheEntry
 
dockablesURI - Variable in class org.gjt.sp.jedit.PluginJAR
 
doctypeDecl(String, String, String) - Method in class org.gjt.sp.jedit.ActionListHandler
 
doctypeDecl(String, String, String) - Method in class org.gjt.sp.jedit.BufferHistory.RecentHandler
 
doctypeDecl(String, String, String) - Method in class org.gjt.sp.jedit.ModeCatalogHandler
 
doctypeDecl(String, String, String) - Method in class org.gjt.sp.jedit.PerspectiveManager.PerspectiveHandler
 
doctypeDecl(String, String, String) - Method in class org.gjt.sp.jedit.Registers.RegistersHandler
 
doctypeDecl(String, String, String) - Method in class org.gjt.sp.jedit.ServiceListHandler
 
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.
dragEnter(DropTargetDragEvent) - Method in class org.gjt.sp.jedit.Java14.DropHandler
 
dragExit(DropTargetEvent) - Method in class org.gjt.sp.jedit.Java14.DropHandler
 
dragOver(DropTargetDragEvent) - Method in class org.gjt.sp.jedit.Java14.DropHandler
 
drop(DropTargetDropEvent) - Method in class org.gjt.sp.jedit.Java14.DropHandler
 

E

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.
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?
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.
EditBus() - Constructor for class org.gjt.sp.jedit.EditBus
 
EditPane - class org.gjt.sp.jedit.EditPane.
A panel containing a text area.
EditPane(View, Buffer) - Constructor for class org.gjt.sp.jedit.EditPane
 
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.Broken(String) - Constructor for class org.gjt.sp.jedit.EditPlugin.Broken
 
EditPlugin.Deferred - class org.gjt.sp.jedit.EditPlugin.Deferred.
A placeholder for a plugin that hasn't been loaded yet.
EditPlugin.Deferred(String) - Constructor for class org.gjt.sp.jedit.EditPlugin.Deferred
 
EditPlugin.JAR - class org.gjt.sp.jedit.EditPlugin.JAR.
Deprecated. Use PluginJAR instead.
EditPlugin.JAR(File) - Constructor for class org.gjt.sp.jedit.EditPlugin.JAR
Deprecated.  
EditServer - class org.gjt.sp.jedit.EditServer.
Inter-process communication.
EditServer(String) - Constructor for class org.gjt.sp.jedit.EditServer
 
editPane - Variable in class org.gjt.sp.jedit.View
 
encoding - Variable in class org.gjt.sp.jedit.BufferHistory.Entry
 
encoding - Variable in class org.gjt.sp.jedit.BufferHistory.RecentHandler
 
endCompoundEdit() - Method in class org.gjt.sp.jedit.Buffer
Ends a compound edit.
endElement(String) - Method in class org.gjt.sp.jedit.ActionListHandler
 
endElement(String) - Method in class org.gjt.sp.jedit.BufferHistory.RecentHandler
 
endElement(String) - Method in class org.gjt.sp.jedit.ModeCatalogHandler
 
endElement(String) - Method in class org.gjt.sp.jedit.PerspectiveManager.PerspectiveHandler
 
endElement(String) - Method in class org.gjt.sp.jedit.Registers.RegistersHandler
 
endElement(String) - Method in class org.gjt.sp.jedit.ServiceListHandler
 
equals(Object) - Method in class org.gjt.sp.jedit.ServiceManager.Descriptor
 
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.
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(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.
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.
expandAbbrev(View, boolean) - Static method in class org.gjt.sp.jedit.Abbrevs
Expands the abbrev at the caret position in the specified view.
expandAbbrev(String, String, int, Vector) - Static method in class org.gjt.sp.jedit.Abbrevs
 
expandOnInput - Static variable in class org.gjt.sp.jedit.Abbrevs
 
exportDone(JComponent, Transferable, int) - Method in class org.gjt.sp.jedit.Java14.TextAreaTransferHandler
 
extState - Variable in class org.gjt.sp.jedit.View.ViewConfig
 

F

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
 
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..
file - Variable in class org.gjt.sp.jedit.Buffer
 
file - Variable in class org.gjt.sp.jedit.ModeCatalogHandler
 
file - Variable in class org.gjt.sp.jedit.PluginJAR
 
fileToClass(String) - Static method in class org.gjt.sp.jedit.MiscUtilities
Converts a file name to a class name.
filenameGlob - Variable in class org.gjt.sp.jedit.ModeCatalogHandler
 
filenameRE - Variable in class org.gjt.sp.jedit.Mode
 
filter - Variable in class org.gjt.sp.jedit.Macros.Handler
 
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.
finishLoading() - Method in class org.gjt.sp.jedit.Buffer
 
finishSaving(View, String, String, String, boolean, boolean) - Method in class org.gjt.sp.jedit.Buffer
 
finishStartup(boolean, boolean, String, String[]) - Static method in class org.gjt.sp.jedit.jEdit
 
fireContentInserted(int, int, int, int) - Method in class org.gjt.sp.jedit.Buffer
 
fireContentRemoved(int, int, int, int) - Method in class org.gjt.sp.jedit.Buffer
 
fireFoldHandlerChanged() - Method in class org.gjt.sp.jedit.Buffer
 
fireFoldLevelChanged(int, int) - Method in class org.gjt.sp.jedit.Buffer
 
firePreContentRemoved(int, int, int, int) - Method in class org.gjt.sp.jedit.Buffer
 
fireTransactionComplete() - Method in class org.gjt.sp.jedit.Buffer
 
firstlineGlob - Variable in class org.gjt.sp.jedit.ModeCatalogHandler
 
firstlineRE - Variable in class org.gjt.sp.jedit.Mode
 
flags - Variable in class org.gjt.sp.jedit.Buffer
 
flushInput() - Method in class org.gjt.sp.jedit.Macros.Recorder
We try to merge consecutive inputs.
focusGained(FocusEvent) - Method in class org.gjt.sp.jedit.View.FocusHandler
 
focusOnTextArea() - Method in class org.gjt.sp.jedit.EditPane
Sets the focus onto the text area.
foldHandler - Variable in class org.gjt.sp.jedit.Buffer
 
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(String, int, int, StringBuffer) - Static method in class org.gjt.sp.jedit.TextUtilities
 

G

GEOMETRY_WORKAROUND - Static variable in class org.gjt.sp.jedit.Debug
Geometry workaround for X11.
GUIUtilities - class org.gjt.sp.jedit.GUIUtilities.
Various GUI functions.
GUIUtilities() - Constructor for class org.gjt.sp.jedit.GUIUtilities
 
GUIUtilities.UnixWorkaround - class org.gjt.sp.jedit.GUIUtilities.UnixWorkaround.
 
GUIUtilities.UnixWorkaround(Window, String, Rectangle, int) - Constructor for class org.gjt.sp.jedit.GUIUtilities.UnixWorkaround
 
GUIUtilities.UnixWorkaround.ComponentHandler - class org.gjt.sp.jedit.GUIUtilities.UnixWorkaround.ComponentHandler.
 
GUIUtilities.UnixWorkaround.ComponentHandler() - Constructor for class org.gjt.sp.jedit.GUIUtilities.UnixWorkaround.ComponentHandler
 
GUIUtilities.UnixWorkaround.WindowHandler - class org.gjt.sp.jedit.GUIUtilities.UnixWorkaround.WindowHandler.
 
GUIUtilities.UnixWorkaround.WindowHandler() - Constructor for class org.gjt.sp.jedit.GUIUtilities.UnixWorkaround.WindowHandler
 
GZIPPED - Static variable in class org.gjt.sp.jedit.Buffer
This property is set to 'true' if the file should be GZipped.
generateCache() - Method in class org.gjt.sp.jedit.PluginJAR
 
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.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(ArrayList) - Method in class org.gjt.sp.jedit.ActionSet
 
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() 55 .
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.
getAutosaveFile() - Method in class org.gjt.sp.jedit.Buffer
Returns the autosave file for this buffer.
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.
getBrowserActionSet() - Method in class org.gjt.sp.jedit.PluginJAR
Returns the plugin's action set for the file system browser action context VFSBrowser.getActionContext()>VFSBrowser.getActionContext() 55 .
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.
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() 55 instead.
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.
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.
getCachedServices() - Method in class org.gjt.sp.jedit.ServiceListHandler