Jeff Mesnil’s Weblog

Archive for February, 2007

Add a filter to a TreeViewer

Monday, February 26th, 2007

In eclipse-jmx, a plug-in to manage Java applications through JMX, I have a view which displays registered MBeans using a TreeViewer. Since there can be many MBeans to display (e.g. more than 200 just for Tomcat), it is tedious to navigate in the Tree by expanding many nodes before finding the MBeans I want to manage. To […]