org.openrdf.sesame.config.ui
Class SailTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
org.openrdf.sesame.config.ui.XTableModel
org.openrdf.sesame.config.ui.SailTableModel
- All Implemented Interfaces:
- Serializable, SystemConfigListener, TableModel
- public class SailTableModel
- extends XTableModel
Sail XTableModel for SailTable
- Version:
- $Revision: 1.4.4.2 $
- Author:
- Peter van 't Hof, Arjohn Kampman
- See Also:
- Serialized Form
| Methods inherited from class org.openrdf.sesame.config.ui.XTableModel |
addNewRow, getColumnAlignment, getColumnCount, getColumnName, getColumnWidth, getRowCount, getRowIndex, isCellEditable, removeNewRow, rowIsNew, valueIsNew |
| Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener |
COLUMN_CLASS
public static final int COLUMN_CLASS
- Sail id column id
- See Also:
- Constant Field Values
SailTableModel
public SailTableModel(String id,
SystemConfig config)
- Creates a new SailTableModel with the supplied repository id and
SystemConfig
- Parameters:
id - Repository idconfig - SystemConfig
getIdentifyingColumn
public int getIdentifyingColumn()
- Description copied from class:
XTableModel
- Gets the index of the identifying column. Every row in a table is
identified by the value of a specific column, e.g. the user table
is identified by its login column, the repository table is
identified by its repositoryID column, etc.
- Specified by:
getIdentifyingColumn in class XTableModel
- Returns:
- The index of the identifying column (0-based).
getValueAt
public Object getValueAt(int row,
int column)
setValueAt
public void setValueAt(Object value,
int row,
int column)
configurationChanged
public void configurationChanged()
- Description copied from interface:
SystemConfigListener
- SystemConfig changed
Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.