Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.ide
Class IdeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
static int IDE_ADDINS_LOADED
          Fired after all the addins have been loaded When adding events, add to the toString() method
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

 

Method Summary
 int getID()
           
 java.lang.String toString()
           

 

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

 

Field Detail

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

Method Detail

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

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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