Thu, 05 Jun 2003 09:08:58 +0000OrderedSlotCollection returned in case of ordered multivalued index BLD200306060100
dprusa@netbeans.org [Thu, 05 Jun 2003 09:08:58 +0000] rev 1291
OrderedSlotCollection returned in case of ordered multivalued index

Thu, 05 Jun 2003 08:24:58 +0000possibility of shutting down events added
mmatula@netbeans.org [Thu, 05 Jun 2003 08:24:58 +0000] rev 1290
possibility of shutting down events added

Wed, 04 Jun 2003 18:25:24 +0000added support for tags attached to more than one element BLD200306050100
mmatula@netbeans.org [Wed, 04 Jun 2003 18:25:24 +0000] rev 1289
added support for tags attached to more than one element

Wed, 04 Jun 2003 14:35:02 +0000fix of #34081: transient multivalued index returned bad objects
dprusa@netbeans.org [Wed, 04 Jun 2003 14:35:02 +0000] rev 1288
fix of #34081: transient multivalued index returned bad objects

Sat, 17 May 2003 14:46:39 +0000equals and hashCode methods added to collection wrappers BLD200306040100
mmatula@netbeans.org [Sat, 17 May 2003 14:46:39 +0000] rev 1287
equals and hashCode methods added to collection wrappers

Tue, 13 May 2003 23:59:30 +0000deletion of components fixed (the component is now removed from an attribute value of its composite) BLD200305170100
mmatula@netbeans.org [Tue, 13 May 2003 23:59:30 +0000] rev 1286
deletion of components fixed (the component is now removed from an attribute value of its composite)

Mon, 05 May 2003 07:59:56 +0000typo fixed BLD200305110100
mmatula@netbeans.org [Mon, 05 May 2003 07:59:56 +0000] rev 1285
typo fixed

Wed, 30 Apr 2003 16:38:11 +0000Added JRAW Editor Settings Option BLD200307100100
dkaspar@netbeans.org [Wed, 30 Apr 2003 16:38:11 +0000] rev 1284
Added JRAW Editor Settings Option

Tue, 29 Apr 2003 22:52:09 +0000additional indexes support fixed (the case when the index is bound to one class only) BLD200304300100
mmatula@netbeans.org [Tue, 29 Apr 2003 22:52:09 +0000] rev 1283
additional indexes support fixed (the case when the index is bound to one class only)

Tue, 29 Apr 2003 18:33:13 +0000Added the ability for pure java beans to have a parent reference. It really only works right now if there is a CommonBean.
cliffwd@netbeans.org [Tue, 29 Apr 2003 18:33:13 +0000] rev 1282
Added the ability for pure java beans to have a parent reference. It really only works right now if there is a CommonBean.
Added the ability to keep a hasChanged flag around. Any changes set it to true.
Factored some stuff so that subclassing could more realistically happen.
Added an XMLWriter class to make outputting XML a little easier.