edu.stanford.smi.protegex.owl.ui.matrix
Class NameMatrixColumn
java.lang.Object
edu.stanford.smi.protegex.owl.ui.matrix.AbstractMatrixColumn
edu.stanford.smi.protegex.owl.ui.matrix.NameMatrixColumn
- All Implemented Interfaces:
- EditableMatrixColumn, MatrixColumn, SortableMatrixColumn
- public class NameMatrixColumn
- extends AbstractMatrixColumn
- implements EditableMatrixColumn, SortableMatrixColumn
- Author:
- Holger Knublauch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NameMatrixColumn
public NameMatrixColumn()
getCellRenderer
public TableCellRenderer getCellRenderer()
- Specified by:
getCellRenderer
in interface MatrixColumn
- Overrides:
getCellRenderer
in class AbstractMatrixColumn
getSortComparator
public Comparator getSortComparator()
- Specified by:
getSortComparator
in interface SortableMatrixColumn
getTableCellEditor
public TableCellEditor getTableCellEditor()
- Specified by:
getTableCellEditor
in interface EditableMatrixColumn
isCellEditable
public boolean isCellEditable(RDFResource instance)
- Specified by:
isCellEditable
in interface EditableMatrixColumn
setValueAt
public void setValueAt(RDFResource instance,
Object value)
- Description copied from interface:
EditableMatrixColumn
- Called when editing has been finished.
- Specified by:
setValueAt
in interface EditableMatrixColumn
- Parameters:
instance
- value
-