|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Generic component visitor interface for component traversals.
| Field Summary | |
static java.lang.Object |
CONTINUE_TRAVERSAL
Value to return to continue a traversal. |
static java.lang.Object |
STOP_TRAVERSAL
A generic value to return to stop a traversal. |
| Method Summary | |
java.lang.Object |
component(Component component)
Called at each component in a traversal. |
| Field Detail |
public static final java.lang.Object CONTINUE_TRAVERSAL
public static final java.lang.Object STOP_TRAVERSAL
| Method Detail |
public java.lang.Object component(Component component)
component - The component
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||