|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A listener to IDE events. It is strongly encouraged to extend the IdeAdapter instead of implementing IdeListener so that addition of new events will not break the build.
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. |
Method Detail |
public void addinsLoaded(IdeEvent e)
e
- the eventpublic void mainWindowOpened(IdeEvent e)
e
- the eventpublic void mainWindowClosing(IdeEvent e)
e
- the event
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.