Uses of Package
org.gjt.sp.jedit

Packages that use org.gjt.sp.jedit
org.gjt.sp.jedit This package contains jEdit's core classes. 
org.gjt.sp.jedit.browser jEdit's file system browser. 
org.gjt.sp.jedit.buffer Buffer event listeners, and classes used to implement jEdit's document model. 
org.gjt.sp.jedit.bufferio   
org.gjt.sp.jedit.bufferset   
org.gjt.sp.jedit.gui Various GUI controls and dialog boxes. 
org.gjt.sp.jedit.gui.statusbar   
org.gjt.sp.jedit.help The jEdit help viewer. 
org.gjt.sp.jedit.input   
org.gjt.sp.jedit.io Virtual file system and multi-threaded I/O. 
org.gjt.sp.jedit.menu   
org.gjt.sp.jedit.msg EditBus messages. 
org.gjt.sp.jedit.options Global Options dialog box panes. 
org.gjt.sp.jedit.pluginmgr The plugin manager. 
org.gjt.sp.jedit.print Printing. 
org.gjt.sp.jedit.search Search and replace classes. 
org.gjt.sp.jedit.syntax The jEdit syntax highlighting engine. 
org.gjt.sp.jedit.textarea Since jEdit 4.2, many TextArea classes have been split into a base and derived class. 
org.gjt.sp.jedit.visitors   
org.gjt.sp.util Utility classes used by jEdit but that do not depend on jEdit itself. 
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit
ActionContext
          Manages a collection of action sets.
ActionSet
          A set of actions, either loaded from an XML file, or constructed at runtime by a plugin.
Buffer
          A Buffer represents the contents of an open text file as it is maintained in the computer's memory (as opposed to how it may be stored on a disk).
Buffer.TokenList
          Deprecated. Use org.gjt.sp.jedit.syntax.DefaultTokenHandler instead
BufferHistory.Entry
          Recent file list entry.
EBComponent
          A component on the EditBus.
EBMessage
          The base class of all EditBus messages.
EditAction
          An action that can be bound to a menu item, tool bar button or keystroke.
EditPane
          A panel containing a text area.
EditPlugin
          The abstract base class that every plugin must implement.
EditServer
          Inter-process communication.
IPropertyManager
          Manage properties.
JARClassLoader
          A class loader implementation that loads classes from JAR files.
jEdit.JEditPropertyManager
           
JEditAbstractEditAction
          An action that can be bound to a menu item, tool bar button or keystroke.
JEditActionContext
          Manages a collection of action sets.
JEditActionSet
          A set of actions, either loaded from an XML file, or constructed at runtime by a plugin.
Macros.Handler
          Encapsulates creating and invoking macros in arbitrary scripting languages
Macros.Macro
          Encapsulates the macro's label, name and path.
Macros.Recorder
          Handles macro recording.
Marker
          Buffers may contain one or more markers which serve as textual bookmarks.
MiscUtilities.Compare
          Deprecated.  
Mode
          An edit mode defines specific settings for editing some type of file.
OptionGroup
          A set of option panes shown in one branch in the options dialog.
OptionPane
          The interface all option panes must implement.
PluginJAR
          Loads and unloads plugins.
PluginJAR.PluginCacheEntry
          Used by the DockableWindowManager and ServiceManager to handle caching.
Registers.Register
          A register.
RegisterSaver
          An interface to delegate save/load operations of registers.
RegistersListener
          An interface to listen some events about registers.
SettingsXML.Saver
          A Writer to write XML for saving.
View
          A View is jEdit's top-level frame window.
View.ViewConfig
           
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.browser
ActionContext
          Manages a collection of action sets.
EBComponent
          A component on the EditBus.
EBMessage
          The base class of all EditBus messages.
View
          A View is jEdit's top-level frame window.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.buffer
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).
Mode
          An edit mode defines specific settings for editing some type of file.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.bufferio
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).
View
          A View is jEdit's top-level frame window.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.bufferset
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).
EBComponent
          A component on the EditBus.
EBMessage
          The base class of all EditBus messages.
EditPane
          A panel containing a text area.
View
          A View is jEdit's top-level frame window.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.gui
AbstractOptionPane
          The default implementation of the option pane interface.
ActionContext
          Manages a collection of action sets.
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).
EBComponent
          A component on the EditBus.
EBMessage
          The base class of all EditBus messages.
EditAction
          An action that can be bound to a menu item, tool bar button or keystroke.
EditPane
          A panel containing a text area.
OptionGroup
          A set of option panes shown in one branch in the options dialog.
OptionPane
          The interface all option panes must implement.
PluginJAR
          Loads and unloads plugins.
PluginJAR.PluginCacheEntry
          Used by the DockableWindowManager and ServiceManager to handle caching.
View
          A View is jEdit's top-level frame window.
View.ViewConfig
           
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.gui.statusbar
View
          A View is jEdit's top-level frame window.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.help
EBComponent
          A component on the EditBus.
EBMessage
          The base class of all EditBus messages.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.input
JEditAbstractEditAction
          An action that can be bound to a menu item, tool bar button or keystroke.
JEditBeanShellAction
          An action that evaluates BeanShell code when invoked.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.io
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).
View
          A View is jEdit's top-level frame window.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.menu
ActionContext
          Manages a collection of action sets.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.msg
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).
EBComponent
          A component on the EditBus.
EBMessage
          The base class of all EditBus messages.
EditPane
          A panel containing a text area.
PluginJAR
          Loads and unloads plugins.
View
          A View is jEdit's top-level frame window.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.options
AbstractOptionPane
          The default implementation of the option pane interface.
OptionGroup
          A set of option panes shown in one branch in the options dialog.
OptionPane
          The interface all option panes must implement.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.pluginmgr
EBComponent
          A component on the EditBus.
EBMessage
          The base class of all EditBus messages.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.print
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).
View
          A View is jEdit's top-level frame window.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.search
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).
EBComponent
          A component on the EditBus.
EBMessage
          The base class of all EditBus messages.
EditPane
          A panel containing a text area.
View
          A View is jEdit's top-level frame window.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.syntax
Mode
          An edit mode defines specific settings for editing some type of file.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.textarea
IPropertyManager
          Manage properties.
JEditActionContext
          Manages a collection of action sets.
JEditActionSet
          A set of actions, either loaded from an XML file, or constructed at runtime by a plugin.
JEditBeanShellAction
          An action that evaluates BeanShell code when invoked.
View
          A View is jEdit's top-level frame window.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.jedit.visitors
EditPane
          A panel containing a text area.
View
          A View is jEdit's top-level frame window.
 

Classes in org.gjt.sp.jedit used by org.gjt.sp.util
IPropertyManager
          Manage properties.