Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 154661

Summary: [type wizards] Simplify creating a subclass
Product: [Eclipse Project] JDT Reporter: Tomasz Pik <tompik>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Tomasz Pik CLA 2006-08-22 04:03:33 EDT
It will be very nice to have New->Sub Class/Interface option in PackageExplorer context menu on java files.
Comment 1 Martin Aeschlimann CLA 2006-08-22 10:27:23 EDT
The way to do this is to select the type to subclass (Important: the type, not the .java or .class file) and invoke the new class/interface/.. wizard from the toolbar or from the context menu. This open the new type wizard and prefills the superclass or super-interface field.

No plans for additional new wizard actions.
Comment 2 Tomasz Pik CLA 2006-08-22 12:07:16 EDT
Thank you, I didn't know about that way, works perfectly.