Class InputSocketController<T>

    • Method Detail

      • initialize

        protected void initialize()
      • getSocket

        public Socket<T> getSocket()
      • getHandle

        public SocketHandleView getHandle()
        Returns:
        The handle view for this.
      • getContent

        public javafx.scene.Node getContent()
      • setContent

        protected void setContent​(javafx.scene.Node node)
      • getIdentifier

        protected javafx.scene.control.Label getIdentifier()
      • getRoot

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