de.unijena.bioinf.labelingdetector.ui
Class AnalysedSpectrumTableFormat

java.lang.Object
  extended by de.unijena.bioinf.labelingdetector.ui.AnalysedSpectrumTableFormat
All Implemented Interfaces:
ca.odell.glazedlists.gui.TableFormat<AnalysedSpectrum>

public class AnalysedSpectrumTableFormat
extends java.lang.Object
implements ca.odell.glazedlists.gui.TableFormat<AnalysedSpectrum>

Date: 28-Jun-2010

Author:
Thasso Griebel (thasso.griebel@gmail.com)

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

Constructor Detail

AnalysedSpectrumTableFormat

public AnalysedSpectrumTableFormat()
Method Detail

getColumnCount

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

getColumnName

public java.lang.String getColumnName(int i)
Specified by:
getColumnName in interface ca.odell.glazedlists.gui.TableFormat<AnalysedSpectrum>

getColumnValue

public java.lang.Object getColumnValue(AnalysedSpectrum analysedSpectrum,
                                       int i)
Specified by:
getColumnValue in interface ca.odell.glazedlists.gui.TableFormat<AnalysedSpectrum>


Copyright © 2011. All Rights Reserved.