]
Rob Stryker reassigned JBIDE-17626:
-----------------------------------
Assignee: Rob Stryker
provide extension points for customizing node name and icon in JMX
explorer
---------------------------------------------------------------------------
Key: JBIDE-17626
URL:
https://issues.jboss.org/browse/JBIDE-17626
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jmx
Affects Versions: 4.2.0.Beta3
Reporter: Lars Heinemann
Assignee: Rob Stryker
Labels: respin-a
Fix For: 4.2.0.CR1
Currently the whole naming and icon assignment is done in jmx.local plugin inside JBT. If
other projects want to provide own icons or names for nodes it is currently not possible.
We should also provide some priority mechanism if more than one plugin wants to customize
a node in the tree.
Tasks:
# provide an extension point for customizing the label of the process node
# provide an extension point for customizing the icon of the process node
# provide an extension point for customizing the tooltip of the process node
# have some priority logic to decide what plugin is actually customizing it if there is
more than one provider
# hand over the output of jps to determine the name, icon and tooltip