|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Enables managers to register their own xml tag element with the AddinManager, enabling them to be called when the addin manager reads the xml tag. Author Dave Edwards
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. |
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
|
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.