public static interface JTreeOperator.TreePathChooser
Modifier and Type | Method and Description |
---|---|
boolean |
checkPath(javax.swing.tree.TreePath path,
int indexInParent)
Checks if the path fits the criteria.
|
java.lang.String |
getDescription()
Returns the description.
|
boolean |
hasAsParent(javax.swing.tree.TreePath path,
int indexInParent)
Checks if the path has another path as a parent.
|
boolean checkPath(javax.swing.tree.TreePath path, int indexInParent)
path
- TreePath to check.indexInParent
- Index of the "path" in path's parent.boolean hasAsParent(javax.swing.tree.TreePath path, int indexInParent)
path
- TreePath to check.indexInParent
- Index of the "path" in path's parent.java.lang.String getDescription()