| Package | Description |
|---|---|
| oracle.ide.dialogs |
Contains classes implementing standard dialogs used by JDeveloper.
|
| oracle.ide.net |
Provides a virtual file system framework based on java.net.URL.
|
| oracle.ide.panels |
Provides a framework for building panel-based UI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SizeKeeperCallback |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
OnePageWizardDialogFactory.runDialog(java.awt.Component parent, java.awt.Component content, java.awt.Component defComp, java.lang.String title, int buttonMask, java.beans.VetoableChangeListener l, DialogRunnerCallback callback)
Creates a
WizardDialog with one page of the content, with the given title and invokes the dialog. |
static boolean |
OnePageWizardDialogFactory.runDialog(java.awt.Component content, java.awt.Component defComp, java.lang.String title, int buttonMask, java.beans.VetoableChangeListener l, DialogRunnerCallback callback)
Creates a
WizardDialog with one page of the content, with the given title and invokes the dialog. |
| Modifier and Type | Method and Description |
|---|---|
DialogRunnerCallback |
URLChooser.getDialogRunnerCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
URLChooser.setDialogRunnerCallback(DialogRunnerCallback callBack) |
| Constructor and Description |
|---|
NodeTDialogLauncher(java.awt.Component parent, java.lang.String title, Traversable traversable, Namespace data, DialogRunnerCallback dialogCallback, Node[] sources)
The traversable's onEntry(...) method is called as a side effect of constructing the NodeTDialogLauncher.
|
TDialogLauncher(java.awt.Component parent, java.lang.String title, Traversable traversable, Namespace data, DialogRunnerCallback dialogCallback)
The traversable's onEntry(...) method is called as a side effect of constructing the TDialogLauncher.
|