|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockableView | |
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.docking | Contains interfaces and classes responsible for the dockable behavior provided by JDeveloper. |
oracle.ide.explorer | Contains the interfaces and classes addins use to provide a structured view of data contained in nodes displayed in a navigator or an editor. |
oracle.ide.inspector | Contains interfaces and classes that integrators may use to make their objects editable from the property inspector. |
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.palette | Contains classes that allow for palette integration and commands. |
Uses of DockableView in oracle.ide |
Methods in oracle.ide that return DockableView | |
DockableView |
PinnableManager.showLastView(Context context)
|
DockableView |
PinnableManager.showView(Context context)
|
DockableView |
MultiManager.showLastView(Context context)
Show the last managed View. |
DockableView |
MultiManager.showView(Context context)
Show the View for the given Context, creating a new View instance as necessary. |
DockableView |
MultiManager.getLastView()
Get the last managed View to have been active. |
DockableView |
MultiManager.getNewView(Context context,
ViewId viewId)
Get a new View instance rooted on the given Context and having the given ViewId. |
protected abstract DockableView |
MultiManager.createDockableView(Context ctx,
ViewId viewId)
|
protected DockableView |
MultiManager.findView(ViewId viewId)
|
protected DockableView |
MultiManager.findOrCreateView(Context context)
|
protected DockableView |
MultiManager.getRelativeView(Context context,
ViewId viewId)
|
Methods in oracle.ide with parameters of type DockableView | |
protected int |
MultiManager.getOrientation(ViewId viewId,
DockableView relative)
|
Uses of DockableView in oracle.ide.addin |
Classes in oracle.ide.addin that implement DockableView | |
class |
AbstractPinnable
AbstractPinnable implements the Pinnable interface as it applies to a DockableWindow which is capable of responding to changes in selection in the active View as well as changes of the active View from one View to another. |
Uses of DockableView in oracle.ide.docking |
Classes in oracle.ide.docking that implement DockableView | |
class |
DockableWindow
This class is the bridge between the Dockable interface
docking system and the View interface. |
Methods in oracle.ide.docking with parameters of type DockableView | |
static void |
DockUtil.showDockableWindow(DockableView dw)
Shows and set the focus on the DockableView |
static void |
DockUtil.hideDockableWindow(DockableView dw)
Hides the DockableView and set the focus on the active Editor |
static void |
DockUtil.toggleDockableWindow(DockableView dw)
Toggles the visibility of the DockableView |
static void |
DockUtil.smartToggleDockableWindow(DockableView dw,
Context context)
'Smart' Toggles the visibility of the DockableView. |
Uses of DockableView in oracle.ide.explorer |
Subinterfaces of DockableView in oracle.ide.explorer | |
interface |
ExplorerWindow
|
Uses of DockableView in oracle.ide.inspector |
Subinterfaces of DockableView in oracle.ide.inspector | |
interface |
InspectorWindow
The InspectorWindow is a View consisting of a Toolbar area, a main body area and a status area. |
Uses of DockableView in oracle.ide.log |
Subinterfaces of DockableView in oracle.ide.log | |
interface |
LogWindow
The LogWindow is the dockable view responsible for managing
log pages. |
Uses of DockableView in oracle.ide.navigator |
Subinterfaces of DockableView in oracle.ide.navigator | |
interface |
NavigatorWindow
NavigatorWindow interface provides the API for managing
the contents of a navigator window tree. |
Uses of DockableView in oracle.ide.palette |
Subinterfaces of DockableView in oracle.ide.palette | |
interface |
PaletteWindow
The PaletteWindow class is the Component Palette
view. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.