API

TableModels

The table model is the most important part. It defines the structure of the table: row count, column count, value in a cell, etc.

TableFactory

Helper class for creating table models out of data structures.

TreeFactory

  • An object array (T[]) can be grouped into a tree structure by this method. All objects will be replaced by a TreeRow<T> buildTreeRows

ETC

Some useful classes: