public class FlowNodeSkinLookupImpl extends Object implements FlowNodeSkinLookup
| Constructor and Description |
|---|
FlowNodeSkinLookupImpl(VFlow root) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionSkin<?> |
getById(SkinFactory skinFactory,
Connection c)
Returns the skin of the specified connection.
|
VNodeSkin |
getById(SkinFactory skinFactory,
String globalId)
Returns the skin of the specified node.
|
List<VNodeSkin> |
getById(String globalId)
Returns the element with the specified id.
|
public FlowNodeSkinLookupImpl(VFlow root)
public List<VNodeSkin> getById(String globalId)
Lookuppublic VNodeSkin getById(SkinFactory skinFactory, String globalId)
FlowNodeSkinLookupgetById in interface FlowNodeSkinLookupskinFactory - skin factory to searchglobalId - global id of the requested nodenull if no such
skin existspublic ConnectionSkin<?> getById(SkinFactory skinFactory, Connection c)
FlowNodeSkinLookupgetById in interface FlowNodeSkinLookupskinFactory - skin factory to searchc - global id of the requested nodenull if no
such skin exists