textbender.o.swing
Class UIManagerX.LookAndFeelUpdater
java.lang.Object
  
UIManagerX.LookAndFeelUpdater
- Direct Known Subclasses: 
 - WindowX.LookAndFeelUpdater
 
- Enclosing class:
 - UIManagerX
 
public static class UIManagerX.LookAndFeelUpdater
- extends Object
 
Updates the UI of a component tree, whenever the look and feel changes.
 
 
| 
Method Summary | 
protected  void | 
update()
 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
rootComponent
protected final Component rootComponent
UIManagerX.LookAndFeelUpdater
public UIManagerX.LookAndFeelUpdater(Component rootComponent,
                                     Spool spool)
- Creates a LookAndFeelUpdater.
- Parameters:
 rootComponent - of tree, usually a top-level windowspool - for internal holds. When unwound, this instance
         releases its internal holds, and is thence disabled.
 
update
protected void update()