|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.ide.gallery.GalleryTagHandler
Handler to process the gallery xml tag which is read by the extension manager.
Field Summary | |
static java.lang.String |
GALLERY_TAG
Gallery xml tag. |
Constructor Summary | |
GalleryTagHandler()
|
Method Summary | |
boolean |
load(org.w3c.dom.Element gElm,
java.net.URL url,
boolean quiet)
Called by the Extension (Addin) Manager when the registered xml tag is read. |
boolean |
unload(org.w3c.dom.Element gElm,
java.net.URL url,
boolean quiet)
Called by the Extension (Addin) Manager when the extension which "owns" the xml tag is deinitialized |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String GALLERY_TAG
Constructor Detail |
public GalleryTagHandler()
Method Detail |
public boolean load(org.w3c.dom.Element gElm, java.net.URL url, boolean quiet) throws ExtensionTagException
ExtensionTagHandler
load
in interface ExtensionTagHandler
gElm
- xml element that corresponds to he registered xml tagurl
- location of the jar file that the element has been read fromquiet
- if true
then a diagnostic message using
the Assert
class should be displayed with
the class name.
ExtensionTagException
public boolean unload(org.w3c.dom.Element gElm, java.net.URL url, boolean quiet) throws ExtensionTagException
ExtensionTagHandler
unload
in interface ExtensionTagHandler
gElm
- xml element that corresponds to he registered xml tagurl
- location of the jar file that the element has been read fromquiet
- if true
then a diagnostic message using
the Assert
class should be displayed with
the class name.
ExtensionTagException
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.