com.jxml.quick.editors
Class BigDecimalEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--com.jxml.quick.editors.BigDecimalEditor
All Implemented Interfaces:
PropertyEditor

public class BigDecimalEditor
extends PropertyEditorSupport

A PropertyEditor for java.math.BigDecimal values.

by Pavel Curtis--Quick 1.1


Constructor Summary
BigDecimalEditor()
           
 
Method Summary
 String getJavaInitializationString()
           
 void setAsText(String value)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigDecimalEditor

public BigDecimalEditor()
Method Detail

getJavaInitializationString

public String getJavaInitializationString()
Overrides:
getJavaInitializationString in class PropertyEditorSupport

setAsText

public void setAsText(String value)
               throws IllegalArgumentException
Overrides:
setAsText in class PropertyEditorSupport