|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableCell | |
|---|---|
| com.cosylab.gui.components.table | |
| com.cosylab.gui.components.table.cells | Package com.cosylab.gui.components.table.cells |
| de.desy.acop.displayers.table | |
| Uses of TableCell in com.cosylab.gui.components.table |
|---|
| Methods in com.cosylab.gui.components.table that return TableCell | |
|---|---|
protected TableCell[] |
DefaultObjectTableEngine.getTableCells(java.lang.Object key)
Override this method to convert key object to own array of TableCell instances. |
| Uses of TableCell in com.cosylab.gui.components.table.cells |
|---|
| Subclasses of TableCell in com.cosylab.gui.components.table.cells | |
|---|---|
class |
BooleanCell
BooleanCell encapsulates boolean value. |
class |
DeviceCell
DeviceCell holds place for device: an entitiy providion identifier and possibly commands. |
class |
DoubleCell
DobubleCell holds double value. |
class |
DoubleSeqCell
DobubleSeqCell hold double array value. |
class |
LongCell
LongCell holds long type of value. |
class |
LongEnumCell
LongEnumCell holds enumeration valies. |
class |
LongSeqCell
LongSeqCell holds long array value. |
class |
NumericCell
Numeric cell holds numeric value: double or long. |
class |
PatternCell
PatternCell describes pattern of bits. |
class |
StringCell
StringCell holds place String value. |
class |
StringSeqCell
StringSeqCell hold string array value. |
| Methods in com.cosylab.gui.components.table.cells that return TableCell | |
|---|---|
TableCell |
CommandException.getTableCell()
Returns the cell that command was executed on. |
| Methods in com.cosylab.gui.components.table.cells with parameters of type TableCell | |
|---|---|
void |
Command.execute(TableCell originator)
Executes by this command |
| Constructors in com.cosylab.gui.components.table.cells with parameters of type TableCell | |
|---|---|
CommandAction(Command command,
TableCell cell)
Constructs a new CommandAction that belongs to a specific cell and can execute the given command. |
|
CommandException(TableCell instance,
Command c,
java.lang.String message,
java.lang.Throwable cause)
CommandException constructor comment. |
|
| Uses of TableCell in de.desy.acop.displayers.table |
|---|
| Fields in de.desy.acop.displayers.table declared as TableCell | |
|---|---|
protected TableCell[] |
AcopTableColumn.cells
|
| Methods in de.desy.acop.displayers.table with parameters of type TableCell | |
|---|---|
protected void |
AcopTableColumn.setCharacteristicsOnCell(TableCell cell)
|
protected void |
AcopTableColumn.setDataStateOnCell(TableCell cell)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||