Package | Description |
---|---|
oracle.ide.controller | |
oracle.ide.controls |
Contains classes implementing the basic graphical controls, such as, toolbars,
toolbar buttons, status bars, tabbed windows, used by JDeveloper.
|
oracle.jdeveloper.audit.service |
The API classes for invoking Audit programatically, and a few Audit common
API classes.
|
oracle.jdeveloper.db.controls |
UI controls that are useful when listing, selecting or displaying database
connections.
|
oracle.jdeveloper.rescat2 | |
oracle.jdeveloper.rescat2.dockable | |
oracle.jdeveloper.rescat2.model.nodes | |
oracle.jdeveloper.vcs.util |
Contains assorted stateless utilities for version control system integraton.
|
Modifier and Type | Class and Description |
---|---|
class |
IdeAction
An
IdeAction is used when adding a menu and/or toobar button. |
Modifier and Type | Method and Description |
---|---|
javax.swing.JMenuItem |
MenuManager.createMenuItem(ToggleAction action)
Creates a new menu item for the supplied
ToggleAction . |
javax.swing.JMenuItem |
MenuManager.createMenuItem(ToggleAction action,
float menuWeight)
Creates a new menu item for the supplied
ToggleAction with
the supplied menu weight. |
Modifier and Type | Class and Description |
---|---|
protected static class |
SingleRowTabbedPaneUI.ScrollMenuAction
Deprecated.
|
protected static class |
SingleRowTabbedPaneUI.ScrollMenuShowVisibleAction
Deprecated.
|
protected static class |
SingleRowTabbedPaneUI.ScrollMenuSortAction
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected ToggleAction[] |
MenuToolButton._actions |
protected ToggleAction |
MenuToolButton._visibleActions |
protected ToggleAction |
SingleRowTabbedPaneUI.scrollMenuShowVisibleAction
Deprecated.
|
protected ToggleAction |
SingleRowTabbedPaneUI.scrollMenuSortAction
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ToolButton |
Toolbar.add(ToggleAction action)
Adds a new button to the toolbar.
|
MenuToolButton |
Toolbar.addMenuButton(ToggleAction[] actions)
Adds a new menu button to the toolbar.
|
javax.swing.JMenuItem |
MenuToolButton.addPopupItem(ToggleAction action) |
RadioToolButton |
Toolbar.addRadioButton(ToggleAction action,
javax.swing.ButtonGroup bgroup)
Adds a RadioToolButton to the toolbar.
|
ToggleToolButton |
Toolbar.addToggleButton(ToggleAction action)
Adds a toggling button to the toolbar.
|
javax.swing.JMenuItem |
MenuToolButton.findPopupItem(ToggleAction action) |
void |
MenuToolButton.removePopupItem(ToggleAction action) |
Constructor and Description |
---|
MenuItem(ToggleAction action) |
MenuToolButton(ToggleAction buttonAction)
Creates a menu button where the menu is a drop down menu with ordinary menu
items.
|
MenuToolButton(ToggleAction[] actions)
Creates a menu button where the menu is a drop down menu with radio buttons
and the button displays the icon of the currently selected button.
|
MenuToolButton(ToggleAction[] radioActions,
ToggleAction defaultAction)
Creates a menu button where the menu is a drop down menu with radio buttons
and the button displays the icon of the currently selected button.
|
MenuToolButton(ToggleAction[] radioActions,
ToggleAction defaultAction)
Creates a menu button where the menu is a drop down menu with radio buttons
and the button displays the icon of the currently selected button.
|
RadioMenuItem(ToggleAction action) |
RadioToolButton(ToggleAction action)
Deprecated.
|
ToggleAction(ToggleAction action) |
ToggleMenuItem(ToggleAction action)
Constructor.
|
ToggleToolButton(ToggleAction action) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTransformsAction |
class |
TransformAction |
Constructor and Description |
---|
ConnectionPickerButton(ConnectionInfo info,
ToggleAction action)
Creates a new picker button when a connection is selected, fires the given
action.
|
Modifier and Type | Method and Description |
---|---|
abstract ToggleAction[] |
ResCatController.getDefaultActions(java.lang.Class<? extends Element> clazz,
boolean checkSuperTypes)
Get the default Actions for an Element subtype.
|
Modifier and Type | Method and Description |
---|---|
ToggleAction[] |
ActionProvider.getActions(ResCatController resCatController,
Controller viewController)
Return an array of actions relevant to an Element.
|
protected abstract ToggleAction[] |
AbstractBaseTreeView.getContextMenuActions() |
protected ToggleAction[] |
AbstractBaseTreeView.id2Action(int[] ids) |
Modifier and Type | Method and Description |
---|---|
ToggleAction[] |
RepositoryRootNode.getActions(ResCatController resCatController,
Controller viewController) |
Modifier and Type | Method and Description |
---|---|
static javax.swing.JMenuItem |
VCSMenuUtils.addMenuItem(ContextMenu menu,
ToggleAction action,
float section) |
static javax.swing.JMenuItem |
VCSMenuUtils.addMenuItem(javax.swing.JMenu menu,
ToggleAction action,
float section)
Create and add a menu item for the specified action.
|