|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.docking.DockUtil
Constructor Summary | |
DockUtil()
|
Method Summary | |
static void |
hideDockableWindow(DockableView dw)
Hides the DockableView and set the focus on the active Editor |
static void |
showDockableWindow(DockableView dw)
Shows and set the focus on the DockableView |
static void |
smartToggleDockableWindow(DockableView dw,
Context context)
'Smart' Toggles the visibility of the DockableView. |
static void |
toggleDockableWindow(DockableView dw)
Toggles the visibility of the DockableView |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DockUtil()
Method Detail |
public static void showDockableWindow(DockableView dw)
dw
- the DockableViewpublic static void hideDockableWindow(DockableView dw)
dw
- the DockableViewpublic static void toggleDockableWindow(DockableView dw)
dw
- the DockableViewpublic static void smartToggleDockableWindow(DockableView dw, Context context)
toggleDockableWindow(oracle.ide.docking.DockableView)
.This behavior allows to use the same shortcut to access, to show and to hide the window.
dw
- the DockableView
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.