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.search |
Search and replace classes.
|
org.jedit.options |
Option-Pane classes
|
Modifier and Type | Class | Description |
---|---|---|
class |
VFSFileChooserDialog |
Wraps the VFS browser in a modal dialog.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BeanShellErrorDialog |
A dialog box showing a stack trace.
|
class |
BufferOptions |
Buffer-specific options dialog.
|
class |
CloseDialog |
Close all buffers dialog
|
class |
ContextAddDialog |
Dialog for showing ActionSets and adding actions to context menus
Was package private and located in AbstractContextOptionPane.java until 4.3pre16
|
class |
ErrorListDialog |
Used to list I/O and plugin load errors
|
class |
FilePropertiesDialog |
File's Properties dialog.
|
class |
FilesChangedDialog |
Files changed on disk dialog.
|
class |
FontSelectorDialog |
A dialog for choosing fonts.
|
class |
OptionsDialog |
An abstract options dialog box.
|
class |
PasteFromListDialog |
Paste previous/paste deleted dialog
|
class |
PasteSpecialDialog |
"Paste Special" dialog.
|
class |
SelectLineRange |
Dialog for selection of a range of lines
|
class |
StyleEditor |
Style editor dialog
|
class |
TextAreaDialog |
A dialog box with a text area
|
class |
TipOfTheDay |
Tip of the day window
|
Modifier and Type | Class | Description |
---|---|---|
class |
GlobalOptions |
A dialog that can open initially to one of the Global Option Panes.
|
class |
PluginOptions |
Deprecated.
use CombinedOptions
|
Modifier and Type | Class | Description |
---|---|---|
class |
SearchDialog |
Search and replace dialog.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CombinedOptions |
An OptionDialog which combines Global and Plugin options
into 2 tabs on a single dialog.
|
class |
TabbedOptionDialog |
Replacement for OptionsDialog.
|