edu.stanford.smi.protegex.owl.ui.matrix
Interface EditableMatrixColumn
- All Superinterfaces:
- MatrixColumn
- All Known Implementing Classes:
- AnnotationPropertyMatrixColumn, NameMatrixColumn
- public interface EditableMatrixColumn
- extends MatrixColumn
A MatrixColumn that can be edited by the user.
- Author:
- Holger Knublauch
isCellEditable
public boolean isCellEditable(RDFResource instance)
getTableCellEditor
public TableCellEditor getTableCellEditor()
setValueAt
public void setValueAt(RDFResource instance,
Object value)
- Called when editing has been finished.
- Parameters:
instance
- value
-