|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.vcs.util.VCSIdeEventRecorder
Utility class to support time-based decisions relating to IDE events.
Method Summary | |
static boolean |
hasAddinsLoaded()
Asks whether the 'addins loaded' IDE event has been received. |
static boolean |
hasMainWindowClosing()
Asks whether the 'main window closing' IDE event has been received. |
static boolean |
hasMainWindowOpened()
Asks whether the 'main window opened' IDE event has been received. |
static void |
initialize()
|
static void |
invokeAfterMainWindowOpened(java.lang.Runnable r)
Invokes the given runnable, guaranteeing that the IDE has fired the 'main window opened' IDE event before the runnable is called. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final void initialize()
public static final boolean hasAddinsLoaded()
public static final boolean hasMainWindowClosing()
public static final boolean hasMainWindowOpened()
public static final void invokeAfterMainWindowOpened(java.lang.Runnable r)
r
- the runnable to invoke.
|
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.