public abstract class TitleColor extends AbstractDockColor
DockTitle.| Modifier and Type | Field and Description |
|---|---|
static Path |
KIND_FLAP_BUTTON_COLOR
special kind of color for buttons on the
FlapDockStation |
static Path |
KIND_TITLE_COLOR
the kind of color
TitleColor is |
KIND_DOCK_COLOR| Constructor and Description |
|---|
TitleColor(String id,
DockTitle title,
Color backup)
Creates a new
TitleColor. |
TitleColor(String id,
Path kind,
DockTitle title,
Color backup)
Creates a new
TitleColor. |
| Modifier and Type | Method and Description |
|---|---|
DockTitle |
getTitle()
Gets the title which uses this color.
|
color, connect, mechanged, getBackup, getId, getKind, getValue, set, setBackup, setId, setKind, setManager, setValue, setValue, update, valuepublic static final Path KIND_TITLE_COLOR
TitleColor ispublic static final Path KIND_FLAP_BUTTON_COLOR
FlapDockStationpublic TitleColor(String id, Path kind, DockTitle title, Color backup)
TitleColor.id - the id of the colorkind - the kind of the color, can be nulltitle - the title which uses this colorbackup - a backup, can be nullpublic TitleColor(String id, DockTitle title, Color backup)
TitleColor.id - the id of the colortitle - the title which uses this colorbackup - a backup, can be nullpublic DockTitle getTitle()
Copyright © 2017 Docking Frames. All rights reserved.