Class ClassBuilderImpl.ClassValueInput
- java.lang.Object
-
- net.officefloor.gef.configurer.internal.inputs.ClassBuilderImpl.ClassValueInput
-
- All Implemented Interfaces:
ValueInput
- Enclosing class:
- ClassBuilderImpl<M>
public static class ClassBuilderImpl.ClassValueInput extends java.lang.Object implements ValueInput
Class
ValueInput
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javafx.scene.Node
getNode()
Obtains theNode
for the input.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.officefloor.gef.configurer.internal.ValueInput
activate, reload
-
-
-
-
Method Detail
-
getNode
public javafx.scene.Node getNode()
Description copied from interface:ValueInput
Obtains theNode
for the input.- Specified by:
getNode
in interfaceValueInput
- Returns:
Node
for the input.
-
-