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

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

public class PropertyCharacteristicsMatrixColumn
extends Object
implements MatrixColumn

Author:
Holger Knublauch

Constructor Summary
PropertyCharacteristicsMatrixColumn()
           
 
Method Summary
 TableCellRenderer getCellRenderer()
           
 String getName()
           
private  String getText(RDFProperty rdfProperty)
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyCharacteristicsMatrixColumn

public PropertyCharacteristicsMatrixColumn()
Method Detail

getCellRenderer

public TableCellRenderer getCellRenderer()
Specified by:
getCellRenderer in interface MatrixColumn

getText

private String getText(RDFProperty rdfProperty)

getName

public String getName()
Specified by:
getName in interface MatrixColumn

getWidth

public int getWidth()
Specified by:
getWidth in interface MatrixColumn