Uses of Class
corny.addressbook.gui.GroupTable.GroupTableModel

Packages that use GroupTableModel
corny.addressbook.gui.GroupTable   
 

Uses of GroupTableModel in corny.addressbook.gui.GroupTable
 

Methods in corny.addressbook.gui.GroupTable that return GroupTableModel
 GroupTableModel GroupTable.getModel()
           
 

Constructors in corny.addressbook.gui.GroupTable with parameters of type GroupTableModel
GroupTable(GroupTableModel model, boolean allowMultipleSelection, boolean noSmartGroups)
          Creates a new, empty GroupTable with editing disabled.
GroupTable(GroupTableModel model, boolean allowMultipleSelection, boolean noSmartGroups, boolean editingEnabled)
          Creates a new, empty GroupTable.