public interface TreeModelPath
javax.swing.tree.TreePath.| Modifier and Type | Method and Description | 
|---|---|
Object | 
getPathComponent(int element)
Returns the component of the path at the given index. 
 | 
int | 
getPathCount()
Returns the length of this path. 
 | 
boolean | 
isEmpty()
Returns true if path has no components. 
 | 
int getPathCount()
Object getPathComponent(int element)
boolean isEmpty()