Uses of Interface
org.gjt.sp.jedit.EBComponent

Packages that use EBComponent
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.bufferset   
org.gjt.sp.jedit.gui Various GUI controls and dialog boxes. 
org.gjt.sp.jedit.help The jEdit help viewer. 
org.gjt.sp.jedit.msg EditBus messages. 
org.gjt.sp.jedit.pluginmgr The plugin manager. 
org.gjt.sp.jedit.search Search and replace classes. 
 

Uses of EBComponent in org.gjt.sp.jedit
 

Classes in org.gjt.sp.jedit that implement EBComponent
 class EBPlugin
          Plugins extending this class are automatically added to the EditBus.
 class EditPane
          A panel containing a text area.
static class Macros.Recorder
          Handles macro recording.
 class View
          A View is jEdit's top-level frame window.
 

Methods in org.gjt.sp.jedit that return EBComponent
static EBComponent[] EditBus.getComponents()
          Deprecated. Don't use this method. It now returns an empty array.
 

Methods in org.gjt.sp.jedit with parameters of type EBComponent
static void EditBus.addToBus(EBComponent comp)
          Adds a component to the bus.
static void EditBus.removeFromBus(EBComponent comp)
          Removes a component from the bus.
 

Constructors in org.gjt.sp.jedit with parameters of type EBComponent
EBMessage(EBComponent source)
          Creates a new message.
 

Uses of EBComponent in org.gjt.sp.jedit.browser
 

Classes in org.gjt.sp.jedit.browser that implement EBComponent
 class VFSBrowser
          The main class of the VFS browser.
 

Uses of EBComponent in org.gjt.sp.jedit.bufferset
 

Classes in org.gjt.sp.jedit.bufferset that implement EBComponent
 class BufferSetManager
          The buffersets manager.
 

Uses of EBComponent in org.gjt.sp.jedit.gui
 

Classes in org.gjt.sp.jedit.gui that implement EBComponent
 class DockableWindowManager
           
 class DockableWindowManagerImpl
          Concrete class for Dockable Window Managers.
 class DockingLayoutManager
          Saves and loads dockable layouts to disk
 class LogViewer
           
 class MarkerViewer
           
 class RegisterViewer
           
 

Uses of EBComponent in org.gjt.sp.jedit.help
 

Classes in org.gjt.sp.jedit.help that implement EBComponent
 class HelpViewer
          jEdit's searchable help viewer.
 

Uses of EBComponent in org.gjt.sp.jedit.msg
 

Constructors in org.gjt.sp.jedit.msg with parameters of type EBComponent
EditorExiting(EBComponent source)
          Creates a new editor exiting message.
EditorStarted(EBComponent source)
          Creates a new editor started message.
PropertiesChanged(EBComponent source)
          Creates a new properties changed message.
PropertiesChanging(EBComponent source, PropertiesChanging.State state)
          Creates a new properties changing message.
RegisterChanged(EBComponent source, char name)
          Creates a new registers changed message.
SearchSettingsChanged(EBComponent source)
          Creates a new search and replace settings changed message.
 

Uses of EBComponent in org.gjt.sp.jedit.pluginmgr
 

Classes in org.gjt.sp.jedit.pluginmgr that implement EBComponent
 class PluginManager
           
 

Uses of EBComponent in org.gjt.sp.jedit.search
 

Classes in org.gjt.sp.jedit.search that implement EBComponent
 class HyperSearchResults
          HyperSearch results window.
 class SearchDialog
          Search and replace dialog.