| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow | |
| eu.mihosoft.vrl.workflow.skin |
| Modifier and Type | Method and Description |
|---|---|
VNodeSkin |
FlowNodeSkinLookupImpl.getById(SkinFactory skinFactory,
String globalId) |
| Modifier and Type | Method and Description |
|---|---|
List<VNodeSkin> |
FlowNodeSkinLookupImpl.getById(String globalId) |
List<VNodeSkin> |
VFlow.getNodeSkinsById(String id) |
Collection<SkinFactory<? extends ConnectionSkin,? extends VNodeSkin>> |
VFlow.getSkinFactories()
Returns the skin factories that are used by this flow controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VFlow.addSkinFactories(Collection<SkinFactory<? extends ConnectionSkin,? extends VNodeSkin>> skinFactories)
Adds the specified skin factories to this flow controller.
|
static VFlow |
FlowFactory.newFlow(SkinFactory<? extends ConnectionSkin,? extends VNodeSkin> skinFactory)
Creates a new instance of a flow and specify its skin
|
void |
VFlow.removeSkinFactories(Collection<SkinFactory<? extends ConnectionSkin,? extends VNodeSkin>> skinFactories)
Removes the specified skin factories from this flow controller.
|
void |
VFlow.setSkinFactories(Collection<SkinFactory<? extends ConnectionSkin,? extends VNodeSkin>> skinFactories)
Defines the skin factories for this flow controller.
|
| Modifier and Type | Method and Description |
|---|---|
VNodeSkin |
VNodeSkinFactory.createSkin(VNode n,
VFlow controller)
Creates a node skin.
|
VNodeSkin |
FlowNodeSkinLookup.getById(SkinFactory skinFactory,
String globalId)
Returns the skin of the specified node.
|