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

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

public class PropertyRangeMatrixColumn
extends Object
implements SortableMatrixColumn

Author:
Holger Knublauch

Constructor Summary
PropertyRangeMatrixColumn()
           
 
Method Summary
 TableCellRenderer getCellRenderer()
           
 String getName()
           
 Comparator getSortComparator()
           
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

PropertyRangeMatrixColumn

public PropertyRangeMatrixColumn()
Method Detail

getCellRenderer

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

getName

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

getSortComparator

public Comparator getSortComparator()
Specified by:
getSortComparator in interface SortableMatrixColumn

getText

private String getText(RDFProperty rdfProperty)

getWidth

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