Class HopGuiWorkflowHopContext

    • Method Detail

      • getSupportedActions

        public List<GuiAction> getSupportedActions()
        Create a list of supported actions on a workflow note. These are picked up from the annotations, mostly in WorkflowGraph. Plugins can add actions as well.
        Specified by:
        getSupportedActions in interface IGuiContextHandler
        Returns:
        The list of supported actions
      • isGuiActionAvailable

        protected boolean isGuiActionAvailable​(GuiAction guiAction)
      • getWorkflowMeta

        public WorkflowMeta getWorkflowMeta()
        Gets workflowMeta
        Returns:
        value of workflowMeta
      • setWorkflowMeta

        public void setWorkflowMeta​(WorkflowMeta workflowMeta)
        Parameters:
        workflowMeta - The workflowMeta to set
      • getHopMeta

        public WorkflowHopMeta getHopMeta()
        Gets hopMeta
        Returns:
        value of hopMeta
      • setHopMeta

        public void setHopMeta​(WorkflowHopMeta hopMeta)
        Parameters:
        hopMeta - The hopMeta to set
      • getWorkflowGraph

        public HopGuiWorkflowGraph getWorkflowGraph()
        Gets pipelineGraph
        Returns:
        value of pipelineGraph
      • setWorkflowGraph

        public void setWorkflowGraph​(HopGuiWorkflowGraph workflowGraph)
        Parameters:
        workflowGraph - 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