Class HopGuiPipelineGridDelegate
- java.lang.Object
-
- org.apache.hop.ui.hopgui.file.pipeline.delegates.HopGuiPipelineGridDelegate
-
@GuiPlugin(description="Pipeline Graph Grid Delegate") public class HopGuiPipelineGridDelegate extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringGUI_PLUGIN_TOOLBAR_PARENT_IDstatic StringTOOLBAR_ICON_SHOW_HIDE_INACTIVEstatic StringTOOLBAR_ICON_SHOW_HIDE_SELECTEDstatic longUPDATE_TIME_VIEW
-
Constructor Summary
Constructors Constructor Description HopGuiPipelineGridDelegate(HopGui hopGui, HopGuiPipelineGraph pipelineGraph)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPipelineGrid()Add a grid with the execution metrics per transform in a table viewstatic HopGuiPipelineGridDelegategetInstance()When a toolbar is hit it knows the class so it will come here to ask for the instance.org.eclipse.swt.custom.CTabItemgetPipelineGridTab()voidshowGridView()voidshowHideInactive()voidshowHideSelected()
-
-
-
Field Detail
-
GUI_PLUGIN_TOOLBAR_PARENT_ID
public static final String GUI_PLUGIN_TOOLBAR_PARENT_ID
- See Also:
- Constant Field Values
-
TOOLBAR_ICON_SHOW_HIDE_INACTIVE
public static final String TOOLBAR_ICON_SHOW_HIDE_INACTIVE
- See Also:
- Constant Field Values
-
TOOLBAR_ICON_SHOW_HIDE_SELECTED
public static final String TOOLBAR_ICON_SHOW_HIDE_SELECTED
- See Also:
- Constant Field Values
-
UPDATE_TIME_VIEW
public static final long UPDATE_TIME_VIEW
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HopGuiPipelineGridDelegate
public HopGuiPipelineGridDelegate(HopGui hopGui, HopGuiPipelineGraph pipelineGraph)
- Parameters:
hopGui-pipelineGraph-
-
-
Method Detail
-
showGridView
public void showGridView()
-
addPipelineGrid
public void addPipelineGrid()
Add a grid with the execution metrics per transform in a table view
-
getInstance
public static HopGuiPipelineGridDelegate getInstance()
When a toolbar is hit it knows the class so it will come here to ask for the instance.- Returns:
- The active instance of this class
-
showHideInactive
@GuiToolbarElement(root="HopGuiWorkflowGridDelegate-ToolBar", id="ToolbarIcon-10000-ShowHideInactive", toolTip="i18n:org.apache.hop.ui.hopgui:PipelineLog.Button.ShowOnlyActiveTransforms", image="ui/images/show.svg") public void showHideInactive()
-
showHideSelected
@GuiToolbarElement(root="HopGuiWorkflowGridDelegate-ToolBar", id="ToolbarIcon-10010-ShowHideSelected", toolTip="i18n:org.apache.hop.ui.hopgui:PipelineLog.Button.ShowOnlySelectedTransforms", image="ui/images/show-all.svg") public void showHideSelected()
-
getPipelineGridTab
public org.eclipse.swt.custom.CTabItem getPipelineGridTab()
-
-