Class Overview
Handles a path in a tree from the root node to the position inside this tree.
Date: 02.12.2008
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
Public Constructors
public
TreePath
(int... path)
public
TreePath
(TreePath position, int addendum)
Public Methods
public
boolean
equals
(Object o)
Returns the node at the position of this NodePath applied to the parameter node.
Returns
- The node applied to the given path.
public
String
getParentPathString
()
public
String
getPathString
()