See: Description
| Interface | Description | 
|---|---|
| DialogRunnerCallback | |
| URLChooserShortcutProvider | 
 A URLChooserShortcutProvider can install shortcuts into the
 URLChooser dynamically based on the context. 
 | 
| Class | Description | 
|---|---|
| BaseMessageDialog | Deprecated
 use a standard message dialog via 
   oracle.javatools.dialogs.MessageDialog. 
 | 
| DialogSizeKeeper | |
| DialogUtil | 
 A factory class for dialogs. 
 | 
| ExceptionDialog | 
 NOTE: most of the methods in this class are deprecated. 
 | 
| MessageDialog | Deprecated
 since 11.0 
 | 
| OnePageWizardDialogFactory | 
 Utility class for simple creation and execution of OnePageWizard's. 
 | 
| OptionSelectionDialog | 
OptionSelectionDialog class. | 
| OutOfFileHandlesDialog | 
 Dialog informing the user that the process has run out of file handles. 
 | 
| ProgressBar | 
 The  
ProgressBar provides the user with feedback while a
 long-running process is in progress. | 
| ProgressRunnable | 
 The  
ProgressRunnable class provides a mechanism for performing
 connection related operations on another thread. | 
| SelectFilesConfiguration | 
 Configuration class for dialog invocations using a  
SelectFilesPanel. | 
| SelectFilesPanel | 
 A Swing-based JPanel subclass for displaying a list of files for
 selection. 
 | 
| SimpleInputDialog | 
SimpleInputDialog class. | 
| SizeKeeperCallback | |
| URLChooserShortcut | 
 A shortcut in the URL Chooser. 
 | 
| WizardLauncher | 
 Utility class for Launching a Bali Dialog. 
 | 
| Exception | Description | 
|---|---|
| ProgressException | 
 Exception class used to report Exceptions that occur on the Progress thread. 
 | 
Related Documentation
See Extending JDeveloper Using the Addin API for detailed information.