jcreek.cke.visualizer
Class EntityTableModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended byjcreek.cke.visualizer.EntityTableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class EntityTableModel
extends javax.swing.table.AbstractTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Method Summary
 java.lang.Class getColumnClass(int column)
           
 int getColumnCount()
           
 java.lang.String getColumnName(int column)
           
 Entity getCurrentEntity()
           
 Entity getEntity()
           
 Relation getRelationAt(int row)
           
 int getRowCount()
           
 java.lang.Object getValueAt(int row, int column)
           
 boolean isCellEditable(int row, int column)
           
 void setEntity(Entity e)
           
 void setValueAt(java.lang.Object value, int row, int column)
           
 
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
 

Method Detail

setEntity

public void setEntity(Entity e)

getEntity

public Entity getEntity()

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getValueAt

public java.lang.Object getValueAt(int row,
                                   int column)

setValueAt

public void setValueAt(java.lang.Object value,
                       int row,
                       int column)

getRelationAt

public Relation getRelationAt(int row)

getCurrentEntity

public Entity getCurrentEntity()

getColumnName

public java.lang.String getColumnName(int column)

isCellEditable

public boolean isCellEditable(int row,
                              int column)

getColumnClass

public java.lang.Class getColumnClass(int column)


Created at IDI, NTNU by the Artificial Intelligence and Learning group