Package org.gjt.sp.jedit.gui

Various GUI controls and dialog boxes.

See:
          Description

Interface Summary
DockableWindowContainer A container for dockable windows.
 

Class Summary
AbbrevEditor  
AboutDialog  
AddAbbrevDialog  
AnimatedIcon A animated version of ImageIcon.
BeanShellErrorDialog  
BufferOptions Buffer-specific options dialog.
BufferSwitcher  
CloseDialog  
ColorWellButton A button that, when clicked, shows a color chooser.
CompleteWord  
DefaultInputHandler The default input handler.
DirectoryMenu  
DockableWindowManager The DockableWindowManager keeps track of dockable windows.
EditAbbrevDialog  
EnhancedButton  
EnhancedCheckBoxMenuItem jEdit's custom menu item.
EnhancedDialog A dialog box that handles window closing, the ENTER key and the ESCAPE key for you.
EnhancedMenu  
EnhancedMenuItem jEdit's custom menu item.
ErrorListDialog  
ErrorListDialog.ErrorEntry  
FloatingWindowContainer A container for dockable windows.
FontSelector A font chooser widget.
GrabKeyDialog A dialog for getting shortcut keys.
GrabKeyDialog.KeyBinding A jEdit action or macro with its two possible shortcuts.
HistoryModel A history list.
HistoryTextField Text field with an arrow-key accessable history.
InputHandler An input handler converts the user's key strokes into concrete actions.
IOProgressMonitor  
JCheckBoxList A list where items can be selected and checked off independently.
JCheckBoxList.Entry A check box list entry.
JEditMetalTheme  
KeyEventWorkaround Various hacks to get keyboard event handling to behave in a consistent manner across Java implementations.
LogViewer  
MacrosMenu  
MarkersMenu  
OptionsDialog An abstract tabbed options dialog box.
PanelWindowContainer A container for dockable windows.
PanelWindowContainer.RotatedTextIcon  
PastePrevious  
RecentDirectoriesMenu  
RecentFilesMenu  
RolloverButton If you wish to have rollovers on your buttons, use this class.
SelectLineRange  
SplashScreen The splash screen displayed on startup.
StatusBar The status bar used to display various information to the user.
TipOfTheDay  
ToolBarManager  
VariableGridLayout The VariableGridLayout class is a layout manager that lays out a container's components in a rectangular grid with variable cell sizes.
ViewRegisters  
 

Package org.gjt.sp.jedit.gui Description

Various GUI controls and dialog boxes.