Interface ValueInput
-
- All Known Subinterfaces:
ChoiceValueInput<M>
- All Known Implementing Classes:
ClassBuilderImpl.ClassValueInput
,ResourceBuilderImpl.ResourceValueInput
public interface ValueInput
Value input.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
activate()
Invoked onceNode
is connected to theScene
.javafx.scene.Node
getNode()
Obtains theNode
for the input.
-