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

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

public class LowPrice
extends Column


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

LowPrice

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