A set of swing classes for viewing and manipulating that data in tabular form. Similar to the com.sas.table package,
just this one is all swing based and not AWT based.
Classes
The classes define the objects that represent and allow interaction with the two-dimensional data provided by the interfaces. The primary class is
the abstract class BaseTableView, with TableView being a subclass of it and the primary
class the user will use.