This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 210805 - Select class and specify interfaces to implement
Summary: Select class and specify interfaces to implement
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-06 10:14 UTC by Geertjan Wielenga
Modified: 2012-04-06 12:22 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Geertjan Wielenga 2012-04-06 10:14:48 UTC
In 7.2, it is possible to generate implementations from a selected interface declaration. 

But it would be great if a class declaration could be selected and then a hint would appear showing you all the interfaces in the application, or letting you browse through all the interfaces in the application, and then you can select which ones your class should implement.
Comment 1 Jan Lahoda 2012-04-06 10:26:00 UTC
What is the difference between this proposal and placing cursor behind the "implements" clause and pressing Ctrl-Space?

Anyway, does not sounds like a defect to me.
Comment 2 Geertjan Wielenga 2012-04-06 10:31:45 UTC
OK, I agree. That;s the same thing...