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

Summary: New methods get/puProperty at TreeObject class
Product: xml Reporter: _ lkramolis <lkramolis>
Component: TAX/LibAssignee: issues@xml <issues>
Status: RESOLVED INVALID    
Severity: blocker CC: pkuzel
Priority: P3 Keywords: API
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 26478, 20532    

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.