|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.metasyntactic.awt.AWTUtilities
Convenience class providing static methods for manipulating AWT objects
| Constructor Summary | |
AWTUtilities()
|
|
| Method Summary | |
static void |
recursivelyDescendChildren(java.awt.Container root,
Operator operator)
Travels to ever component descendent of this container and handles it in the method that you specify. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AWTUtilities()
| Method Detail |
public static void recursivelyDescendChildren(java.awt.Container root,
Operator operator)
root - The parent of all the children you want to apply this
method to. Note! the parent itself won't be affected.operator - The operator that will be passed the componenets as they
are reached
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||