Class HopGuiPipelineContext

    • Method Detail

      • getSupportedActions

        public List<GuiAction> getSupportedActions()
        Create a list of supported actions on a pipeline. We'll add the creation of every possible transform as well as the modification of the pipeline itself.
        Specified by:
        getSupportedActions in interface IGuiContextHandler
        Returns:
        The list of supported actions
      • getPipelineMeta

        public PipelineMeta getPipelineMeta()
        Gets pipelineMeta
        Returns:
        value of pipelineMeta
      • setPipelineMeta

        public void setPipelineMeta​(PipelineMeta pipelineMeta)
        Parameters:
        pipelineMeta - The pipelineMeta to set
      • getPipelineGraph

        public HopGuiPipelineGraph getPipelineGraph()
        Gets pipelineGraph
        Returns:
        value of pipelineGraph
      • setPipelineGraph

        public void setPipelineGraph​(HopGuiPipelineGraph pipelineGraph)
        Parameters:
        pipelineGraph - The pipelineGraph to set
      • getClick

        public Point getClick()
        Gets click
        Returns:
        value of click
      • setClick

        public void setClick​(Point click)
        Parameters:
        click - The click to set