Uses of Class
org.gjt.sp.jedit.gui.EnhancedDialog
-
Packages that use EnhancedDialog 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 -
-
Uses of EnhancedDialog in org.gjt.sp.jedit.browser
Subclasses of EnhancedDialog in org.gjt.sp.jedit.browser Modifier and Type Class Description classVFSFileChooserDialogWraps 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 Modifier and Type Class Description classBeanShellErrorDialogA dialog box showing a stack trace.classBufferOptionsBuffer-specific options dialog.classCloseDialogClose all buffers dialogclassContextAddDialogDialog for showing ActionSets and adding actions to context menus Was package private and located in AbstractContextOptionPane.java until 4.3pre16classErrorListDialogUsed to list I/O and plugin load errorsclassFilePropertiesDialogFile's Properties dialog.classFilesChangedDialogFiles changed on disk dialog.classFontSelectorDialogA dialog for choosing fonts.classOptionsDialogAn abstract options dialog box.classPasteFromListDialogPaste previous/paste deleted dialogclassPasteSpecialDialog"Paste Special" dialog.classSelectLineRangeDialog for selection of a range of linesclassStyleEditorStyle editor dialogclassTextAreaDialogA dialog box with a text areaclassTipOfTheDayTip of the day window -
Uses of EnhancedDialog in org.gjt.sp.jedit.options
Subclasses of EnhancedDialog in org.gjt.sp.jedit.options Modifier and Type Class Description classGlobalOptionsA dialog that can open initially to one of the Global Option Panes.classPluginOptionsDeprecated.use CombinedOptions -
Uses of EnhancedDialog in org.gjt.sp.jedit.search
Subclasses of EnhancedDialog in org.gjt.sp.jedit.search Modifier and Type Class Description classSearchDialogSearch and replace dialog. -
Uses of EnhancedDialog in org.jedit.options
Subclasses of EnhancedDialog in org.jedit.options Modifier and Type Class Description classCombinedOptionsAn OptionDialog which combines Global and Plugin options into 2 tabs on a single dialog.classTabbedOptionDialogReplacement for OptionsDialog.
-