Class HopGuiPipelineNoteContext
- java.lang.Object
-
- org.apache.hop.ui.hopgui.context.BaseGuiContextHandler
-
- org.apache.hop.ui.hopgui.file.pipeline.context.HopGuiPipelineNoteContext
-
- All Implemented Interfaces:
IGuiContextHandler
public class HopGuiPipelineNoteContext extends BaseGuiContextHandler implements IGuiContextHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXT_ID
-
Constructor Summary
Constructors Constructor Description HopGuiPipelineNoteContext(PipelineMeta pipelineMeta, NotePadMeta notePadMeta, HopGuiPipelineGraph pipelineGraph, Point click)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointgetClick()Gets clickStringgetContextId()NotePadMetagetNotePadMeta()Gets notePadMetaHopGuiPipelineGraphgetPipelineGraph()Gets pipelineGraphPipelineMetagetPipelineMeta()Gets pipelineMetaList<GuiAction>getSupportedActions()Create a list of supported actions on a pipeline.voidsetClick(Point click)voidsetNotePadMeta(NotePadMeta notePadMeta)voidsetPipelineGraph(HopGuiPipelineGraph pipelineGraph)voidsetPipelineMeta(PipelineMeta pipelineMeta)-
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
-
HopGuiPipelineNoteContext
public HopGuiPipelineNoteContext(PipelineMeta pipelineMeta, NotePadMeta notePadMeta, HopGuiPipelineGraph pipelineGraph, 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 pipeline. We'll add the creation of every possible transform as well as the modification of the pipeline itself.- Specified by:
getSupportedActionsin interfaceIGuiContextHandler- 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
-
getNotePadMeta
public NotePadMeta getNotePadMeta()
Gets notePadMeta- Returns:
- value of notePadMeta
-
setNotePadMeta
public void setNotePadMeta(NotePadMeta notePadMeta)
- Parameters:
notePadMeta- The notePadMeta 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
-
-