Uses of Class
de.cau.cs.kieler.viewmanagement.view.TableDataList

Packages that use TableDataList
de.cau.cs.kieler.viewmanagement.view   
 

Uses of TableDataList in de.cau.cs.kieler.viewmanagement.view
 

Methods in de.cau.cs.kieler.viewmanagement.view that return TableDataList
static TableDataList TableDataList.getInstance()
          Gets the single instance of this TableDataList class.
 TableDataList TableData.getParentTableDataList()
          Gets the parent TableDataList.
 

Constructors in de.cau.cs.kieler.viewmanagement.view with parameters of type TableDataList
TableData(TableDataList parentTableDataList, boolean comboActive, String comboName)
          Instantiates a new TableData entry.