Class PipelineController


  • @ParametrizedController(url="Pipeline.fxml")
    public final class PipelineController
    extends java.lang.Object
    A JavaFX controller for the pipeline. This controller renders a list of steps.
    • Constructor Detail

      • PipelineController

        public PipelineController()
    • Method Detail

      • initialize

        public void initialize()
                        throws java.lang.Exception
        Add initial views for the stuff in the pipeline at the time this controller is created.
        Throws:
        java.lang.Exception
      • getSources

        public java.util.Collection<SourceController> getSources()
        An unmodifiable list of SourceController corresponding to all of the sources in the pipeline.
      • getConnections

        public java.util.Collection<ConnectionView> getConnections()
        An unmodifiable list of the ConnectionViews corresponding to all of the connections in the pipeline.