|
Extension SDK 10.1.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Enables handlers to register their own xml tag element with the AddinManager, enabling them to be called when the addin manager reads the xml tag.
| Method Summary | |
boolean |
load(org.w3c.dom.Element elm,
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 elm,
java.net.URL url,
boolean quiet)
Called by the Extension (Addin) Manager when the extension which "owns" the xml tag is deinitialized |
| Method Detail |
public boolean load(org.w3c.dom.Element elm,
java.net.URL url,
boolean quiet)
throws ExtensionTagException
elm - 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 elm,
java.net.URL url,
boolean quiet)
throws ExtensionTagException
elm - 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.