| Package | Description |
|---|---|
| oracle.ide.controls |
Contains classes implementing the basic graphical controls, such as, toolbars,
toolbar buttons, status bars, tabbed windows, used by JDeveloper.
|
| oracle.jdeveloper.db.controls |
UI controls that are useful when listing, selecting or displaying database
connections.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ToolbarGroup
Toolbar items implement this interface in order to allow access to the
action encapsulating their behavior.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MenuToolButton
An implementation of a toolbar toggle button that displays a drop-down
menu of choices when the button is selected.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionPickerButton
Provides a button that, when pushed, will show a popup menu of available
connections and on selection of a connection fire an action.
|