|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.uif.util.ComponentTreeUtils
public final class ComponentTreeUtils
Consists only of static methods for operations on the Swing component tree.
SwingUtilities
Method Summary | |
---|---|
static void |
updateAllUIs()
Updates all UIs of all frames and their owned windows. |
static void |
updateComponentTreeUI(Component c)
A simple minded look and feel change: ask each node in the tree to updateUI() -- that is, to initialize its UI property with the current look and feel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void updateAllUIs()
public static void updateComponentTreeUI(Component c)
JToolBar's
childs
before updating the toolbar.
Note, that the JScrollPane requires to be updated before its JTable
child (re-)configuresScrollPane.TODO: Check if this workaround is still necessary in Java 5 or later.
c
- the root of the component tree to update
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |