| 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.ide.log |
Contains the interfaces and classes that allow addins to provide their
own log pages.
|
| oracle.ide.navigator |
Contains classes providing navigator support.
|
| oracle.jdeveloper.db.controls |
UI controls that are useful when listing, selecting or displaying database
connections.
|
| Modifier and Type | Method and Description |
|---|---|
MenuToolButton |
Toolbar.addMenuButton(ToggleAction[] actions)
Adds a new menu button to the toolbar.
|
| Constructor and Description |
|---|
ButtonItemListener(MenuToolButton button)
Deprecated.
|
ButtonKeyListener(MenuToolButton button) |
ButtonMouseListener(MenuToolButton button) |
| Modifier and Type | Method and Description |
|---|---|
MenuToolButton |
MessagePage.getActionButton() |
| Modifier and Type | Method and Description |
|---|---|
static MenuToolButton |
ContentSetSupport.findDisplayOptionsMenu(Toolbar toolbar)
Returns the MenuToolButton for the navigator display-option actions.
|
| 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.
|