Package | Description |
---|---|
oracle.ide.model.panels | |
oracle.ide.panels |
Provides a framework for building panel-based UI.
|
Modifier and Type | Method and Description |
---|---|
Traversable |
ProjectContentNavigable.newTraversable(ApplyNotifier applyNotifier) |
Modifier and Type | Interface and Description |
---|---|
interface |
NavigableUIContainer
|
Modifier and Type | Class and Description |
---|---|
class |
MDDPanel
This implementation of
NavigableUIContainer is a "master-detail-detail" panel, hence the name MDDPanel . |
class |
NodeTDialogLauncher
Subclass of TDialogLauncher that disables the OK button if any of the Nodes specified in the constructor are read-only.
|
class |
TabbedPanel
This is a
NavigableUIContainer implementation whose appearance is based on JTabbedPane ; each page of a TabbedPanel is a Traversable and the order of the pages is specified by an array of Navigable s. |
class |
TDialogLauncher
This classes launches a dialog whose content area is a single
Traversable , thus the "T" prefix. |
Modifier and Type | Method and Description |
---|---|
Traversable |
MetaTraversable.newTraversable(ApplyNotifier applyNotifier)
This method specifies the
Traversable that will be used in association with the Navigable ; in general, only NavigableUIContainer implementations should call this method directly. |