]
Rob Stryker updated JBIDE-18183:
--------------------------------
Fix Version/s: 4.2.0.CR1
Enhancement to custom jmx provider UI
-------------------------------------
Key: JBIDE-18183
URL:
https://issues.jboss.org/browse/JBIDE-18183
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: jmx
Affects Versions: 4.2.0.CR1
Reporter: Rob Stryker
Fix For: 4.2.0.CR1
Currently, each JMX provider has a UI mapped to it, and the UI assumes only 1 icon for
each provider.
Fuse Tools has several server types that behave identically, but require different icons.
This could be worked around by declaring 4 or 5 different providers, and accompanying xml
indicating different icons, but this is a lot of overhead and would make the code much
more complex.
A simpler solution is to allow an image provider to be part of the extension point. The
image provider could then pull the Image from the server type ui (declared in wtp's
api). This would also instantiate fewer images by re-using those already instantiated for
wtp.server.