DESY ACOP Beans Home

Package com.cosylab.gui.components.table

Interface Summary
ObjectTableEngine ObjectTableEngine is intermediator betwean arbitrary objects and ObjectTableModel structure.
RowComparator  
TableRow TableRow presents a row in a table.
TableRowModel TableRowModel is table model which natural organization of data is grouped by rows.
TableRowModelListener TableRowModelListener is listener which is notifyied about changes in TableRowModel.
 

Class Summary
DefaultObjectTableEngine Default implementation of the ObjectTableEngine.
DefaultRowComparator Default implementation of the RowComparator.
MutableTableModelRows MutableTableModelRows is implementation of TableModelRows which acts as mutable TabmeRowModel in the same time.
QueueTable QueueTable uses QueueTableModelInterceptor update table in ferformance and thread safe way.
QueueTableModelInterceptor QueueTableModelInterceptor wraps around TableModel and intercepts update events.
TableModelRows TableModelRows is implementation of TableModel, which accepts data in form of TableRowModel, which cvan be set only as construction parameter.
TableRowArray TableRowArray is support implementation of TableRow build around ArrayList.
TableRowModelEvent TableRowModelEvent contains information about changes in TableRowModel.
TableRowModelSupport TableRowModelSupport support implementation of TableRowModel based on ArrayList.
 



Copyright © 2010. All Rights Reserved.