Uses of Class
org.gjt.sp.jedit.gui.EnhancedDialog

Packages that use EnhancedDialog
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 
 

Uses of EnhancedDialog in org.gjt.sp.jedit.browser
 

Subclasses of EnhancedDialog in org.gjt.sp.jedit.browser
 class VFSFileChooserDialog
          Wraps the VFS browser in a modal dialog.
 

Uses of EnhancedDialog in org.gjt.sp.jedit.gui
 

Subclasses of EnhancedDialog in org.gjt.sp.jedit.gui
 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
 

Uses of EnhancedDialog in org.gjt.sp.jedit.options
 

Subclasses of EnhancedDialog in org.gjt.sp.jedit.options
 class GlobalOptions
          Deprecated. - use CombinedOptions
 class PluginOptions
          Deprecated. use CombinedOptions
 

Uses of EnhancedDialog in org.gjt.sp.jedit.search
 

Subclasses of EnhancedDialog in org.gjt.sp.jedit.search
 class SearchDialog
          Search and replace dialog.
 

Uses of EnhancedDialog in org.jedit.options
 

Subclasses of EnhancedDialog in org.jedit.options
 class CombinedOptions
          An OptionDialog which combines Global and Plugin options into 2 tabs on a single dialog.
 class TabbedOptionDialog
          Replacement for OptionsDialog.