| Package | Description | 
|---|---|
| oracle.ide | 
 Contains classes that allow addins access to the IDE integration objects. 
 | 
| oracle.ide.ceditor | 
 The  
Code Editor package contains the code editing
implementation of the JDeveloper IDE. | 
| 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.ide.docking | 
 Contains interfaces and classes responsible for the dockable behavior provided 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.ide.view | |
| oracle.jdeveloper.merge | 
 Contains classes for merge editor abstractions, including an editor addin, commands, a
controller, and utilities. 
 | 
| oracle.jdeveloper.runner | 
 Contains classes that allow addins some level of control on the JDeveloper runner system. 
 | 
| oracle.jdeveloper.vcs.changelist | |
| oracle.jdeveloper.vcs.changeset | |
| oracle.jdeveloper.vcs.generic | |
| oracle.jdeveloper.vcs.spi | 
 Contains extension-level service provider interfaces for version control system integraton. 
 | 
| oracle.jdevimpl.audit.log | 
| Modifier and Type | Method and Description | 
|---|---|
protected Toolbar | 
IdeMainWindow.createToolbar()  | 
static Toolbar | 
Ide.getToolbar()
Gets the  
Toolbar. | 
| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
CodeEditor.CEToolbar
Our override of the Toolbar class so that it is invisible when it is
 empty. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Toolbar | 
CodeEditor.getToolbar()
Get the Toolbar that is the fixed top margin above the code editor
 view. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ToolbarManager.installToolbar(java.lang.String toolbarId,
              Toolbar toolbar,
              View view)
 | 
void | 
ToolbarManager.registerOnDemandToolbar(java.lang.String toolbarId,
                       Toolbar toolbar,
                       View view)
Registers a toolbar defined in an extension manifest to get
 on-demand updates as extensions are initialized. 
 | 
void | 
ToolbarManager.unRegisterOnDemandToolbar(java.lang.String toolbarId,
                         Toolbar toolbar)
Unregisters an on-demand toolbar. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Toolbar | 
StatusBarControl.getToolbar()  | 
Toolbar | 
StatusBar.getToolbar()
Return the status bar toolbar. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Toolbar | 
DrawerWindow.getToolbar()  | 
| Modifier and Type | Method and Description | 
|---|---|
Toolbar | 
MessagePage.getToolbar()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MenuToolButton | 
ContentSetSupport.findDisplayOptionsMenu(Toolbar toolbar)  | 
void | 
ViewSupport.initToolbar(Toolbar toolbar)  | 
void | 
NavigatorInit.initToolbar(Toolbar toolbar)  | 
void | 
ContentSetSupport.initToolbar(Toolbar toolbar)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Toolbar | 
AbstractPinnable.toolbar  | 
| Modifier and Type | Method and Description | 
|---|---|
Toolbar | 
ViewProxy.getToolbar()  | 
Toolbar | 
ViewDecorator.getToolbar()  | 
Toolbar | 
View.getToolbar()
Get the toolbar associated with this view. 
 | 
Toolbar | 
AbstractPinnable.getToolbar()
Get the Toolbar associated with this View. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
View.loadManifestToolbar(java.lang.String toolbarId,
                   Toolbar toolbar)
Deprecated. 
 
 | 
static void | 
View.loadManifestToolbar(java.lang.String toolbarId,
                   Toolbar toolbar,
                   View view)
Deprecated. 
 
 | 
static void | 
View.updateToolbarActions(Toolbar toolbar)
Utility method for updating the actions contained in a toolbar. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Toolbar | 
BaseMergeEditor.getToolbar()
Get the toolbar associated with this view. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
BaseMergeEditor.initializeToolbar(Toolbar toolbar)
Initializes the toolbar instance with actions for the merge editor. 
 | 
protected void | 
BaseMergeEditor.initializeToolbarImpl(Toolbar toolbar)
Initializes the toolbar instance with specific actions for the merge editor. 
 | 
protected java.awt.Component | 
BaseMergeEditor.layoutNorthComponent(Toolbar toolbar)
Lays out and returns the north-orientation component in the merge editor UI. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Toolbar | 
JRunProcess.getLogPageToolbar()
Get the toolbar 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Toolbar | 
ChangeListWindow.getToolbar()
Get the changelist dockable's toolbar. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ChangeList.addCodeReviewToolbarAction(ChangeListWindow window,
                          Toolbar toolbar)  | 
protected void | 
ChangeListWindow.addCodeReviewToolbarAction(Toolbar toolbar)  | 
protected void | 
ChangeListWindow.addCommentsToolbarAction(Toolbar toolbar)  | 
protected void | 
ChangeList.addRefreshToolbarAction(ChangeListWindow window,
                       Toolbar toolbar)  | 
protected void | 
ChangeListWindow.addRefreshToolbarAction(Toolbar toolbar)  | 
protected void | 
ChangeList.addToolbarActions(ChangeListWindow window,
                 Toolbar toolbar)  | 
protected void | 
ChangeListWindow.addToolbarActions(Toolbar toolbar)
Add actions to the toolbar. 
 | 
protected void | 
ChangeListWindow.addToolbarToPanel(javax.swing.JPanel panel,
                 Toolbar toolbar)  | 
protected void | 
ChangeListWindow.removeToolbarFromPanel(javax.swing.JPanel panel,
                      Toolbar toolbar)  | 
protected void | 
ChangeListWindow.updateVisibleToolbarActions(Toolbar toolbar)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ChangeSetChangeList.addToolbarActions(ChangeListWindow window,
                 Toolbar toolbar)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MultiChangeList.addToolbarActions(ChangeListWindow window,
                 Toolbar toolbar)  | 
| Modifier and Type | Method and Description | 
|---|---|
Toolbar | 
VCSTreeDockableWindow.getToolbar()  | 
protected abstract Toolbar | 
VCSTreeDockableWindow.getToolbarImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
Toolbar | 
AuditLogPage.getToolbar()  | 
Toolbar | 
AuditLogPanel.getToolBar()  |