textbender.o.awt
Class WindowX.LookAndFeelUpdater

java.lang.Object
  extended by UIManagerX.LookAndFeelUpdater
      extended by WindowX.LookAndFeelUpdater
Enclosing class:
WindowX

public static final class WindowX.LookAndFeelUpdater
extends UIManagerX.LookAndFeelUpdater

Updates the UI of a window, whenever the look and feel changes.


Field Summary
 
Fields inherited from class UIManagerX.LookAndFeelUpdater
rootComponent
 
Constructor Summary
WindowX.LookAndFeelUpdater(Window window, Spool spool)
          Creates a LookAndFeelUpdaterW that does not pack the window.
WindowX.LookAndFeelUpdater(Window window, Spool spool, boolean isPacked)
          Creates a LookAndFeelUpdaterW.
 
Method Summary
protected  void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowX.LookAndFeelUpdater

public WindowX.LookAndFeelUpdater(Window window,
                                  Spool spool)
Creates a LookAndFeelUpdaterW that does not pack the window.

Parameters:
window - to update, usually a top-level one

WindowX.LookAndFeelUpdater

public WindowX.LookAndFeelUpdater(Window window,
                                  Spool spool,
                                  boolean isPacked)
Creates a LookAndFeelUpdaterW.

Parameters:
window - to update, usually a top-level one
isPacked - true iff the window ought to be packed after updating the UI
Method Detail

update

protected void update()
Overrides:
update in class UIManagerX.LookAndFeelUpdater