public class MultiColorBridgeFactory extends 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(String key,
ColorBridgeFactory bridge)
Sets the factory of a child of the
MultiUIBridge which will
be created by this factory. |
public void put(String key, ColorBridgeFactory bridge)
MultiUIBridge which will
be created by this factory.key - the name of the childbridge - the child or nullpublic MultiColorBridge create(ColorManager manager)
ColorBridgeFactorymanager.create in interface ColorBridgeFactorymanager - the manager which will use the bridgeCopyright © 2017 Docking Frames. All rights reserved.