Skip to content

[Feature Request]: Add support for dynamically adding plugin tabs in workflow and pipeline graphs. #7385

Description

@nadment

What would you like to happen?

Add support for dynamically adding plugin tabs using the @GuiTab annotation in workflow and pipeline graphs.

Image

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

Metadata

Metadata

Assignees

No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions