|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.metasyntactic.swing.SwingUtilities
Constructor Summary | |
SwingUtilities()
|
Method Summary | |
static void |
recursivelyDescendChildren(java.awt.Container root,
Operator operator)
Travels to ever 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 SwingUtilities()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |