|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.viewmanagement.view.TableData
public class TableData
The class TableData implements a single data entry that represents combination within the data table. A combination can be active or not and has a String that represents its name.
Constructor Summary | |
---|---|
TableData(TableDataList parentTableDataList,
boolean comboActive,
String comboName)
Instantiates a new TableData entry. |
Method Summary | |
---|---|
String |
getComboName()
Gets the key of the entry. |
TableDataList |
getParentTableDataList()
Gets the parent TableDataList. |
boolean |
isComboActive()
Checks whether the combination is active |
void |
setComboActive(boolean active)
Sets the active flag for the combination. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableData(TableDataList parentTableDataList, boolean comboActive, String comboName)
parentTableDataList
- the parent TableDataListcomboActive
- combination is active or notcomboName
- name of the combinationMethod Detail |
---|
public final TableDataList getParentTableDataList()
public final String getComboName()
public void setComboActive(boolean active)
active
- active state of the combinationpublic final boolean isComboActive()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |