public class MultiColorBridgeFactory extends java.lang.Object implements ColorBridgeFactory
MultiUIBridge
, this factory can contain other
factories to fill up the new MultiUIBridge
.Constructor and Description |
---|
MultiColorBridgeFactory() |
Modifier and Type | Method and Description |
---|---|
MultiColorBridge |
create(ColorManager manager)
Creates a new bridge for
manager . |
void |
put(java.lang.String key,
ColorBridgeFactory bridge)
Sets the factory of a child of the
MultiUIBridge which will
be created by this factory. |
public void put(java.lang.String key, ColorBridgeFactory bridge)
MultiUIBridge
which will
be created by this factory.key
- the name of the childbridge
- the child or null
public MultiColorBridge create(ColorManager manager)
ColorBridgeFactory
manager
.create
in interface ColorBridgeFactory
manager
- the manager which will use the bridge