i am developing a plugin that calculates the class metrics of the selected java file. so, m using IWorkbenchWindowAction delegate to add the plugin button and menu option.
by selecting the java file, and clicking on the plugin button, i obtain the pathname of the selected file, and now i need to calculate the metrics over it.
suppose i have already calculated the metrics. now, i want to display them in tabular form.
what needs to be done ??? how can i display a table , and display it as soon as the plugin button is pressed (after calculating the metrics, ofcourse).. ??