public interface ColorScheme extends UIScheme<Color,DockColor,ColorBridge>
ColorScheme
is a collection of colors and bridges.Modifier and Type | Field and Description |
---|---|
static String |
COLOR_SCHEME_PARAMETER
A parameter linking to the
ColorScheme that requests this extension. |
static Path |
EXTENSION_NAME
The name used in a
ExtensionName to ask for an additional ColorScheme . |
addListener, getBridge, getResource, install, removeListener, uninstall
static final Path EXTENSION_NAME
ExtensionName
to ask for an additional ColorScheme
. The
additional ColorScheme
s will be applied after the standard scheme was applied. This
means that any setting of the base ColorScheme
is overridden, including those settings
made by the user. Extensions should provide a mechanism such that the user can change
the extension-colors.static final String COLOR_SCHEME_PARAMETER
ColorScheme
that requests this extension.