org.tbee.swing
Class JFormattedTextFieldUtils.SimpleGregorianCalendarFormatter
java.lang.Object
javax.swing.JFormattedTextField.AbstractFormatter
org.tbee.swing.JFormattedTextFieldUtils.SimpleGregorianCalendarFormatter
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- JFormattedTextFieldUtils
public static class JFormattedTextFieldUtils.SimpleGregorianCalendarFormatter
- extends JFormattedTextField.AbstractFormatter
the formatter for simple GregorianCalendars
- See Also:
- Serialized Form
JFormattedTextFieldUtils.SimpleGregorianCalendarFormatter
public JFormattedTextFieldUtils.SimpleGregorianCalendarFormatter()
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.