Extension SDK 10.1.2

oracle.ide
Class IdeAdapter

java.lang.Object
  extended byoracle.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 in the Ide startup sequence after all the addins are loaded.
 void mainWindowClosing(IdeEvent e)
          Called in the Ide shutdown sequence just before the UI is dismissed
 void mainWindowOpened(IdeEvent e)
          Called in the Ide startup sequence after the UI is 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 in the Ide startup sequence after all the addins are loaded.

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

mainWindowOpened

public void mainWindowOpened(IdeEvent e)
Description copied from interface: IdeListener
Called in the Ide startup sequence after the UI is shown.

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

mainWindowClosing

public void mainWindowClosing(IdeEvent e)
Description copied from interface: IdeListener
Called in the Ide shutdown sequence just before the UI is dismissed

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

Extension SDK

 

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