textbender.o.swing
Class UIManagerX.LookAndFeelUpdater

java.lang.Object
  extended by 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.


Field Summary
protected  Component rootComponent
           
 
Constructor Summary
UIManagerX.LookAndFeelUpdater(Component rootComponent, Spool spool)
          Creates a LookAndFeelUpdater.
 
Method Summary
protected  void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rootComponent

protected final Component rootComponent
Constructor Detail

UIManagerX.LookAndFeelUpdater

public UIManagerX.LookAndFeelUpdater(Component rootComponent,
                                     Spool spool)
Creates a LookAndFeelUpdater.

Parameters:
rootComponent - of tree, usually a top-level window
spool - for internal holds. When unwound, this instance releases its internal holds, and is thence disabled.
Method Detail

update

protected void update()