|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Toolbar | |
oracle.ide | Contains classes that allow addins access to the IDE integration objects. |
oracle.ide.addin | Contains classes and interfaces that are used by addins to extend JDeveloper with their own views and wizards. |
oracle.ide.controls | Contains classes implementing the basic graphical controls, such as, toolbars, toolbar buttons, status bars, tabbed windows, used by JDeveloper. |
Uses of Toolbar in oracle.ide |
Methods in oracle.ide that return Toolbar | |
Toolbar |
IdeMainWindow.getToolbar() |
protected Toolbar |
IdeMainWindow.createToolbar() |
static Toolbar |
Ide.getToolbar() Gets the Toolbar . |
Uses of Toolbar in oracle.ide.addin |
Fields in oracle.ide.addin declared as Toolbar | |
protected Toolbar |
AbstractPinnable.toolbar |
Methods in oracle.ide.addin that return Toolbar | |
Toolbar |
AbstractPinnable.getToolbar() Get the Toolbar associated with this View. |
Toolbar |
AbstractView.getToolbar() Returns the toolbar associated with this view. |
Toolbar |
View.getToolbar() Get the toolbar associated with this view. |
Methods in oracle.ide.addin with parameters of type Toolbar | |
static void |
AbstractView.updateToolbarActions(Toolbar toolbar) |
static void |
AbstractView.loadToolbar(PropertyAccess properties, Toolbar toolbar, java.lang.String tbCountProp, java.lang.String tbItemProp, View view) Creates toolbar buttons for the specified toolbar . |
static void |
AbstractView.loadToolbar(Toolbar toolbar, java.lang.String tbCountProp, java.lang.String tbItemProp, View view) Creates toolbar buttons for the specified toolbar . |
Uses of Toolbar in oracle.ide.controls |
Methods in oracle.ide.controls that return Toolbar | |
Toolbar |
StatusBar.getToolbar() Return the status bar toolbar. |
Toolbar |
StatusBarControl.getToolbar() |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.