CSM2024x Specification panel customization

Hi,

 

I am working on a plugin for Cameo Systems Modeler 2024x Refresh2 and I’m trying to add a custom pane inside the right-side Specification / Properties area (the panel that contains tabs like Properties, Documentation).

 

My goal is to have an additional tab that hosts a Swing component (ideally embedding a browser such as JxBrowser) so I can render a web application based on the currently selected model element.

 

I have explored several extension points (ProjectWindows, Dockable windows, ISpecificationNodeConfigurator, etc.), but they don’t seem to actually get me to a possible solution

 

Has anyone successfully:
• added a new tab/page to the Specification panel or
• embedded a custom UI/web view bound to the selected element context?

 

If yes, could you point me to the correct extension mechanism or API (or a minimal example)?

 

Thanks!