| These
and more questions are answered using Eclipse Spy plugin. This plugin
opens a view showing a tree with the selected objects in the workbench
(the view, the item selected in the view, the editor part, the workbench,
etc.) showing the classes used in each item, and you can explore
the fields and methods values to go deeper and deeper.
All
values are displayed "on the fly". What you are doing
is what you are seeing in the tree. The you can examine each element
in the workbench to develop your plugin more easier
Installation:
Unzip the file in your Eclipse folder and restart Eclipse using
"-clean" command line parameter.
Download
latest version here (Eclipse 3.1.x)
|