twschiller / cupid

Information Mash-up and Visualization Plug-in for Eclipse
Eclipse Public License 1.0
1 stars 0 forks source link

Add type hierarchy support to wizards #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Allow users to easily explore the type hierarchy in the extract capability, 
script, and mapping wizards. In many cases, the user would like to select a 
super type of the type that they clicked on.

Original issue reported on code.google.com by Todd.Sch...@gmail.com on 31 Jan 2013 at 8:49

GoogleCodeExporter commented 9 years ago

Original comment by Todd.Sch...@gmail.com on 31 Jan 2013 at 10:15

GoogleCodeExporter commented 9 years ago
The class is 
org.eclipse.jdt.internal.ui.typehierarchy.HierarchyInformationControl, but I 
can't figure out how to use it (plus, we probably shouldn't since it's 
internal).

Original comment by Todd.Sch...@gmail.com on 1 Feb 2013 at 12:16

GoogleCodeExporter commented 9 years ago
We show the supertypes (and compatible types), though it's not using the 
hierarchy view.

Original comment by Todd.Sch...@gmail.com on 11 Aug 2013 at 11:58