author: gwg author: Controls on how the JTable and concrete AbstractTableModel work author: for a particular instance. author: When we create the JTable and its associated (concrete) AbstractTableModel author: objects, we do so within wrapper functions that define how the various author: features of those objects operate.
author: gwg author: If the underlying data maintained by the application may be author: changed by the user through the framework interface, then the fw author: objects must be able to get back to the application objects to author: tell them what the change is.