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.runner |
Contains classes that allow addins some level of control on the JDeveloper runner system.
|
Modifier and Type | Method and Description |
---|---|
ToolButton |
Toolbar.add(ToggleAction action)
Adds a new button to the toolbar.
|
Modifier and Type | Method and Description |
---|---|
protected ToolButton |
JRunProcess.addProcessActionButtonToToolbar(IdeAction action,
java.lang.String group)
Add a process related action as a button on the toolbar.
|