edu.stanford.smi.protegex.owl.ui.matrix.property
Class InversePropertyMatrixColumn

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.ui.matrix.AbstractMatrixColumn
      extended byedu.stanford.smi.protegex.owl.ui.matrix.property.InversePropertyMatrixColumn
All Implemented Interfaces:
MatrixColumn

public class InversePropertyMatrixColumn
extends AbstractMatrixColumn

Author:
Holger Knublauch

Field Summary
 
Fields inherited from class edu.stanford.smi.protegex.owl.ui.matrix.AbstractMatrixColumn
 
Constructor Summary
InversePropertyMatrixColumn()
           
 
Method Summary
 TableCellRenderer getCellRenderer()
           
 
Methods inherited from class edu.stanford.smi.protegex.owl.ui.matrix.AbstractMatrixColumn
getName, getWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InversePropertyMatrixColumn

public InversePropertyMatrixColumn()
Method Detail

getCellRenderer

public TableCellRenderer getCellRenderer()
Specified by:
getCellRenderer in interface MatrixColumn
Overrides:
getCellRenderer in class AbstractMatrixColumn