java - Make a table appear automatically in an Eclipse plugin -


how make table appear automatically in eclipse plugin?

i developing eclipse plugin , created option in plugin provides me table on "view". however, every time when want see table, have process:

window -> show view -> other -> table

doing process not user friendly. there way make table appear automatically when click option button , refreshes every time when click it.


Comments