|
||||||||||
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.StringCell
public class StringCell
StringCell holds place String 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 | |
---|---|
StringCell()
Constructs a new StringCell. |
|
StringCell(java.lang.String identifier,
java.lang.Object dataSource,
java.lang.String value,
Command[] commands)
Constructs a new StringCell. |
Method Summary | |
---|---|
java.lang.String |
getStringValue()
DOCUMENT ME! |
void |
setStringValue(java.lang.String value)
DOCUMENT ME! |
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 StringCell()
public StringCell(java.lang.String identifier, java.lang.Object dataSource, java.lang.String value, Command[] commands)
identifier
- dataSource
- value
- commands
- Method Detail |
---|
public java.lang.String getStringValue()
public void setStringValue(java.lang.String value)
value
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |