protected class DefaultScreenDockWindowBorder.BorderColor extends AbstractDockColor implements ScreenDockWindowColor
DockColor
representing a color used by this border.KIND_SCREEN_WINDOW_COLOR
KIND_DOCK_COLOR
Constructor and Description |
---|
DefaultScreenDockWindowBorder.BorderColor() |
DefaultScreenDockWindowBorder.BorderColor(String id) |
Modifier and Type | Method and Description |
---|---|
protected void |
changed(Color oldValue,
Color newValue)
Called when the resource of this
AbstractDockColor has changed |
ScreenDockWindow |
getWindow()
Gets the window for which this color is used.
|
color, connect, me
getBackup, getId, getKind, getValue, set, setBackup, setId, setKind, setManager, setValue, setValue, update, value
public DefaultScreenDockWindowBorder.BorderColor(String id)
public DefaultScreenDockWindowBorder.BorderColor()
protected void changed(Color oldValue, Color newValue)
AbstractUIValue
AbstractDockColor
has changedchanged
in class AbstractUIValue<Color,DockColor>
oldValue
- the old value, can be null
newValue
- the new value, can be null
public ScreenDockWindow getWindow()
ScreenDockWindowColor
getWindow
in interface ScreenDockWindowColor
null