Uses of Class
no.uio.edd.utils.datautils.TableDialog

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

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

Fields in no.uio.edd.model.geo declared as TableDialog
protected  TableDialog GeoModelTableView.thisTableDialog
           
 

Methods in no.uio.edd.model.geo that return TableDialog
(package private)  TableDialog GeoModelTableView.getTableDialog()
          Delivers a pointer to the table dialog object.
 

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

Methods in no.uio.edd.utils.datautils with parameters of type TableDialog
 void MessageViewer.tableMessage(TableDialog messTable)
          Show a table in a popup window with default size and title located on a default place on screen.
 void MessageViewer.tableMessage(TableDialog messTable, java.lang.String windowTitle)
          Show a table in a popup window with default size located on a default place on screen.
 void MessageViewer.tableMessage(TableDialog messTable, java.lang.String windowTitle, int xLoc, int yLoc, int xSize, int ySize)
          Show a table in a popup window.