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 17861 - New methods get/puProperty at TreeObject class
Summary: New methods get/puProperty at TreeObject class
Status: RESOLVED INVALID
Alias: None
Product: xml
Classification: Unclassified
Component: TAX/Lib (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords: API
Depends on:
Blocks: 26478 20532
  Show dependency tree
 
Reported: 2001-11-20 10:07 UTC by _ lkramolis
Modified: 2008-12-05 17:28 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ lkramolis 2001-11-20 10:07:34 UTC
Add methods 'Object getPropety (Object key)' and 'void putProperty (Object key,
Object value)' to TreeObject class.

Be inspired by JComponent::get/putClientProperty
[http://java.sun.com/j2se/1.3/docs/api/javax/swing/JComponent.html#getClientProperty(java.lang.Object)]

Q: Parameter 'key' is Object or String? Advantages, disadvantages?
Comment 1 Jan Chalupa 2001-11-27 17:39:13 UTC
Target milestone -> 3.3.1.
Comment 2 Jan Chalupa 2001-11-27 17:42:46 UTC
Target milestone -> 3.3.1.
Comment 3 _ pkuzel 2002-06-03 12:27:14 UTC
Let these are considered while planning next release.
Comment 4 Marek Grummich 2002-07-19 16:50:03 UTC
Target milestone was changed from not determined to TBD
Comment 5 _ pkuzel 2002-08-13 20:09:19 UTC
I think that we concluded that these are not 
needed if model will guarantee element's 
identity. 
 
Then any client can use its private map 
instead of public map represented bay 
get/setProperty() methods. 
Comment 6 Samaresh Panda 2008-12-05 17:28:38 UTC
Lost task, marking as INVALID as there is no interest in tax any more.