Klasse javax.swing.tree.TreePath | 1.2 |
java.lang.Object | +--javax.swing.tree.TreePath
Konstruktoren | |
---|---|
public | TreePath(Object[] path) |
public | TreePath(Object singlePath) |
protected | TreePath(TreePath parent, Object lastElement) |
protected | TreePath(Object[] path, int length) |
protected | TreePath() |
Methoden | |
---|---|
public Object[] | getPath() |
public Object | getLastPathComponent() |
public int | getPathCount() |
public Object | getPathComponent(int element) |
public boolean | equals(Object o) |
public int | hashCode() |
public boolean | isDescendant(TreePath aTreePath) |
public TreePath | pathByAddingChild(Object child) |
public TreePath | getParentPath() |
public String | toString() |