uk.ac.ed.morphml_handler
Class AffineWarpDataTable.TableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by uk.ac.ed.morphml_handler.AffineWarpDataTable.TableModel
All Implemented Interfaces:
Serializable, TableModel
Enclosing class:
AffineWarpDataTable

public class AffineWarpDataTable.TableModel
extends AbstractTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
AffineWarpDataTable.TableModel()
           
 
Method Summary
protected  void addListeners(AffineWarpDataStructure warp_points)
           
protected  void addListeners(AffineWarpPoint warp_point)
           
 AffineWarpDataStructure getAffineWarpData()
           
 Class getColumnClass(int c)
           
 int getColumnCount()
           
 String getColumnName(int col)
           
 int getRowCount()
           
 AffineWarpPoint getSelectedReferencePoint()
           
 Object getValueAt(int row, int col)
           
protected  void initListener()
           
 boolean isCellEditable(int row, int col)
           
protected  void removeListeners(AffineWarpDataStructure warp_points)
           
protected  void removeListeners(AffineWarpPoint warp_point)
           
 void setAffineWarpData(AffineWarpDataStructure warp_reference_points)
           
 void setValueAt(Object value, int row, int col)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AffineWarpDataTable.TableModel

public AffineWarpDataTable.TableModel()
Method Detail

getColumnName

public String getColumnName(int col)
Specified by:
getColumnName in interface TableModel
Overrides:
getColumnName in class AbstractTableModel

getColumnClass

public Class getColumnClass(int c)
Specified by:
getColumnClass in interface TableModel
Overrides:
getColumnClass in class AbstractTableModel

getColumnCount

public int getColumnCount()

getRowCount

public int getRowCount()

getValueAt

public Object getValueAt(int row,
                         int col)

setValueAt

public void setValueAt(Object value,
                       int row,
                       int col)
Specified by:
setValueAt in interface TableModel
Overrides:
setValueAt in class AbstractTableModel

isCellEditable

public boolean isCellEditable(int row,
                              int col)
Specified by:
isCellEditable in interface TableModel
Overrides:
isCellEditable in class AbstractTableModel

setAffineWarpData

public void setAffineWarpData(AffineWarpDataStructure warp_reference_points)

getAffineWarpData

public AffineWarpDataStructure getAffineWarpData()

getSelectedReferencePoint

public AffineWarpPoint getSelectedReferencePoint()

initListener

protected void initListener()

addListeners

protected void addListeners(AffineWarpDataStructure warp_points)

addListeners

protected void addListeners(AffineWarpPoint warp_point)

removeListeners

protected void removeListeners(AffineWarpDataStructure warp_points)

removeListeners

protected void removeListeners(AffineWarpPoint warp_point)