- created EditTableDataWindow for data editing
- double click on TableDataGrid brings up EditTableDataWindow
- TableDataGrid modifications
- added remove selected functionality to TableDataGrid – multi-select not supported
- moved the Add/Edit data windows to TableDataGrid – makes more sense since it has all the structures defined
- pre-initialize of the columns data required to use the TableDataGrid properly,otherwise it will use default tables names and structures
- turned out that ObjectUitl.copy works for ArrayCollection….. just need to cast the object right.
- new ArrayCollection (OjbectUtil.copy (something.source) as Array)
- Contractors and Contract Numbers added to ObligationOverlayDataCanvas to show contract info on each of the ObligationsOverlay data.
