Uses of Interface
no.uio.edd.utils.datautils.TableCallbackInterface

Packages that use TableCallbackInterface
no.uio.edd.model.geo   
no.uio.edd.utils.datautils   
 

Uses of TableCallbackInterface in no.uio.edd.model.geo
 

Classes in no.uio.edd.model.geo that implement TableCallbackInterface
 class GeoModelAddedNodes
           
 class GeoModelAddedNodesTableView
           
 class GeoModelCoref
           
 class GeoModelCorefTableView
           
 class GeoModelNetworkVisualise
           
 class GeoModelNetworkVisualiseTableView
           
 class GeoModelPlaceRegTableView
           
 class GeoModelProperties
           
 class GeoModelPropertiesTableView
           
 class GeoModelRunner
          The main runner for the GeoModelText application.
 class GeoModelTableView
          This abstract class is used to hold the general parts of the two table views, the one for entities and the one for properties.
 class GeoModelTableViewEntities
          Controls the tables used to show and edit entities.
 class GeoModelTableViewProperties
          Controls the tables used to show and edit properties.
 

Fields in no.uio.edd.model.geo declared as TableCallbackInterface
protected  TableCallbackInterface GeoModelTableView.myResultTableCallbackInterface
           
 

Constructors in no.uio.edd.model.geo with parameters of type TableCallbackInterface
GeoModelAddedNodesTableView(TableCallbackInterface inResultTableCallbackInterface)
           
GeoModelCorefTableView(TableCallbackInterface inResultTableCallbackInterface)
          Created the object with an empty table, initiating the table structure.
GeoModelNetworkVisualiseTableView(TableCallbackInterface inResultTableCallbackInterface)
           
GeoModelPlaceRegTableView(TableCallbackInterface inResultTableCallbackInterface)
           
GeoModelPropertiesTableView(TableCallbackInterface inResultTableCallbackInterface)
           
GeoModelTableView(TableCallbackInterface inResultTableCallbackInterface)
          The abstract part of the creator does not do much, only makes sure we have a link back to a runner object, based on interface connection.
GeoModelTableViewEntities(TableCallbackInterface inResultTableCallbackInterface)
          Created the object with an empty table, initiating the table structure.
GeoModelTableViewProperties(TableCallbackInterface inResultTableCallbackInterface)
          Created the object with an empty table, initiating the table structure.
 

Uses of TableCallbackInterface in no.uio.edd.utils.datautils
 

Constructors in no.uio.edd.utils.datautils with parameters of type TableCallbackInterface
TableDialog(TableCallbackInterface inResultTableCallbackInterface)
          Create a new table dialog.
TableDialog(TableCallbackInterface inResultTableCallbackInterface, java.lang.String inTableType)
          Create a new table dialog.
TableSelector(javax.swing.JTable table, EddTableModel tableModel, TableCallbackInterface inResultTableCallbackInterface)
          It is necessary to keep the table since it is not possible to determine the table from the event's source
TableSelector(javax.swing.JTable table, EddTableModel tableModel, TableCallbackInterface inResultTableCallbackInterface, java.lang.String inTableType)
          It is necessary to keep the table since it is not possible to determine the table from the event's source