[go: up one dir, main page]

Menu

Commit [r24]  Maximize  Restore  History

[DEV] Added ICollectionFx interface to mark collections as bindable.

[Bug] Added missing event after ArrayListFx.addItemAt(index).

kakenbok 2009-07-26

changed /trunk/examples/lib/intbox/IntBoxTile.mxml
changed /trunk/src/as3/collections/fx/ArrayListFx.as
changed /trunk/src/as3/collections/fx/IArrayListFx.as
added /trunk/src/as3/collections/fx/ICollectionFx.as
changed /trunk/src/as3/collections/fx/ILinkedMapFx.as
changed /trunk/src/as3/collections/fx/ILinkedSetFx.as
changed /trunk/src/as3/collections/fx/ISortedMapFx.as
changed /trunk/src/as3/collections/fx/ISortedSetFx.as
changed /trunk/src/as3/collections/fx/events/ArrayListEvent.as
changed /trunk/tests/as3/collections/fx/ArrayListFxTest.as