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 |
---|
BorderColor() |
BorderColor(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
protected void |
changed(java.awt.Color oldValue,
java.awt.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 BorderColor(java.lang.String id)
public BorderColor()
protected void changed(java.awt.Color oldValue, java.awt.Color newValue)
AbstractUIValue
AbstractDockColor
has changedchanged
in class AbstractUIValue<java.awt.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