Uses of Class
net.sourceforge.toscanaj.model.database.Table

Packages that use Table
net.sourceforge.toscanaj.controller.db   
net.sourceforge.toscanaj.gui.dialog   
net.sourceforge.toscanaj.model.database   
net.sourceforge.toscanaj.model.events   
net.sourceforge.toscanaj.view.database   
net.sourceforge.toscanaj.view.scales   
 

Uses of Table in net.sourceforge.toscanaj.controller.db
 

Methods in net.sourceforge.toscanaj.controller.db with parameters of type Table
 java.util.Vector DatabaseConnection.getColumns(Table table)
          Returns a list of column objects.
 

Uses of Table in net.sourceforge.toscanaj.gui.dialog
 

Methods in net.sourceforge.toscanaj.gui.dialog with parameters of type Table
 void AttributeSelectionDialog.displayTable(Table table)
           
 

Uses of Table in net.sourceforge.toscanaj.model.database
 

Methods in net.sourceforge.toscanaj.model.database that return Table
 Table Column.getTable()
           
 Table DatabaseInfo.getTable()
           
 

Methods in net.sourceforge.toscanaj.model.database with parameters of type Table
 void DatabaseInfo.setTable(Table table)
          Sets the database table we want to query.
 

Constructors in net.sourceforge.toscanaj.model.database with parameters of type Table
Column(java.lang.String name, int type, Table table)
           
Column(org.jdom.Element elem, Table table)
           
 

Uses of Table in net.sourceforge.toscanaj.model.events
 

Methods in net.sourceforge.toscanaj.model.events that return Table
 Table TableChangedEvent.getTable()
           
 

Constructors in net.sourceforge.toscanaj.model.events with parameters of type Table
TableChangedEvent(java.lang.Object source, Table table)
           
 

Uses of Table in net.sourceforge.toscanaj.view.database
 

Methods in net.sourceforge.toscanaj.view.database that return Table
 Table DatabaseSchemaView.getTable()
           
 

Uses of Table in net.sourceforge.toscanaj.view.scales
 

Methods in net.sourceforge.toscanaj.view.scales that return Table
 Table TableColumnPair.getTable()
           
 

Constructors in net.sourceforge.toscanaj.view.scales with parameters of type Table
TableColumnPair(Table table, Column column)
           
 



The ToscanaJ project