Class HopGuiWorkflowNoteContext
- java.lang.Object
-
- org.apache.hop.ui.hopgui.context.BaseGuiContextHandler
-
- org.apache.hop.ui.hopgui.file.workflow.context.HopGuiWorkflowNoteContext
-
- All Implemented Interfaces:
IGuiContextHandler
public class HopGuiWorkflowNoteContext extends BaseGuiContextHandler implements IGuiContextHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXT_ID
-
Constructor Summary
Constructors Constructor Description HopGuiWorkflowNoteContext(WorkflowMeta workflowMeta, NotePadMeta notePadMeta, HopGuiWorkflowGraph workflowGraph, Point click)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointgetClick()Gets clickStringgetContextId()NotePadMetagetNotePadMeta()Gets notePadMetaList<GuiAction>getSupportedActions()Create a list of supported actions on a workflow note.HopGuiWorkflowGraphgetWorkflowGraph()Gets pipelineGraphWorkflowMetagetWorkflowMeta()Gets workflowMetavoidsetClick(Point click)voidsetNotePadMeta(NotePadMeta notePadMeta)voidsetWorkflowGraph(HopGuiWorkflowGraph workflowGraph)voidsetWorkflowMeta(WorkflowMeta workflowMeta)-
Methods inherited from class org.apache.hop.ui.hopgui.context.BaseGuiContextHandler
evaluateActionFilter, findClassLoader, getFilterMethod, getFilterObject, getPluginActions
-
-
-
-
Field Detail
-
CONTEXT_ID
public static final String CONTEXT_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HopGuiWorkflowNoteContext
public HopGuiWorkflowNoteContext(WorkflowMeta workflowMeta, NotePadMeta notePadMeta, HopGuiWorkflowGraph workflowGraph, Point click)
-
-
Method Detail
-
getContextId
public String getContextId()
- Specified by:
getContextIdin interfaceIGuiContextHandler- Specified by:
getContextIdin classBaseGuiContextHandler- Returns:
- The name of the context handler
-
getSupportedActions
public List<GuiAction> getSupportedActions()
Create a list of supported actions on a workflow note.- Specified by:
getSupportedActionsin interfaceIGuiContextHandler- Returns:
- The list of supported actions
-
getWorkflowMeta
public WorkflowMeta getWorkflowMeta()
Gets workflowMeta- Returns:
- value of workflowMeta
-
setWorkflowMeta
public void setWorkflowMeta(WorkflowMeta workflowMeta)
- Parameters:
workflowMeta- The workflowMeta to set
-
getNotePadMeta
public NotePadMeta getNotePadMeta()
Gets notePadMeta- Returns:
- value of notePadMeta
-
setNotePadMeta
public void setNotePadMeta(NotePadMeta notePadMeta)
- Parameters:
notePadMeta- The notePadMeta 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
-
-