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 37951 - Change "Customize Bean" item
Summary: Change "Customize Bean" item
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks: 37943
  Show dependency tree
 
Reported: 2003-12-10 00:59 UTC by David-john Burrowes
Modified: 2004-08-13 12:10 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 David-john Burrowes 2003-12-10 00:59:30 UTC
Issue 37943 points out that the "customize" term
is used very inconsistently in the IDE, and it
would benefit our users if we could replace these
uses with more consistent IDE idioms.

Java classes have a "Customize Bean" item on their
nodes.  As far as I can tell, this displays a
dialog where the user can set up initial values
for the beans' properties and then create a
serialized version of the instance of the class.
This is really useful functionality, but I don't
think this is the right menu item label for this. 
A better term might be something like "New
Serialized Instance..." which then displays the
existing dialog.

For terminology details: the term Customize in the
JavaBeans spec refers to changing the properties
of an existing instance.  As such, the menu item
"Customize Bean" is probably appropriate on the
contextual menu for a serialized bean, but not on
the class of the instance.  (despite issue 37943 I
don't think the "Customize Bean" menu item should
be changed on .ser files since this is a standard
JavaBeans(tm) term.)
Comment 1 _ rkubacki 2004-05-14 13:46:24 UTC
the customize bean action is removed