Package com.jidesoft.spinner
Class PointFormatter
java.lang.Object
javax.swing.JFormattedTextField.AbstractFormatter
javax.swing.text.DefaultFormatter
com.jidesoft.spinner.PointFormatter
- All Implemented Interfaces:
Serializable
,Cloneable
- Author:
- Nako Ruru
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
stringToValue
(String text) valueToString
(Object value) Methods inherited from class javax.swing.text.DefaultFormatter
clone, getAllowsInvalid, getCommitsOnValidEdit, getDocumentFilter, getNavigationFilter, getOverwriteMode, getValueClass, install, setAllowsInvalid, setCommitsOnValidEdit, setOverwriteMode, setValueClass
Methods inherited from class javax.swing.JFormattedTextField.AbstractFormatter
getActions, getFormattedTextField, invalidEdit, setEditValid, uninstall
-
Method Details
-
getInstance
-
stringToValue
- Overrides:
stringToValue
in classDefaultFormatter
- Throws:
ParseException
-
valueToString
- Overrides:
valueToString
in classDefaultFormatter
- Throws:
ParseException
-
main
-