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 67199

Summary: Allow to select overriden methods by checkbox
Product: java Reporter: Milan Kubec <mkubec>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Milan Kubec 2005-10-20 13:46:27 UTC
[release50]

Dialog opened by Ctrl+I for java source file shows tree of methods that can be
implemented or overriden. User is able to select more methods only by using both
hands using keys Ctrl and/or Shift. Easier way would be to have checkbox next to
each method and select methods by checking those checkboxes. The current way is
not very good e.g. when user wants to select more methods in long list or if
user holds Shift instead of Ctrl by mistake.
Comment 1 Milan Kubec 2005-10-20 15:13:10 UTC
Moreover current way of selecting items in the list is almost impossible to use
without mouse.
Comment 2 Jiri Prox 2007-09-08 13:32:11 UTC
This dialog was replaced by Insert Code -> Override Method, where are used checkboxes for selecting methods
Comment 3 Quality Engineering 2007-09-20 12:05:21 UTC
Reorganization of java component