| Summary: | [type wizards] Simplify creating a subclass | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Tomasz Pik <tompik> |
| Component: | UI | Assignee: | 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
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. Thank you, I didn't know about that way, works perfectly. |