public abstract class DisplayerColor extends AbstractDockColor
DockableDisplayer.| Modifier and Type | Field and Description |
|---|---|
static Path |
KIND_DISPLAYER_COLOR
the kind of color
DisplayerColor is |
KIND_DOCK_COLOR| Constructor and Description |
|---|
DisplayerColor(String id,
DockableDisplayer displayer,
Color backup)
Creates a new
DisplayerColor |
DisplayerColor(String id,
Path kind,
DockableDisplayer displayer,
Color backup)
Creates a new
DisplayerColor |
| Modifier and Type | Method and Description |
|---|---|
DockableDisplayer |
getDisplayer()
Gets the element for which this color is used.
|
color, connect, mechanged, getBackup, getId, getKind, getValue, set, setBackup, setId, setKind, setManager, setValue, setValue, update, valuepublic static final Path KIND_DISPLAYER_COLOR
DisplayerColor ispublic DisplayerColor(String id, Path kind, DockableDisplayer displayer, Color backup)
DisplayerColorid - the identifier of the colorkind - which kind of color this isdisplayer - the element for which the color is usedbackup - a backup colorpublic DisplayerColor(String id, DockableDisplayer displayer, Color backup)
DisplayerColorid - the identifier of the colordisplayer - the element for which the color is usedbackup - a backup colorpublic DockableDisplayer getDisplayer()
Copyright © 2017 Docking Frames. All rights reserved.