|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
net.clackrouter.ethereal.EtherealTreeNode
public class EtherealTreeNode
| Field Summary | |
|---|---|
protected int |
hexEnd
|
protected int |
hexStart
|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
EtherealTreeNode()
|
|
EtherealTreeNode(java.lang.String s,
byte[] b)
|
|
EtherealTreeNode(java.lang.String s,
int len)
|
|
EtherealTreeNode(java.lang.String s,
int start,
int end)
|
|
| Method Summary | |
|---|---|
void |
add(javax.swing.tree.MutableTreeNode newChild)
|
int |
getHexEnd()
|
int |
getHexStart()
|
EtherealTreeNode |
ofset(int len)
|
static void |
rewindParse(int len)
|
static void |
startParse()
|
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int hexStart
protected int hexEnd
| Constructor Detail |
|---|
public EtherealTreeNode()
public EtherealTreeNode(java.lang.String s,
byte[] b)
public EtherealTreeNode(java.lang.String s,
int len)
public EtherealTreeNode(java.lang.String s,
int start,
int end)
| Method Detail |
|---|
public static void startParse()
public static void rewindParse(int len)
public int getHexEnd()
public int getHexStart()
public EtherealTreeNode ofset(int len)
public void add(javax.swing.tree.MutableTreeNode newChild)
add in class javax.swing.tree.DefaultMutableTreeNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||