Drawing Hands by M.C. Escher (1948)

Jeff Mesnil

Archive for February 26th, 2007


Add a filter to a TreeViewer

On February 26th, 2007 in eclipse, java, jmx (3 Comments »)

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 make it more usable, I wanted to add a filter text to the view to show only the MBeans which are interesting to me. (more…)