public abstract class DockableSelectionColor extends AbstractDockColor
DockableSelection
.Modifier and Type | Field and Description |
---|---|
static Path |
KIND_DOCKABLE_SELECTION_COLOR
the kind of color
DockableSelectionColor is |
KIND_DOCK_COLOR
Constructor and Description |
---|
DockableSelectionColor(DockableSelection selection,
String id,
Color backup)
Creates a new
DockColor . |
DockableSelectionColor(DockableSelection selection,
String id,
Path kind,
Color backup)
Creates a new
DockColor . |
Modifier and Type | Method and Description |
---|---|
DockableSelection |
getSelection()
Gets the selection that uses this color.
|
color, connect, me
changed, getBackup, getId, getKind, getValue, set, setBackup, setId, setKind, setManager, setValue, setValue, update, value
public static final Path KIND_DOCKABLE_SELECTION_COLOR
DockableSelectionColor
ispublic DockableSelectionColor(DockableSelection selection, String id, Path kind, Color backup)
DockColor
.selection
- the owner of this colorid
- the id of this colorkind
- the kind of color this isbackup
- the backup color if nothing is availablepublic DockableSelectionColor(DockableSelection selection, String id, Color backup)
DockColor
.selection
- the owner of this colorid
- the id of this colorbackup
- the backup color if nothing is availablepublic DockableSelection getSelection()