org.archiviststoolkit.dialog
Class SubjectTableFormat

java.lang.Object
  extended by org.archiviststoolkit.dialog.SubjectTableFormat
All Implemented Interfaces:
ca.odell.glazedlists.gui.TableFormat

public class SubjectTableFormat
extends java.lang.Object
implements ca.odell.glazedlists.gui.TableFormat


Constructor Summary
SubjectTableFormat()
           
 
Method Summary
 int getColumnCount()
           
 java.lang.String getColumnName(int column)
           
 java.lang.Object getColumnValue(java.lang.Object baseObject, int column)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectTableFormat

public SubjectTableFormat()
Method Detail

getColumnCount

public int getColumnCount()
Specified by:
getColumnCount in interface ca.odell.glazedlists.gui.TableFormat

getColumnName

public java.lang.String getColumnName(int column)
Specified by:
getColumnName in interface ca.odell.glazedlists.gui.TableFormat

getColumnValue

public java.lang.Object getColumnValue(java.lang.Object baseObject,
                                       int column)
Specified by:
getColumnValue in interface ca.odell.glazedlists.gui.TableFormat