| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.vcs.util.VCSIdeEventRecorder
public final class 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 | 
invokeAfterAddinsLoaded(java.lang.Runnable r)
Invokes the given runnable, guaranteeing that the IDE has fired the 'addins loaded' IDE event before the runnable is called.  | 
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.public static final void invokeAfterAddinsLoaded(java.lang.Runnable r)
r - the runnable to invoke.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||