ColorSafe
Class ColorSafeUI

java.lang.Object
  extended by ColorSafe.ColorSafeUI

public class ColorSafeUI
extends java.lang.Object

ColorSafeUI class handles setting the overall LookAndFeel for ColorSafe 2008.

Since:
1.0

Constructor Summary
ColorSafeUI()
           
 
Method Summary
static void setController(Controller c)
          Sets this instance's com.woven_media.app.colorsafe.Controller object.
static void setUI()
          Setups the pluggable look and feel (PLAF) via the javax.swing.UIManager.
static void updateComponentUI(java.awt.Component c)
          Updates the ComponentTreeUI when this LookAndFeel changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorSafeUI

public ColorSafeUI()
Method Detail

setController

public static void setController(Controller c)
Sets this instance's com.woven_media.app.colorsafe.Controller object.

Parameters:
c - com.woven_media.app.colorsafe.Controller instance.
Since:
1.0

setUI

public static void setUI()
Setups the pluggable look and feel (PLAF) via the javax.swing.UIManager.

Since:
1.0
See Also:
UIManager

updateComponentUI

public static void updateComponentUI(java.awt.Component c)
Updates the ComponentTreeUI when this LookAndFeel changes.

Parameters:
c - java.awt.Component that requires updating its component UI tree.
See Also:
SwingUtilities