| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow | |
| eu.mihosoft.vrl.workflow.skin |
| Modifier and Type | Method and Description |
|---|---|
ConnectionSkin<?> |
FlowNodeSkinLookupImpl.getById(SkinFactory skinFactory,
Connection c) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
ConnectionSkin |
ConnectionSkinFactory.createSkin(Connection c,
VFlow flow,
String type)
Creates a skin for the specified connection.
|
ConnectionSkin<?> |
FlowNodeSkinLookup.getById(SkinFactory skinFactory,
Connection c)
Returns the skin of the specified connection.
|