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

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

public class Currency
extends Column


Field Summary
 
Fields inherited from class net.sourceforge.eclipsetrader.core.db.columns.Column
CENTER, LEFT, RIGHT
 
Constructor Summary
Currency()
           
 
Method Summary
 java.lang.String getText(WatchlistItem item)
           
 
Methods inherited from class net.sourceforge.eclipsetrader.core.db.columns.Column
allColumns, clone, compare, 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

Currency

public Currency()
Method Detail

getText

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