|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectau.com.zip.cs.HierTreeNode
public abstract class HierTreeNode
blah
| Constructor Summary | |
|---|---|
protected |
HierTreeNode(Hier h)
Construct a TreeNode view of a Hier. |
protected |
HierTreeNode(Hier h,
TreeNode p)
Construct a TreeNode view of a Hier. |
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this node for equality with another by comparison of their enclosed Hiers. |
Hier |
getHier()
Return the underlying Hier. |
TreeNode |
getParent()
|
static HierTreeNode |
makeHierTreeNode(Hier h)
Return a HierTreeNode wrapped around the supplied Hier. |
static HierTreeNode |
toHierTreeNode(Hier h)
Return a HierTreeNode view of an arbitrary Hier. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.swing.tree.TreeNode |
|---|
children, getAllowsChildren, getChildAt, getChildCount, getIndex, isLeaf |
| Constructor Detail |
|---|
protected HierTreeNode(Hier h,
TreeNode p)
TreeNode view of a Hier.
h - the Hier to presentp - the parent TreeNodeprotected HierTreeNode(Hier h)
TreeNode view of a Hier.
h - the Hier to present| Method Detail |
|---|
public static HierTreeNode toHierTreeNode(Hier h)
Hier.
h - the Hier
TreeNode view.public Hier getHier()
Hier.
public TreeNode getParent()
getParent in interface TreeNodepublic static HierTreeNode makeHierTreeNode(Hier h)
Hier.
h - the Hier
public boolean equals(Object o)
Hiers.
equals in class Objecto - the Object to which to compare
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||