Interface ValueInput

    • Method Detail

      • getNode

        javafx.scene.Node getNode()
        Obtains the Node for the input.
        Returns:
        Node for the input.
      • activate

        default void activate()

        Invoked once Node is connected to the Scene.

        This allows Scene based activation of the Node (e.g. configuring a style sheet).

      • reload

        default void reload()
        Invoked on reload of Builder. This allows hooking in to changing view on reload.