oracle.ide
Class IdeEvent
java.lang.Object
java.util.EventObject
oracle.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
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 |
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
IdeEvent
public IdeEvent(java.lang.Object src,
int nID)
- Constructor
- Parameters:
src
- Source of the event. This will usually be the Ide itself
getID
public int getID()
- Returns:
- the ID of this event. Takes values from IDE_xxx
Copyright ©1997, 2003, Oracle. All rights reserved.