|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cosylab.gui.components.table.cells.TableCell com.cosylab.gui.components.table.cells.BooleanCell
public class BooleanCell
BooleanCell encapsulates boolean value.
Field Summary |
---|
Fields inherited from class com.cosylab.gui.components.table.cells.TableCell |
---|
ALARM, commands, dataSource, ERROR, identifier, OUT_OF_BOUNDS, SEVERITY, SUSPENDED, TIMEOUT, timestamp, TOOLTIP, value, WARNING |
Constructor Summary | |
---|---|
BooleanCell()
|
|
BooleanCell(java.lang.String identifier,
java.lang.Object dataSource,
boolean value,
Command[] commands)
Constructs a new BooleanCell. |
Method Summary | |
---|---|
boolean |
getBooleanValue()
Returns the boolean value displayed inside the cell. |
void |
setBooleanValue(boolean value)
Sets the boolean value to the cell. |
Methods inherited from class com.cosylab.gui.components.table.cells.TableCell |
---|
addSupportedCharacteristic, compareTo, getCharacteristic, getCharacteristic, getCharacteristics, getCommands, getDataSource, getIdentifier, getSupportedCharacteristics, getTimestamp, getTooltip, getValue, isAlarm, isError, isOutOfBounds, isSuspended, isTimeout, isWarning, putAllCharacteristics, putCharacteristic, removeSupportedCharacteristic, setTimestamp, setValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BooleanCell()
public BooleanCell(java.lang.String identifier, java.lang.Object dataSource, boolean value, Command[] commands)
identifier
- dataSource
- value
- commands
- Method Detail |
---|
public boolean getBooleanValue()
public void setBooleanValue(boolean value)
value
- new boolean value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |