Skip navigation links

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

E13403-10


Uses of Class
oracle.ide.IdeEvent

Packages that use IdeEvent
oracle.ide Contains classes that allow addins access to the IDE integration objects. 
oracle.jdeveloper.jsp.libraries   

 

Uses of IdeEvent in oracle.ide

 

Methods in oracle.ide with parameters of type IdeEvent
 void IdeListener.addinsLoaded(IdeEvent e)
          Called during the IDE startup sequence after all addins have finished loading.
 void IdeAdapter.addinsLoaded(IdeEvent e)
           
 void IdeListener.mainWindowClosing(IdeEvent e)
          Called during the IDE shutdown sequence just before the main window is closed.
 void IdeAdapter.mainWindowClosing(IdeEvent e)
           
 void IdeListener.mainWindowOpened(IdeEvent e)
          Called during the IDE startup sequence after the main window has been shown.
 void IdeAdapter.mainWindowOpened(IdeEvent e)
           

 

Uses of IdeEvent in oracle.jdeveloper.jsp.libraries

 

Methods in oracle.jdeveloper.jsp.libraries with parameters of type IdeEvent
 void JspLibrariesHandler.addinsLoaded(IdeEvent e)
          Called in the Ide startup sequence after all the addins are loaded.
 void JspLibrariesHandler.mainWindowClosing(IdeEvent e)
          Called in the Ide shutdown sequence just before the UI is dismissed
 void JspLibrariesHandler.mainWindowOpened(IdeEvent e)
          Called in the Ide startup sequence after the UI is shown.

 


Skip navigation links

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

E13403-10


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