Uses of Class
de.cau.cs.kieler.sim.table.views.TableDataList

Packages that use TableDataList
de.cau.cs.kieler.sim.table.views This package contains the user interface components, views and table provider for the data table (view). 
 

Uses of TableDataList in de.cau.cs.kieler.sim.table.views
 

Methods in de.cau.cs.kieler.sim.table.views that return TableDataList
static TableDataList TableDataList.getInstance()
          Gets the single instance of this TableDataList class.
 TableDataList TableData.getParentTableDataList()
          Gets the parent TableDataList.
 TableDataList DataTableView.getTableDataList()
          Gets the single instance of the TableDataList.
 

Constructors in de.cau.cs.kieler.sim.table.views with parameters of type TableDataList
TableData(TableDataList parentTableDataList)
          Instantiates a new TableData entry.
TableData(TableDataList parentTableDataList, boolean presentParam, boolean signalParam, String keyParam, String valueParam)
          Instantiates a new TableData.
TableData(TableDataList parentTableDataList, boolean presentParam, String keyParam, String valueParam)
          Instantiates a new TableData.
TableData(TableDataList parentTableDataList, String keyParam)
          Instantiates a new TableData entry.
TableData(TableDataList parentTableDataList, String keyParam, String valueParam)
          Instantiates a new TableData entry.