|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JTreeOperator.TreePathChooser
Specifies criteria for path searching.
Method Summary | |
---|---|
boolean |
checkPath(TreePath path,
int indexInParent)
Checks if the path fits the criteria. |
String |
getDescription()
Returns the description. |
boolean |
hasAsParent(TreePath path,
int indexInParent)
Checks if the path has another path as a parent. |
Method Detail |
---|
boolean checkPath(TreePath path, int indexInParent)
path
- TreePath to check.indexInParent
- Index of the "path" in path's parent.
boolean hasAsParent(TreePath path, int indexInParent)
path
- TreePath to check.indexInParent
- Index of the "path" in path's parent.
String getDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |