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.gui Various GUI controls and dialog boxes. 
org.gjt.sp.jedit.help The jEdit help viewer. 
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.textarea The classes in this package are in the process of being refactored, for jedit 4.3final. 
 

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.
JARClassLoader
          A class loader implementation that loads classes from JAR files.
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.
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).
View
          A View is jEdit's top-level frame window.
 

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