DESY ACOP Beans Home

Uses of Interface
com.cosylab.gui.components.table.TableRowModelListener

Packages that use TableRowModelListener
com.cosylab.gui.components   
com.cosylab.gui.components.table   
 

Uses of TableRowModelListener in com.cosylab.gui.components
 

Classes in com.cosylab.gui.components that implement TableRowModelListener
 class ObjectTableModel
          TableModel, which accepts new items as objects and converts them to new rows.
 

Uses of TableRowModelListener in com.cosylab.gui.components.table
 

Classes in com.cosylab.gui.components.table that implement TableRowModelListener
 class MutableTableModelRows
          MutableTableModelRows is implementation of TableModelRows which acts as mutable TabmeRowModel in the same time.
 class TableModelRows
          TableModelRows is implementation of TableModel, which accepts data in form of TableRowModel, which cvan be set only as construction parameter.
 

Methods in com.cosylab.gui.components.table with parameters of type TableRowModelListener
 void TableRowModelSupport.addTableRowModelListener(TableRowModelListener l)
           
 void TableRowModel.addTableRowModelListener(TableRowModelListener l)
          Add listener, which receives notification of changes in the model.
 void TableRowModelSupport.removeTableRowModelListener(TableRowModelListener l)
           
 void TableRowModel.removeTableRowModelListener(TableRowModelListener l)
          Removes listener.
 



Copyright © 2010. All Rights Reserved.