|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
ucar.unidata.ui.XmlTree.XmlTreeNode
ucar.unidata.ui.XmlTree.XlinkTreeNode
public static class XmlTree.XlinkTreeNode
Class XlinkTreeNode. Represents xlink nodes
| Field Summary |
|---|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
XmlTree.XlinkTreeNode(Element node,
XmlTree tree,
String name,
String href)
ctor |
|
| Method Summary | |
|---|---|
void |
checkExpansion()
Expand if needed |
void |
checkExpansionInner()
expand if needed. |
boolean |
getHaveLoaded()
Have I loaded my doc |
String |
getHref()
Where I point to |
| Methods inherited from class ucar.unidata.ui.XmlTree.XmlTreeNode |
|---|
getBaseLocation, getXmlNode |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XmlTree.XlinkTreeNode(Element node,
XmlTree tree,
String name,
String href)
node - the xml nodetree - The tree I am inname - My namehref - Where I put to| Method Detail |
|---|
public void checkExpansion()
public void checkExpansionInner()
public boolean getHaveLoaded()
public String getHref()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||