| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow | |
| eu.mihosoft.vrl.workflow.skin |
| 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(SkinFactory... skinFactories)
Adds the specified skin factories to this flow controller.
|
ConnectionSkin<?> |
FlowNodeSkinLookupImpl.getById(SkinFactory skinFactory,
Connection c) |
VNodeSkin |
FlowNodeSkinLookupImpl.getById(SkinFactory skinFactory,
String globalId) |
static VFlow |
FlowFactory.newFlow(SkinFactory<? extends ConnectionSkin,? extends VNodeSkin> skinFactory)
Creates a new instance of a flow and specify its skin
|
void |
VFlow.removeSkinFactories(SkinFactory<? extends ConnectionSkin,? extends VNodeSkin>... skinFactories)
Removes the specified skin factories from this flow controller.
|
void |
VFlow.setSkinFactories(SkinFactory... skinFactories)
Defines the skin factories for 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.
|
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 |
|---|---|
SkinFactory<T,V> |
SkinFactory.createChild(Skin parent)
Creates a child skin factory.
|
SkinFactory<T,V> |
SkinFactory.getParent()
Returns the parent skin factory.
|
SkinFactory |
Skin.getSkinFactory()
Returns the skin factory that created this skin.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionSkin<?> |
FlowNodeSkinLookup.getById(SkinFactory skinFactory,
Connection c)
Returns the skin of the specified connection.
|
VNodeSkin |
FlowNodeSkinLookup.getById(SkinFactory skinFactory,
String globalId)
Returns the skin of the specified node.
|