Class OutputSocketController

  • All Implemented Interfaces:
    Controller

    @ParametrizedController(url="OutputSocket.fxml")
    public class OutputSocketController
    extends java.lang.Object
    implements Controller
    A JavaFX control that renders an OutputSocket that is the output of a step. It shows a label with the identifier of the output, as well as a handle for connections to other sockets, and some buttons to configure what do to with the output.
    • Method Detail

      • initialize

        protected void initialize()
      • getSocket

        public Socket<?> getSocket()
      • getRoot

        public javafx.scene.Node getRoot()
        Specified by:
        getRoot in interface Controller
        Returns:
        The root node of the controller.