|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectColorSafe.ColorSafeUI
public class ColorSafeUI
ColorSafeUI class handles setting the overall LookAndFeel for
ColorSafe 2008
.
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 |
---|
public ColorSafeUI()
Method Detail |
---|
public static void setController(Controller c)
com.woven_media.app.colorsafe.Controller
object.
c
- com.woven_media.app.colorsafe.Controller
instance.public static void setUI()
javax.swing.UIManager
.
UIManager
public static void updateComponentUI(java.awt.Component c)
c
- java.awt.Component
that requires updating its component UI tree.SwingUtilities
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |