Provides classes and interface for basic table model used in JDBATool. DBAToolAbstractTableModel is the class providing the function to sort data when clicking on table header. Any table model wants to add itself to DBAToolAbstractTableModel must implements ColumnSorting interface which has the function switch the order. BasicInfoTableModel is used for the table with only 2 column information such as DatabaseInfo and StatusInfo in database monitor. DbaTableModel and DBARowInfo are used for not editable table such as TablespaceList, TableList, ...