@ClientOnly public interface CColorBridgeExtension
CDockTheme to add additional ColorBridges.| Modifier and Type | Field and Description |
|---|---|
static Path |
EXTENSION_NAME
The name of this extension.
|
static 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. an extension that modifies the colors
of a tab would return
TabColor.KIND_TAB_COLOR. |
static final Path EXTENSION_NAME
static final String PARAMETER_NAME
CDockTheme that uses this factoryPath getKey()
TabColor.KIND_TAB_COLOR.nullCColorBridge create(CControl control, ColorManager manager)
manager.control - the control in whose realm the bridge will be usedmanager - the manager which will use the bridgeCopyright © 2018. All rights reserved.