Class CurrencyRenderer
- java.lang.Object
-
- com.openindex.openestate.tool.gui.AbstractRenderer<Currency>
-
- com.openindex.openestate.tool.gui.CurrencyRenderer
-
- All Implemented Interfaces:
Renderer<Currency>,Serializable
public class CurrencyRenderer extends AbstractRenderer<Currency>
CurrencyRenderer.- Author:
- Andreas Rudolph
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CurrencyRenderer()CurrencyRenderer(String emptyText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrender(Currency value, JLabel label)-
Methods inherited from class com.openindex.openestate.tool.gui.AbstractRenderer
getEmptyText
-
-