DESY ACOP Beans Home

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

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

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

Classes in com.cosylab.gui.components.table that implement TableRow
 class TableRowArray
          TableRowArray is support implementation of TableRow build around ArrayList.
 

Methods in com.cosylab.gui.components.table that return TableRow
 TableRow TableRowModelEvent.getRow()
          Returns row, which was source of event.
 TableRow TableRowModelSupport.getRow(int index)
          Returns row at given index,
 TableRow MutableTableModelRows.getRow(int index)
          Returns row at given index,
 TableRow TableRowModelSupport.getRowAt(int rowIndex)
           
 TableRow TableRowModel.getRowAt(int rowIndex)
          Returns a row object at row index.
 TableRow[] TableRowModelEvent.getRows()
          Returns array of rows, which are source of this event.
 TableRow ObjectTableEngine.getTableRow(java.lang.Object key)
          Creates new row for key object.
 TableRow DefaultObjectTableEngine.getTableRow(java.lang.Object key)
           
 TableRow TableRowModelSupport.removeRow(int index)
          Removes row from this model.
 TableRow MutableTableModelRows.removeRow(int index)
          Removes row from this model.
 

Methods in com.cosylab.gui.components.table with parameters of type TableRow
 void TableRowModelSupport.addRow(int index, TableRow row)
          Inserts row at the specified index.
 void MutableTableModelRows.addRow(int index, TableRow row)
          Inserts row at the specified index.
 void TableRowModelSupport.addRow(TableRow row)
          Adds row to the end of the row list.
 void MutableTableModelRows.addRow(TableRow row)
          Adds row to the end of the row list.
 int DefaultRowComparator.compare(TableRow o1, TableRow o2)
           
 int TableRowArray.compareTo(TableRow row, int valueIndex)
           
 int TableRow.compareTo(TableRow row, int valueIndex)
          Compares this table row with the specified table row for order.
protected  void TableRowModelSupport.fireRowAdded(TableRow row, int index)
           
protected  void TableRowModelSupport.fireRowRemoved(TableRow row, int index)
           
 void TableRowModelSupport.fireRowUpdate(TableRow row, int valueIndex)
           
 void TableRowModel.fireRowUpdate(TableRow row, int valueIndex)
          This method is called from table row, when wants to notify its parent model about value change.
protected  void TableRowModelSupport.fireStructureChange(TableRow r)
           
 int TableRowModelSupport.getRowIndex(TableRow row)
           
 int TableRowModel.getRowIndex(TableRow row)
          Returns index of a row.
 void ObjectTableEngine.releaseTableRow(java.lang.Object key, TableRow row)
          Signals to factory that row with associated key is no longer in use.
 void DefaultObjectTableEngine.releaseTableRow(java.lang.Object key, TableRow row)
           
 void TableRowModelSupport.removeRow(TableRow row)
          Removes row from this model.
 void MutableTableModelRows.removeRow(TableRow row)
          Removes row from this model.
 void ObjectTableEngine.setValue(java.lang.Object value, java.lang.Object key, TableRow row, int columnIndex)
          Sets new value which resulted from user interaction with table to the context underlayng kay object.
 void DefaultObjectTableEngine.setValue(java.lang.Object value, java.lang.Object key, TableRow row, int col)
          Dummy implementation: casts row element to TableCell and sets value
 

Method parameters in com.cosylab.gui.components.table with type arguments of type TableRow
 void TableRowModelSupport.setComparator(java.util.Comparator<TableRow> comparator)
           
 

Constructors in com.cosylab.gui.components.table with parameters of type TableRow
TableRowModelEvent(TableRow[] sources, int value, int type)
          Creates new event.
TableRowModelEvent(TableRow source, int index)
          Creates new event with row as source, column value is by default ALL_VALUES and type is UPDATE.
TableRowModelEvent(TableRow source, int index, int value)
          Creates new event with row as source and value index, type is UPDATE..
TableRowModelEvent(TableRow source, int index, int value, int type)
          Creates new event.
 



Copyright © 2010. All Rights Reserved.