|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ContainerIterator.Listener
Users of the class must implement this Listener interface to process iterated components
| Method Summary | |
|---|---|
void |
postProcessComponent(java.awt.Component comp)
Callback method that is called after the component and its subtree of children has been processed |
boolean |
processComponent(java.awt.Component comp)
Callback method that is called to process a component during the iteration |
| Method Detail |
|---|
boolean processComponent(java.awt.Component comp)
throws java.lang.Exception
comp - Component
java.lang.Exceptionvoid postProcessComponent(java.awt.Component comp)
comp - Component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||