Extension SDK

oracle.ide
Class IdeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byoracle.ide.IdeEvent
All Implemented Interfaces:
java.io.Serializable

public class IdeEvent
extends java.util.EventObject

An event representing a step in the IDE startup and shutdown

See Also:
Serialized Form

Field Summary
static int IDE_ADDINS_LOADED
          Fired after all the addins have been loaded
static int IDE_ENTERING_ACCEL_PANEL
          Fired when the user enters the accelerator panel.
static int IDE_MAINWINDOW_CLOSING
           
static int IDE_MAINWINDOW_OPENED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IdeEvent(java.lang.Object src, int nID)
          Constructor
 
Method Summary
 int getID()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IDE_ADDINS_LOADED

public static final int IDE_ADDINS_LOADED
Fired after all the addins have been loaded

See Also:
Constant Field Values

IDE_MAINWINDOW_OPENED

public static final int IDE_MAINWINDOW_OPENED
See Also:
Constant Field Values

IDE_MAINWINDOW_CLOSING

public static final int IDE_MAINWINDOW_CLOSING
See Also:
Constant Field Values

IDE_ENTERING_ACCEL_PANEL

public static final int IDE_ENTERING_ACCEL_PANEL
Fired when the user enters the accelerator panel. This can be used to postpone the load of the IdeActions for the local keymaps.

See Also:
KeyStrokeMap.solvePostponedLoad(), Constant Field Values
Constructor Detail

IdeEvent

public IdeEvent(java.lang.Object src,
                int nID)
Constructor

Parameters:
src - Source of the event. This will usually be the Ide itself
Method Detail

getID

public int getID()
Returns:
the ID of this event. Takes values from IDE_xxx

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.