|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableData | |
---|---|
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 TableData in de.cau.cs.kieler.sim.table.views |
---|
Methods in de.cau.cs.kieler.sim.table.views that return TableData | |
---|---|
TableData |
TableDataList.get(int index)
Gets a TableData entry with a specific index as an identifier. |
TableData |
TableDataList.get(String key)
Gets a TableData entry with a specific key as an identifier. |
TableData[] |
TableDataList.getArray()
Gets the list of TableData entries as an array of TableData entries. |
Methods in de.cau.cs.kieler.sim.table.views with parameters of type TableData | |
---|---|
void |
TableDataList.add(TableData tableData)
Adds a TableData entry to the list. |
boolean |
TableDataList.containsOther(String key,
TableData tableData)
Checks whether the list contains a duplicate TableData entry with the same key as the provided one. |
int |
TableDataList.indexOf(TableData tableData)
Returns the index of an TableData entry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |