I haven't tried this myself but it looks like this may work when when your module starts up.
TabProps props = ProjectBrowser.getInstance().getTabProps(); props.addPanel(yourDiagramClass, yourPanel); Bob. On 6/21/06, Agustín Marín Ortega <[EMAIL PROTECTED]> wrote:
Hello, I'm trying to do dynamic properties panels from a external module. The name of the class is PropPanelMACMASRoleModelDiagram that extends PropPanelDiagram and implements PluggablePropertyPanel. I've modified my module manifest including: Name: org/argouml/uml/diagram/rolemodel/ui/PropPanelMACMASRoleModelDiagram.class Extension-name: module.propertypanel.rolemodel Specification-Title: ArgoUML Dynamic Load Module Specification-Version: 0.9.4 Specification-Vendor: University of California Implementation-Vendor: University of California Implementation-Version: 0.9.4 Implementation-Title: ArgoUML Loadable Module Tester, but I can't achieve that ArgoUML loads properly my property panel. What's the problem? How does ArgoUML load pluggeable property panels? Regards.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
