Package org.esa.snap.ui
Class DecimalFormatter
java.lang.Object
javax.swing.JFormattedTextField.AbstractFormatter
org.esa.snap.ui.DecimalFormatter
- All Implemented Interfaces:
Serializable
A formatter to be used for decimal number in a
JFormattedTextField
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.JFormattedTextField.AbstractFormatter
clone, getActions, getDocumentFilter, getFormattedTextField, getNavigationFilter, install, invalidEdit, setEditValid, uninstall
-
Constructor Details
-
DecimalFormatter
-
-
Method Details
-
stringToValue
- Specified by:
stringToValue
in classJFormattedTextField.AbstractFormatter
- Throws:
ParseException
-
valueToString
- Specified by:
valueToString
in classJFormattedTextField.AbstractFormatter
- Throws:
ParseException
-