Skip navigation links 
 
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 | 
  
 
 
| Methods inherited from class java.util.EventObject | 
getSource | 
 
| 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 When adding events, add to the toString() method
- 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 
 
getID
public int getID()
- 
- Returns:
 
- the ID of this event. Takes values from IDE_xxx
 
 
toString
public java.lang.String toString()
- 
- Overrides:
 
toString in class java.util.EventObject 
 
Skip navigation links 
 
Copyright © 1997, 2013, Oracle. All rights reserved.