| Package | Description | 
|---|---|
| org.gjt.sp.jedit.browser | jEdit's file system browser. | 
| org.gjt.sp.jedit.gui | Various GUI controls and dialog boxes. | 
| org.gjt.sp.jedit.options | Global Options dialog box panes. | 
| org.gjt.sp.jedit.print | Printing. | 
| org.gjt.sp.jedit.search | Search and replace classes. | 
| org.jedit.options | Option-Pane classes | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | VFSFileChooserDialogWraps the VFS browser in a modal dialog. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AddModeDialogAdd Mode dialog. | 
| class  | BeanShellErrorDialogA dialog box showing a stack trace. | 
| class  | BufferOptionsBuffer-specific options dialog. | 
| class  | CloseDialogClose all buffers dialog | 
| class  | ContextAddDialogDialog for showing ActionSets and adding actions to context menus
 Was package private and located in AbstractContextOptionPane.java until 4.3pre16 | 
| class  | ErrorListDialogUsed to list I/O and plugin load errors | 
| class  | FilePropertiesDialogFile's Properties dialog. | 
| class  | FilesChangedDialogFiles changed on disk dialog. | 
| class  | FontSelectorDialogA dialog for choosing fonts. | 
| class  | OptionsDialogAn abstract options dialog box. | 
| class  | PasteFromListDialogPaste previous/paste deleted dialog | 
| class  | PasteSpecialDialog"Paste Special" dialog. | 
| class  | SelectLineRangeDialog for selection of a range of lines | 
| class  | StyleEditorStyle editor dialog | 
| class  | TextAreaDialogA dialog box with a text area | 
| class  | TipOfTheDayTip of the day window | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GlobalOptionsA dialog that can open initially to one of the Global Option Panes. | 
| class  | PluginOptionsdeprecated use CombinedOptions
 I've undeprecated this, CombinedOptions does not provide the same api and cannot
 be traded out for PluginOptions. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PrintPreview | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SearchDialogSearch and replace dialog. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CombinedOptionsAn OptionDialog which combines Global and Plugin options 
 into 2 tabs on a single dialog. | 
| class  | TabbedOptionDialogReplacement for OptionsDialog. |