|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object util.settings.Property util.settings.ColorProperty
public final class ColorProperty
This Property stores a Color
Constructor Summary | |
---|---|
ColorProperty(PropertyManager manager,
java.lang.String key,
java.awt.Color defaultvalue)
Creates the Color |
Method Summary | |
---|---|
protected void |
clearCache()
|
java.awt.Color |
getColor()
Returns the Color in this Property |
java.awt.Color |
getDefaultColor()
Returns the standard color in this Property |
void |
setColor(java.awt.Color color)
Sets the Color in this Property |
Methods inherited from class util.settings.Property |
---|
addChangeListener, fireChangeEvent, getKey, getProperty, removeChangeListener, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorProperty(PropertyManager manager, java.lang.String key, java.awt.Color defaultvalue)
manager
- the Manager for this Propertykey
- the Keydefaultvalue
- the Default ColorMethod Detail |
---|
public java.awt.Color getDefaultColor()
public java.awt.Color getColor()
public void setColor(java.awt.Color color)
color
- Colorprotected void clearCache()
clearCache
in class Property
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |