Uses of Package
org.gjt.sp.jedit.gui

Packages that use org.gjt.sp.jedit.gui
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.input   
org.gjt.sp.jedit.msg EditBus messages. 
org.gjt.sp.jedit.options Global Options dialog box panes. 
org.gjt.sp.jedit.search Search and replace classes. 
 

Classes in org.gjt.sp.jedit.gui used by org.gjt.sp.jedit
ActionBar
          Action invocation bar.
BufferSwitcher
          BufferSwitcher class
DockableWindowManager
           
DockableWindowManager.DockingLayout
          Objects of DockingLayout class describe which dockables are docked where, which ones are floating, and their sizes/positions for saving/loading perspectives.
DockingFrameworkProvider
          Base interface for Docking Framework Provider services.
EnhancedButton
           
InputHandler
          An input handler converts the user's key strokes into concrete actions.
OptionsDialog
          An abstract options dialog box.
StatusBar
          The status bar used to display various information to the user.
 

Classes in org.gjt.sp.jedit.gui used by org.gjt.sp.jedit.browser
DefaultFocusComponent
          An interface that provides a method for focusing on the default component.
DockableWindow
          An interface for notifying MOVABLE dockable windows before their docking position is changed.
EnhancedDialog
          A dialog box that handles window closing, the ENTER key and the ESCAPE key for you.
HistoryTextField
          Text field with an arrow-key accessable history.
 

Classes in org.gjt.sp.jedit.gui used by org.gjt.sp.jedit.buffer
MutableListModel
           
 

Classes in org.gjt.sp.jedit.gui used by org.gjt.sp.jedit.gui
CompletionPopup
          Popup window for word completion in text area.
CompletionPopup.Candidates
          Candidates of completion.
DefaultFocusComponent
          An interface that provides a method for focusing on the default component.
DefaultInputHandler
          The default input handler.
DockableWindow
          An interface for notifying MOVABLE dockable windows before their docking position is changed.
DockableWindowFactory
          Loads dockable.xml files and manages creation of new dockable windows.
DockableWindowManager
           
DockableWindowManager.DockingArea
           
DockableWindowManager.DockingLayout
          Objects of DockingLayout class describe which dockables are docked where, which ones are floating, and their sizes/positions for saving/loading perspectives.
DockableWindowManagerImpl
          Concrete class for Dockable Window Managers.
DockingFrameworkProvider
          Base interface for Docking Framework Provider services.
EnhancedDialog
          A dialog box that handles window closing, the ENTER key and the ESCAPE key for you.
ErrorListDialog.ErrorEntry
           
GrabKeyDialog.KeyBinding
          A jEdit action or macro with its two possible shortcuts.
HistoryModel
          A history list.
HistoryModelSaver
           
HistoryTextField
          Text field with an arrow-key accessable history.
InputHandler
          An input handler converts the user's key strokes into concrete actions.
JCheckBoxList.Entry
          A check box list entry.
KeyEventTranslator.Key
           
MutableListModel
           
OptionsDialog.OptionTreeModel
           
PanelWindowContainer
          A container for dockable windows.
RolloverButton
          If you wish to have rollovers on your buttons, use this class.
TextAreaDialog
           
 

Classes in org.gjt.sp.jedit.gui used by org.gjt.sp.jedit.input
KeyEventTranslator.Key
           
 

Classes in org.gjt.sp.jedit.gui used by org.gjt.sp.jedit.msg
DockableWindowManager
           
 

Classes in org.gjt.sp.jedit.gui used by org.gjt.sp.jedit.options
AbstractContextOptionPane
          An abstract base class for context menu editors.
EnhancedDialog
          A dialog box that handles window closing, the ENTER key and the ESCAPE key for you.
OptionsDialog
          An abstract options dialog box.
OptionsDialog.OptionTreeModel
           
 

Classes in org.gjt.sp.jedit.gui used by org.gjt.sp.jedit.search
DefaultFocusComponent
          An interface that provides a method for focusing on the default component.
EnhancedDialog
          A dialog box that handles window closing, the ENTER key and the ESCAPE key for you.
HistoryTextField
          Text field with an arrow-key accessable history.