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

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

public class HighPrice
extends Column


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

HighPrice

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