|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PathChooser
Specifies an interface for objects defining path searching criteria.
| Method Summary | |
|---|---|
int |
getDepth()
Return requiered depth of the path. |
boolean |
checkPathComponent(int depth,
java.lang.Object component)
Checks if depth'th path components fits the requirements. |
| Method Detail |
|---|
boolean checkPathComponent(int depth,
java.lang.Object component)
depth'th path components fits the requirements.
depth - A depth of the component.component - A path component to be checked.
int getDepth()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||