JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
eu.mihosoft.vrl.workflow
Interface NodeFactory<T extends
VNode
,V extends
Skin
<T>>
Type Parameters:
T
- node type
V
- skin type
public interface
NodeFactory<T extends
VNode
,V extends
Skin
<T>>
Node factory.
Author:
Michael Hoffer <info@michaelhoffer.de>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
newNode
()
Creates a new node.
Method Detail
newNode
T
newNode()
Creates a new node.
Returns:
new node
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
2012-2016 (C) Michael Hoffer
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method