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

Method Summary
 TableCellEditor getTableCellEditor()
           
 boolean isCellEditable(RDFResource instance)
           
 void setValueAt(RDFResource instance, Object value)
          Called when editing has been finished.
 
Methods inherited from interface edu.stanford.smi.protegex.owl.ui.matrix.MatrixColumn
getCellRenderer, getName, getWidth
 

Method Detail

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 -