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

E13403-03

oracle.ide
Class IdeAdapter

java.lang.Object
  extended by oracle.ide.IdeAdapter
All Implemented Interfaces:
java.util.EventListener, IdeListener

public class IdeAdapter
extends java.lang.Object
implements IdeListener

The default implementation of IdeListener


Constructor Summary
IdeAdapter()
           
 
Method Summary
 void addinsLoaded(IdeEvent e)
          Called during the IDE startup sequence after all addins have finished loading.
 void mainWindowClosing(IdeEvent e)
          Called during the IDE shutdown sequence just before the main window is closed.
 void mainWindowOpened(IdeEvent e)
          Called during the IDE startup sequence after the main window has been shown.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdeAdapter

public IdeAdapter()
Method Detail

addinsLoaded

public void addinsLoaded(IdeEvent e)
Description copied from interface: IdeListener
Called during the IDE startup sequence after all addins have finished loading.

Specified by:
addinsLoaded in interface IdeListener
Parameters:
e - the event

mainWindowOpened

public void mainWindowOpened(IdeEvent e)
Description copied from interface: IdeListener
Called during the IDE startup sequence after the main window has been shown.

Specified by:
mainWindowOpened in interface IdeListener
Parameters:
e - the event

mainWindowClosing

public void mainWindowClosing(IdeEvent e)
Description copied from interface: IdeListener
Called during the IDE shutdown sequence just before the main window is closed.

Specified by:
mainWindowClosing in interface IdeListener
Parameters:
e - the event

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

E13403-03

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