Extension SDK 10.1.3.36.73

oracle.jdeveloper.jsp.libraries
Class JspLibrariesHandler

java.lang.Object
  extended byjavax.ide.extension.ElementVisitor
      extended byjavax.ide.extension.ExtensionHook
          extended byoracle.jdeveloper.jsp.libraries.JspLibrariesHandler
All Implemented Interfaces:
java.util.EventListener, IdeListener

public class JspLibrariesHandler
extends ExtensionHook
implements IdeListener


Field Summary
 
Fields inherited from class javax.ide.extension.ExtensionHook
KEY_EXTENSION, KEY_RSBUNDLE_CLASS, MANIFEST_XMLNS
 
Fields inherited from class javax.ide.extension.ElementVisitor
KEY_LOCATOR
 
Constructor Summary
JspLibrariesHandler()
           
 
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.
 void start(ElementStartContext context)
          Handle the start of an XML element.
 
Methods inherited from class javax.ide.extension.ExtensionHook
getExtension, getRSBundleClass, getSchemaLocation, resolvePath, setSchemaLocation
 
Methods inherited from class javax.ide.extension.ElementVisitor
end, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspLibrariesHandler

public JspLibrariesHandler()
Method Detail

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

Extension SDK 10.1.3.36.73

 

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