Changed Constructors |
TreePath(Object )
|
Documentation changed from old to new. |
Constructs a TreePath containing only a single element. |
TreePath(Object[], int)
|
Documentation changed from old to new. |
Constructs a new TreePath with the identified path components of length length . |
TreePath(TreePath, Object)
|
Documentation changed from old to new. |
Constructs a new TreePath which is the path identified by parent ending in lastElement . |
TreePath(void )
|
Documentation changed from old to new. |
Primarily provided for subclasses that represent paths in a different manner. |
Changed Methods |
boolean equals(Object )
|
Documentation changed from old to new. |
Tests two TreePaths for equality by checking each element of the paths for equality. |
Object getLastPathComponent()
|
Documentation changed from old to new. |
Returns the last component of this path. |
TreePath getParentPath()
|
Documentation changed from old to new. |
Returns a path containing all the elements of this object except the last path component. |
Object[] getPath()
|
Documentation changed from old to new. |
Returns an ordered array of Objects containing the components of this TreePath. |
boolean isDescendant(TreePath )
|
Documentation changed from old to new. |
Returns true if aTreePath is a descendant of this TreePath. |
TreePath pathByAddingChild(Object )
|
Documentation changed from old to new. |
Returns a new path containing all the elements of this object plus child . |