| Package | Description |
|---|---|
| oracle.ide.db.controls |
Reusable UI controls to used to show or list database objects.
|
| oracle.ide.panels |
Provides a framework for building panel-based UI.
|
| oracle.javatools.ui |
A general user interface component library.
|
| oracle.jdeveloper.deploy.dt.wizard.panels |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaObjectTargetPicker.setTitleControlBar(ControlBar bar) |
void |
AbstractTreePicker.setTitleControlBar(ControlBar bar) |
| Modifier and Type | Method and Description |
|---|---|
protected ControlBar |
MDDPanel.getTree1ControlBar() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MDDPanel.setTree1ControlBar(ControlBar controlBar) |
| Modifier and Type | Method and Description |
|---|---|
ControlBar |
ComponentWithTitlebar.getControlBar()
Returns the control bar component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentWithTitlebar.setControlBar(ControlBar controlBar)
Sets the control bar.
|
| Constructor and Description |
|---|
ComponentWithTitlebar(T component,
javax.swing.JLabel label,
ControlBar controlBar)
Creates a titlebar decorated component with the specified component,
label, and control bar.
|
| Modifier and Type | Field and Description |
|---|---|
protected ControlBar |
AppServerSelectionPanel.cbAppServers_ |