org.inb.biomoby.central.gui.model
Class MobyPropertiesTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
org.inb.biomoby.central.gui.model.MobyPropertiesTableModel
- All Implemented Interfaces:
- Serializable, TableModel
- Direct Known Subclasses:
- MobyObjectPropertiesTableModel
public class MobyPropertiesTableModel
- extends AbstractTableModel
- Author:
- Dmitry Repchevsky
- See Also:
- Serialized Form
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnName, getListeners, getTableModelListeners, removeTableModelListener |
MobyPropertiesTableModel
public MobyPropertiesTableModel()
getColumnCount
public final int getColumnCount()
getRowCount
public final int getRowCount()
isCellEditable
public boolean isCellEditable(int rowIndex,
int columnIndex)
- Specified by:
isCellEditable
in interface TableModel
- Overrides:
isCellEditable
in class AbstractTableModel
getColumnClass
public final Class getColumnClass(int column)
- Specified by:
getColumnClass
in interface TableModel
- Overrides:
getColumnClass
in class AbstractTableModel
getValueAt
public final Object getValueAt(int rowIndex,
int columnIndex)
setValueAt
public void setValueAt(Object value,
int rowIndex,
int columnIndex)
- Specified by:
setValueAt
in interface TableModel
- Overrides:
setValueAt
in class AbstractTableModel
get
public Relationship<ObjectType> get(int row)
clear
public void clear()
addProperty
public Relationship<ObjectType> addProperty(ObjectType property)
addProperties
public void addProperties(ObjectType clazz)
remove
public Relationship<ObjectType> remove(int row)
isValid
public boolean isValid()
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010