Class OperationController

  • All Implemented Interfaces:
    Controller

    @ParametrizedController(url="Operation.fxml")
    public class OperationController
    extends java.lang.Object
    implements Controller
    A JavaFX control that renders information about an Operation. This is used in the palette view to present the user with information on the various operations to choose from.
    • Method Detail

      • initialize

        protected void initialize()
      • addStep

        public void addStep()
      • getRoot

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