nadment opened a new issue, #7385:
URL: https://github.com/apache/hop/issues/7385
### 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
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]