Reputation: 151
2 years ago I used some trick with Eclipse UI and now can not remember, how it is done. You place cursor on some element of UI (resource, button, dialog, wizard window, etc.) and press some key combination. A window appears. This window contains short information about this element (java class and something else). What is this key combination? I have looked for it in Preferences -> Keys and could not find anything.
Upvotes: 0
Views: 57
Reputation: 111142
To see details of what implements an Eclipse component you use Eclipse Plug-in Spy.
The key for this is Alt+Shift+F1
Upvotes: 2
Reputation: 348
Try using F2 (Open class, method, or variable information (tooltip text)) or F3 (Go to a type declaration).
Upvotes: 0