textbender.o.awt
Class WindowX.LookAndFeelUpdater
java.lang.Object
  
UIManagerX.LookAndFeelUpdater
      
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.
 
 
 
| 
Method Summary | 
protected  void | 
update()
 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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 oneisPacked - true iff the window ought to be packed after updating the UI
 
update
protected void update()
- Overrides:
 update in class UIManagerX.LookAndFeelUpdater