| Package | Description |
|---|---|
| oracle.ide.dialogs |
Contains classes implementing standard dialogs used by JDeveloper.
|
| oracle.javatools.dialogs |
Contains dialog utilities that do not depend directly on the
JDeveloper framework.
|
| oracle.jdeveloper.vcs.util |
Contains assorted stateless utilities for version control system integraton.
|
| Modifier and Type | Field and Description |
|---|---|
protected DetailDialog |
ProgressBar._statusDialog
The dialog which displays the current font calculations status.
|
| Modifier and Type | Method and Description |
|---|---|
static DetailDialog |
DetailDialog.createDetailDialog(java.awt.Component owner,
java.lang.String title,
int buttonMask) |
| Modifier and Type | Method and Description |
|---|---|
static DetailDialog |
VCSComponents.createDetailDialog(java.awt.Component parent,
java.lang.String title,
java.lang.Object message,
java.util.Collection<java.lang.String> detail,
java.lang.String helpTopicId)
Creates an alert dialog optionally containing a detail area.
|
static DetailDialog |
VCSComponents.createDetailDialog(java.awt.Component parent,
java.lang.String title,
java.lang.Object message,
java.lang.Object detail,
java.lang.String helpTopicId)
Creates an alert dialog optionally containing a detail area.
|