oracle.jdeveloper.jsp.libraries
Class JspLibrariesHandler
java.lang.Object
javax.ide.extension.ElementVisitor
javax.ide.extension.ExtensionHook
oracle.jdeveloper.jsp.libraries.JspLibrariesHandler
- All Implemented Interfaces:
- java.util.EventListener, IdeListener
- public class JspLibrariesHandler
- extends ExtensionHook
- implements IdeListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspLibrariesHandler
public JspLibrariesHandler()
start
public void start(ElementStartContext context)
- Handle the start of an XML element.
- Overrides:
start in class ElementVisitor
- Parameters:
context - a context object.
- Throws:
HandlerException - if an error occurred parsing the context.
addinsLoaded
public void addinsLoaded(IdeEvent e)
- 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)
- 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)
- Called in the Ide shutdown sequence just before the UI is dismissed
- Specified by:
mainWindowClosing in interface IdeListener
- Parameters:
e - the event
Copyright © 1997, 2005, Oracle.All rights reserved.