org.tbee.swing
Class JFormattedTextFieldUtils.SimpleIntegerFormatter
java.lang.Object
javax.swing.JFormattedTextField.AbstractFormatter
org.tbee.swing.JFormattedTextFieldUtils.SimpleIntegerFormatter
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- JFormattedTextFieldUtils
public static class JFormattedTextFieldUtils.SimpleIntegerFormatter
- extends JFormattedTextField.AbstractFormatter
the formatter for simple integers
- See Also:
- Serialized Form
JFormattedTextFieldUtils.SimpleIntegerFormatter
public JFormattedTextFieldUtils.SimpleIntegerFormatter()
stringToValue
public Object stringToValue(String text)
throws ParseException
- Specified by:
stringToValue in class JFormattedTextField.AbstractFormatter
- Throws:
ParseException
valueToString
public String valueToString(Object value)
throws ParseException
- Specified by:
valueToString in class JFormattedTextField.AbstractFormatter
- Throws:
ParseException
Copyright © 2012 KnowledgePlaza. All Rights Reserved.