|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.docking.DockUtil
| Constructor Summary | |
DockUtil()
|
|
| Method Summary | |
static void |
hideDockableWindow(DockableWindow dw)
Hides the DockableWindow and set the focus on the active Editor |
static void |
showDockableWindow(DockableWindow dw)
Shows and set the focus on the DockableWindow |
static void |
smartToggleDockableWindow(DockableWindow dw,
Context context)
'Smart' Toggles the visibility of the DockableWindow. |
static void |
toggleDockableWindow(DockableWindow dw)
Toggles the visibility of the DockableWindow |
| 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(DockableWindow dw)
dw - the DockableWindowpublic static void hideDockableWindow(DockableWindow dw)
dw - the DockableWindowpublic static void toggleDockableWindow(DockableWindow dw)
dw - the DockableWindow
public static void smartToggleDockableWindow(DockableWindow dw,
Context context)
toggleDockableWindow.This behavior allows to use the same shortcut to access, to show and to hide the window.
dw - the DockableWindow
|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©1997, 2003, Oracle. All rights reserved.