Bug 191966 - [reorg] Drag and drop type in hierarchy view
Summary: [reorg] Drag and drop type in hierarchy view
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-11 10:14 EDT by Benno Baumgartner CLA
Modified: 2007-06-11 10:14 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benno Baumgartner CLA 2007-06-11 10:14:24 EDT
I20070608-1718

It should be possible to drag a type in the hierarchy view and drop it onto another type. After the drop the drop target is the supertype of the drop source.

This would be something like a push down, pull up of a type.

Reason: I have several types which do inherit from a base type, now I want a subset of this types been subtypes of one of the remaining types:

A extends Supi
B extends Supi
C extends Supi
->
A extends Supi
B extends A
C extends A