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

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

public class PaidPrice
extends Column


Field Summary
 
Fields inherited from class net.sourceforge.eclipsetrader.core.db.columns.Column
CENTER, LEFT, RIGHT
 
Constructor Summary
PaidPrice()
           
 
Method Summary
 int compare(java.lang.Object arg0, java.lang.Object arg1)
           
 java.lang.String getText(WatchlistItem item)
           
 boolean isEditable()
          Returns wether the receiver is user-editable or not.
 void setText(WatchlistItem item, java.lang.String text)
           
 
Methods inherited from class net.sourceforge.eclipsetrader.core.db.columns.Column
allColumns, clone, equals, getLabel, getStyle, getTotalsText, getWidth, setLabel, setWidth
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaidPrice

public PaidPrice()
Method Detail

getText

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

isEditable

public boolean isEditable()
Description copied from class: Column
Returns wether the receiver is user-editable or not.

Overrides:
isEditable in class Column
Returns:
true if editable, false otherwise

setText

public void setText(WatchlistItem item,
                    java.lang.String text)
Overrides:
setText 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