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 voidstringToValue(String text) valueToString(Object value) Methods inherited from class javax.swing.text.DefaultFormatter
clone, getAllowsInvalid, getCommitsOnValidEdit, getDocumentFilter, getNavigationFilter, getOverwriteMode, getValueClass, install, setAllowsInvalid, setCommitsOnValidEdit, setOverwriteMode, setValueClassMethods inherited from class javax.swing.JFormattedTextField.AbstractFormatter
getActions, getFormattedTextField, invalidEdit, setEditValid, uninstall
-
Method Details
-
getInstance
-
stringToValue
- Overrides:
stringToValuein classDefaultFormatter- Throws:
ParseException
-
valueToString
- Overrides:
valueToStringin classDefaultFormatter- Throws:
ParseException
-
main
-