Overview
OverviewFor the xframe project we need a Swing table class with extended
functionality comparing to the original Swing JTable class.
Implemented features
- frozen columns (fixed non-scrollable columns)
- column headers with column groups
- intuitive navigation: nice actions for arrow/tab/pos1/end keys
- configurable layout
- easy adding rows or columns or column groups
- almost all methods of JTable JTableHeader implemented
Open tasks
- implemente some missing methods of JTable and JTableHeader
- improve configurable keyboard/focus actions (maybe like MS-Excel does)
- frozen rows (fixed non-scrollable rows)
- exhaustive tests
- handle external TableColumnModels