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

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

public class LastPrice
extends Column


Field Summary
 
Fields inherited from class net.sourceforge.eclipsetrader.core.db.columns.Column
CENTER, LEFT, RIGHT
 
Constructor Summary
LastPrice()
           
 
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

LastPrice

public LastPrice()
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