Package org.minifx.workbench.nodes
Class CreatoreBasedNodeFactory
- java.lang.Object
-
- org.minifx.workbench.nodes.CreatoreBasedNodeFactory
-
- All Implemented Interfaces:
FxNodeFactory
public class CreatoreBasedNodeFactory extends java.lang.Object implements FxNodeFactory
-
-
Constructor Summary
Constructors Constructor Description CreatoreBasedNodeFactory(java.util.List<FxNodeCreator> creators)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javafx.scene.Node
fxNodeFrom(java.lang.Object object)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.minifx.workbench.nodes.FxNodeFactory
fxNodesFrom
-
-
-
-
Constructor Detail
-
CreatoreBasedNodeFactory
public CreatoreBasedNodeFactory(java.util.List<FxNodeCreator> creators)
-
-
Method Detail
-
fxNodeFrom
public javafx.scene.Node fxNodeFrom(java.lang.Object object)
- Specified by:
fxNodeFrom
in interfaceFxNodeFactory
-
-