Uses of Class
org.bibalex.daf.installer.DataTable

Packages that use DataTable
org.bibalex.daf.installer   
 

Uses of DataTable in org.bibalex.daf.installer
 

Methods in org.bibalex.daf.installer that return DataTable
 DataTable DataTable.getRow(int index)
          Retrieves the row from the dataTable for the selected index
 DataTable DataTable.setArchivingMatrix(DataTable dataTable, DataTable columnDataTable)
           
 DataTable DataTable.setDynamicTable(DataTable dataTable, DataTable columnDataTable, int[] usersIDs, java.lang.String[] usersNames)
           
 

Methods in org.bibalex.daf.installer with parameters of type DataTable
 void DataTable.addRow(DataTable row)
          Adds a data table row to the table.
 void DataTable.addRowAt(DataTable row, int index)
          Adds a row to the table with index.
 DataTable DataTable.setArchivingMatrix(DataTable dataTable, DataTable columnDataTable)
           
 DataTable DataTable.setDynamicTable(DataTable dataTable, DataTable columnDataTable, int[] usersIDs, java.lang.String[] usersNames)
           
 

Constructors in org.bibalex.daf.installer with parameters of type DataTable
DataTable(DataTable dataTable)
          Copy Constructor