SWT Inspector is an Eclipse plugin developer tool used to inspect all the child controls under a SWT Shell Window. As you might know Mozilla/Firefox has DOM Inspector. Like DOM Inspector, SWT Inspector displays the control hierarchy in Tree view in the sidebar view.



Sometimes the plug-in developers have had hard time to find out where to debug in the UI code… SWT Inspector resolves the issue, and help the plug-in developers.



Features:

SWT Inspector displays all the SWT controls in Tree view.

When double-clicking a widget in SWT Inspector, the actual widget blinks in red.

Info property page displays just like what SWT Spy displays.

Event Listener property page displays all the event Listeners added to the selected widget.



Hiroyuki Okamoto is the author. Niklas Heidloff only the committer.