Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Uses of Class
oracle.ide.controls.Toolbar

Packages that use Toolbar
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.jdevimpl.audit.log   
oracle.jdevimpl.bookmarks   
 

Uses of Toolbar in oracle.ide
 

Methods in oracle.ide that return Toolbar
protected  Toolbar IdeMainWindow.createToolbar()
           
static Toolbar Ide.getToolbar()
          Gets the Toolbar.
 

Uses of Toolbar in oracle.ide.ceditor
 

Subclasses of Toolbar in oracle.ide.ceditor
protected  class CodeEditor.CEToolbar
          Our override of the Toolbar class so that it is invisible when it is empty.
 

Methods in oracle.ide.ceditor that return Toolbar
 Toolbar CodeEditor.getToolbar()
          Get the Toolbar that is the fixed top margin above the code editor view.
 

Uses of Toolbar in oracle.ide.controller
 

Methods in oracle.ide.controller with parameters of type Toolbar
 void ToolbarManager.installToolbar(java.lang.String toolbarId, Toolbar toolbar, View view)
          Install a toolbar defined in an extension manifest.
 

Uses of Toolbar in oracle.ide.controls
 

Methods in oracle.ide.controls that return Toolbar
 Toolbar StatusBarControl.getToolbar()
           
 Toolbar StatusBar.getToolbar()
          Return the status bar toolbar.
 

Uses of Toolbar in oracle.ide.docking
 

Methods in oracle.ide.docking that return Toolbar
 Toolbar DrawerWindow.getToolbar()
           
 

Uses of Toolbar in oracle.ide.log
 

Methods in oracle.ide.log that return Toolbar
 Toolbar MessagePage.getToolbar()
           
 

Uses of Toolbar in oracle.ide.navigator
 

Methods in oracle.ide.navigator with parameters of type Toolbar
static MenuToolButton ContentSetSupport.findDisplayOptionsMenu(Toolbar toolbar)
           
 void ContentSetSupport.initToolbar(Toolbar toolbar)
           
 void NavigatorInit.initToolbar(Toolbar toolbar)
           
 

Uses of Toolbar in oracle.ide.view
 

Fields in oracle.ide.view declared as Toolbar
protected  Toolbar AbstractPinnable.toolbar
           
 

Methods in oracle.ide.view that return Toolbar
 Toolbar ViewDecorator.getToolbar()
           
 Toolbar AbstractPinnable.getToolbar()
          Get the Toolbar associated with this View.
 Toolbar View.getToolbar()
          Get the toolbar associated with this view.
 

Methods in oracle.ide.view with parameters of type Toolbar
static void View.loadManifestToolbar(java.lang.String toolbarId, Toolbar toolbar)
          Installs toolbar buttons for the specified Toolbar.
static void View.loadManifestToolbar(java.lang.String toolbarId, Toolbar toolbar, View view)
          Installs toolbar buttons for the specified Toolbar.
static void View.updateToolbarActions(Toolbar toolbar)
          Utility method for updating the actions contained in a toolbar.
 

Uses of Toolbar in oracle.jdeveloper.merge
 

Methods in oracle.jdeveloper.merge that return Toolbar
 Toolbar AbstractMergeEditor.getToolbar()
          Get the toolbar associated with this view.
 

Methods in oracle.jdeveloper.merge with parameters of type Toolbar
protected  void AbstractMergeEditor.initializeToolbar(Toolbar toolbar)
          Initializes the toolbar instance with actions for the merge editor.
protected  void AbstractMergeEditor.initializeToolbarImpl(Toolbar toolbar)
          Initializes the toolbar instance with specific actions for the merge editor.
protected  java.awt.Component AbstractMergeEditor.layoutNorthComponent(Toolbar toolbar)
          Lays out and returns the north-orientation component in the merge editor UI.
 

Uses of Toolbar in oracle.jdeveloper.runner
 

Methods in oracle.jdeveloper.runner that return Toolbar
protected  Toolbar JRunProcess.getLogPageToolbar()
          Get the toolbar
 

Uses of Toolbar in oracle.jdeveloper.vcs.changelist
 

Methods in oracle.jdeveloper.vcs.changelist that return Toolbar
 Toolbar ChangeListWindow.getToolbar()
          Get the changelist dockable's toolbar.
 

Methods in oracle.jdeveloper.vcs.changelist with parameters of type 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)
           
 

Uses of Toolbar in oracle.jdeveloper.vcs.changeset
 

Methods in oracle.jdeveloper.vcs.changeset with parameters of type Toolbar
protected  void ChangeSetChangeList.addToolbarActions(ChangeListWindow window, Toolbar toolbar)
           
 

Uses of Toolbar in oracle.jdeveloper.vcs.generic
 

Methods in oracle.jdeveloper.vcs.generic with parameters of type Toolbar
 void MultiChangeList.addToolbarActions(ChangeListWindow window, Toolbar toolbar)
           
 

Uses of Toolbar in oracle.jdevimpl.audit.log
 

Methods in oracle.jdevimpl.audit.log that return Toolbar
 Toolbar AuditLogPage.getToolbar()
           
 Toolbar AuditLogPanel.getToolBar()
           
 

Uses of Toolbar in oracle.jdevimpl.bookmarks
 

Methods in oracle.jdevimpl.bookmarks that return Toolbar
 Toolbar BookmarkDockable.getToolbar()
           
 Toolbar BookmarkPanel.getToolbar()
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.