DESY ACOP Beans Home

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

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

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

Classes in com.cosylab.gui.components.table that implement TableRowModel
 class TableRowModelSupport
          TableRowModelSupport support implementation of TableRowModel based on ArrayList.
 

Fields in com.cosylab.gui.components.table declared as TableRowModel
protected  TableRowModel TableRowArray.parentModel
           
 

Methods in com.cosylab.gui.components.table that return TableRowModel
 TableRowModel TableRowArray.getParentModel()
           
 TableRowModel TableRow.getParentModel()
          The parent model which contains this row.
 TableRowModel TableModelRows.getRowModel()
          Returns row model wrapped inside thia table model.
 

Methods in com.cosylab.gui.components.table with parameters of type TableRowModel
 void TableRowArray.setParentModel(TableRowModel model)
           
 void TableRow.setParentModel(TableRowModel model)
          This method is called when row is added to model.
 

Constructors in com.cosylab.gui.components.table with parameters of type TableRowModel
TableModelRows(TableRowModel model)
          Creates a new TableModelRows object.
 



Copyright © 2010. All Rights Reserved.