DESY ACOP Beans Home

Package com.cosylab.gui.components.table.cells

Package com.cosylab.gui.components.table.cells

See:
          Description

Interface Summary
Command Command is interface for wraper aroud action, whcih can be performed with arbitrary table cell.
 

Class Summary
BooleanCell BooleanCell encapsulates boolean value.
CommandAction Action, which executes command.
DeviceCell DeviceCell holds place for device: an entitiy providion identifier and possibly commands.
DoubleCell DobubleCell holds double value.
DoubleSeqCell DobubleSeqCell hold double array value.
LongCell LongCell holds long type of value.
LongEnumCell LongEnumCell holds enumeration valies.
LongSeqCell LongSeqCell holds long array value.
NumericCell Numeric cell holds numeric value: double or long.
PatternCell PatternCell describes pattern of bits.
StringCell StringCell holds place String value.
StringSeqCell StringSeqCell hold string array value.
TableCell TableCell is most basic kind of table cells, which has own renderers and editors in com.cosylab.gui.components.table.renderers.
 

Exception Summary
CommandException Common exception that occurs during command execution.
 

Package com.cosylab.gui.components.table.cells Description

Package com.cosylab.gui.components.table.cells

Overview

This package contains set of objects which can be used in place of commonly used data items. This cell objects are all reckognized in ObjectTable and edited or rendered with renderers and editors from package com.cosylab.gui.components.table.renderers.



Copyright © 2010. All Rights Reserved.