Interface CColorBridgeExtension
This extension is used by a
CDockTheme to add additional ColorBridges.- Author:
- Benjamin Sigg
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PathThe name of this extension.static final StringThe name of the parameter that links to theCDockThemethat uses this factory -
Method Summary
Modifier and TypeMethodDescriptioncreate(CControl control, ColorManager manager) Creates a new bridge formanager.getKey()Gets the name of the bridge, e.g.
-
Field Details
-
EXTENSION_NAME
The name of this extension. -
PARAMETER_NAME
The name of the parameter that links to theCDockThemethat uses this factory- See Also:
-
-
Method Details
-
getKey
Path getKey()Gets the name of the bridge, e.g. an extension that modifies the colors of a tab would returnTabColor.KIND_TAB_COLOR.- Returns:
- the name, not
null
-
create
Creates a new bridge formanager.- Parameters:
control- the control in whose realm the bridge will be usedmanager- the manager which will use the bridge- Returns:
- the new bridge
-