org.springframework.richclient.form.binding.swing.text
Class TimeFormatter
java.lang.Object
javax.swing.JFormattedTextField.AbstractFormatter
javax.swing.text.DefaultFormatter
org.springframework.richclient.form.binding.swing.text.TimeFormatter
- All Implemented Interfaces:
- Serializable, Cloneable
public class TimeFormatter
- extends DefaultFormatter
- See Also:
- Serialized Form
Methods inherited from class javax.swing.text.DefaultFormatter |
clone, getAllowsInvalid, getCommitsOnValidEdit, getDocumentFilter, getNavigationFilter, getOverwriteMode, getValueClass, install, setAllowsInvalid, setCommitsOnValidEdit, setOverwriteMode, setValueClass |
SEPARATOR
public static final char SEPARATOR
- See Also:
- Constant Field Values
SEPARATOR_STRING
public static final String SEPARATOR_STRING
- See Also:
- Constant Field Values
TimeFormatter
public TimeFormatter()
stringToValue
public Object stringToValue(String string)
throws ParseException
- Overrides:
stringToValue
in class DefaultFormatter
- Throws:
ParseException
valueToString
public String valueToString(Object value)
throws ParseException
- Overrides:
valueToString
in class DefaultFormatter
- Throws:
ParseException
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.