@ClientOnly public interface CColorBridgeExtension
CDockTheme
to add additional ColorBridge
s.Modifier and Type | Field and Description |
---|---|
static Path |
EXTENSION_NAME
The name of this extension.
|
static java.lang.String |
PARAMETER_NAME
The name of the parameter that links to the
CDockTheme that uses this factory |
Modifier and Type | Method and Description |
---|---|
CColorBridge |
create(CControl control,
ColorManager manager)
Creates a new bridge for
manager . |
Path |
getKey()
Gets the name of the bridge, e.g.
|
static final Path EXTENSION_NAME
static final java.lang.String PARAMETER_NAME
CDockTheme
that uses this factoryPath getKey()
TabColor.KIND_TAB_COLOR
.null
CColorBridge create(CControl control, ColorManager manager)
manager
.control
- the control in whose realm the bridge will be usedmanager
- the manager which will use the bridge