org.tbee.swing
Class JFormattedTextFieldUtils.SimpleGregorianCalendarFormatter
java.lang.Object
javax.swing.JFormattedTextField.AbstractFormatter
org.tbee.swing.JFormattedTextFieldUtils.SimpleGregorianCalendarFormatter
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- JFormattedTextFieldUtils
public static class JFormattedTextFieldUtils.SimpleGregorianCalendarFormatter
- extends javax.swing.JFormattedTextField.AbstractFormatter
the formatter for simple GregorianCalendars
- See Also:
- Serialized Form
| Methods inherited from class javax.swing.JFormattedTextField.AbstractFormatter |
clone, getActions, getDocumentFilter, getFormattedTextField, getNavigationFilter, install, invalidEdit, setEditValid, uninstall |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JFormattedTextFieldUtils.SimpleGregorianCalendarFormatter
public JFormattedTextFieldUtils.SimpleGregorianCalendarFormatter()
stringToValue
public java.lang.Object stringToValue(java.lang.String text)
throws java.text.ParseException
- Specified by:
stringToValue in class javax.swing.JFormattedTextField.AbstractFormatter
- Throws:
java.text.ParseException
valueToString
public java.lang.String valueToString(java.lang.Object value)
throws java.text.ParseException
- Specified by:
valueToString in class javax.swing.JFormattedTextField.AbstractFormatter
- Throws:
java.text.ParseException
Copyright © 2010. All Rights Reserved.