public class NodeTreeWalker
extends de.vc.util.tree.AbstractTreeWalker
| Constructor and Description |
|---|
NodeTreeWalker(Node node) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Stack |
buildParentIndexPath() |
protected java.util.Stack |
buildParentObjectPath() |
protected java.lang.Object |
doGetObject(int index) |
protected void |
doInsertObject(int index,
java.lang.Object obj) |
protected java.lang.Object |
doRemove(int index) |
protected java.lang.Object |
doSetObject(int index,
java.lang.Object obj) |
protected boolean |
doStepInto(int index) |
protected int |
doStepOut() |
Node |
getNode() |
boolean |
hasParent() |
int |
size() |
public NodeTreeWalker(Node node)
public int size()
public boolean hasParent()
public Node getNode()
protected java.lang.Object doSetObject(int index,
java.lang.Object obj)
doSetObject in class de.vc.util.tree.AbstractTreeWalkerprotected java.lang.Object doGetObject(int index)
doGetObject in class de.vc.util.tree.AbstractTreeWalkerprotected java.lang.Object doRemove(int index)
doRemove in class de.vc.util.tree.AbstractTreeWalkerprotected void doInsertObject(int index,
java.lang.Object obj)
doInsertObject in class de.vc.util.tree.AbstractTreeWalkerprotected java.util.Stack buildParentObjectPath()
buildParentObjectPath in class de.vc.util.tree.AbstractTreeWalkerprotected java.util.Stack buildParentIndexPath()
buildParentIndexPath in class de.vc.util.tree.AbstractTreeWalkerprotected boolean doStepInto(int index)
doStepInto in class de.vc.util.tree.AbstractTreeWalkerprotected int doStepOut()
doStepOut in class de.vc.util.tree.AbstractTreeWalker© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.