Package org.bibalex.daf.commongui.datamodels

Class Summary
AppendedUIDataTable A class used to append Some Columns to an existing data Table for display purposes.
CheckNode  
CheckNodeModel  
CheckRenderer  
ComboBoxDataModel This class is an implementation of the ComboBoxModel, that also supports (extends) DataTable.
TableSorter TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
TableSorter.Arrow  
TableSorter.Directive  
TreeDataModel This class is an implementation of the TreeModel, that also supports (extends) DataTable.
UICheckList This class holds a DataModel used in CheckBoxList, the data is retrieved from a DataTable.
UIDataTable This class extends the DataTable class to be able to display its contents in a proper way through a JTable, this class is used as a DataModel for the JTable.
UIListEditableModel A data model Class used with JLists, allows The JList data to be modified (add or remove entries).
UIListModel A Data Model Class used with JLists, it also extends DataTable.
 

Enum Summary
TreeDataModel.TreeObjectTypes Defines the 3 Types of nodes (levels) suported by this tree model.