Uses of Class
org.gjt.sp.jedit.gui.EnhancedDialog
Package
Description
-
Uses of EnhancedDialog in org.gjt.sp.jedit.browser
Modifier and TypeClassDescriptionclass
Wraps the VFS browser in a modal dialog. -
Uses of EnhancedDialog in org.gjt.sp.jedit.gui
Modifier and TypeClassDescriptionclass
Add Mode dialog.class
A dialog box showing a stack trace.class
Buffer-specific options dialog.class
Close all buffers dialogclass
Dialog for showing ActionSets and adding actions to context menus Was package private and located in AbstractContextOptionPane.java until 4.3pre16class
Used to list I/O and plugin load errorsclass
File's Properties dialog.class
Files changed on disk dialog.class
A dialog for choosing fonts.class
An abstract options dialog box.class
Paste previous/paste deleted dialogclass
"Paste Special" dialog.class
Dialog for selection of a range of linesclass
Style editor dialogclass
A dialog box with a text areaclass
Tip of the day window -
Uses of EnhancedDialog in org.gjt.sp.jedit.options
Modifier and TypeClassDescriptionclass
A dialog that can open initially to one of the Global Option Panes.class
deprecated use CombinedOptions I've undeprecated this, CombinedOptions does not provide the same api and cannot be traded out for PluginOptions. -
Uses of EnhancedDialog in org.gjt.sp.jedit.print
-
Uses of EnhancedDialog in org.gjt.sp.jedit.search
-
Uses of EnhancedDialog in org.jedit.options
Modifier and TypeClassDescriptionclass
An OptionDialog which combines Global and Plugin options into 2 tabs on a single dialog.class
Replacement for OptionsDialog.