net.sourceforge.eclipsetrader.core.db.columns
Class ClosePrice

java.lang.Object
  extended by net.sourceforge.eclipsetrader.core.db.columns.Column
      extended by net.sourceforge.eclipsetrader.core.db.columns.ClosePrice
All Implemented Interfaces:
java.lang.Cloneable, java.util.Comparator

public class ClosePrice
extends Column


Field Summary
 
Fields inherited from class net.sourceforge.eclipsetrader.core.db.columns.Column
CENTER, LEFT, RIGHT
 
Constructor Summary
ClosePrice()
           
 
Method Summary
 int compare(java.lang.Object arg0, java.lang.Object arg1)
           
 java.lang.String getText(WatchlistItem item)
           
 
Methods inherited from class net.sourceforge.eclipsetrader.core.db.columns.Column
allColumns, clone, equals, getLabel, getStyle, getTotalsText, getWidth, isEditable, setLabel, setText, setWidth
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClosePrice

public ClosePrice()
Method Detail

getText

public java.lang.String getText(WatchlistItem item)
Specified by:
getText in class Column

compare

public int compare(java.lang.Object arg0,
                   java.lang.Object arg1)
Specified by:
compare in interface java.util.Comparator
Overrides:
compare in class Column