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 26345 - Grouping events according to listener class
Summary: Grouping events according to listener class
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-07 15:17 UTC by skygo
Modified: 2005-10-06 15:24 UTC (History)
0 users

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 skygo 2002-08-07 15:17:51 UTC
It is normal coz one come from 
javax.swing.event.AncestorListener()
and the other
java.awt.event.HierarchyBoundsListener()

It would be great if event on event tab can be showed in 
tree like in wizard somthing like that.
Comment 1 Tomas Pavek 2002-08-07 15:24:07 UTC
You mean like in the connection wizard? I'm afraid there's not enough
space for another tree in Component Inspector. Moreover, I was told
people don't understand what the listener names mean...
Comment 2 skygo 2002-08-07 15:33:25 UTC
Sorry I think when using unsorted the event appears in a 
more semantic way I post this issue too fast

Mea culpa 
Comment 3 Tomas Pavek 2005-05-16 16:35:10 UTC
Reasonable requirement, howerver default should be alphabetical sort I think.

There is an issue with the current property sheet - it offers two options "Sort
by Category", which is the default, and "Sort by Name". The second is unusable
for form editor - it merges all property categories into one (under each tab).
So we need to provide the sorted list of events by default - have no option
(mode) to provide unsorted (in natural order based on listener membership).

We should at least file a RFE on property sheet for 4.2.