com.webstersmalley.mediacollection.model
Class SimpleMediaCollectionTableFormat

java.lang.Object
  extended by com.webstersmalley.mediacollection.model.SimpleMediaCollectionTableFormat
All Implemented Interfaces:
ca.odell.glazedlists.gui.TableFormat

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


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

Constructor Detail

SimpleMediaCollectionTableFormat

public SimpleMediaCollectionTableFormat()
Method Detail

getColumnCount

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

getColumnName

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

getColumnValue

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


Copyright © 2005-2007 Webster Smalley. All Rights Reserved.