What would you like to happen?
Add support for dynamically adding plugin tabs using the @GuiTab annotation in workflow and pipeline graphs.
The class that uses this feature must have a constructor with the following parameters:
WorkflowXXXDelegate(HopGui hopGui, HopGuiWorkflowGraph workflowGraph)
and annotate a method
@GuiTab(
id = “XXX-tab”,
parentId = HopGuiWorkflowGraph.WORKFLOW_GRAPH_TABS,
description = “Workflow XXX tab”)
public CTabItem addXXXTab(CTabFolder tabFolder) {
}
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui
What would you like to happen?
Add support for dynamically adding plugin tabs using the
@GuiTabannotation in workflow and pipeline graphs.The class that uses this feature must have a constructor with the following parameters:
WorkflowXXXDelegate(HopGui hopGui, HopGuiWorkflowGraph workflowGraph)and annotate a method
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui