java.lang.Object javax.swing.JFormattedTextField.AbstractFormatter
protected Object clone() throws CloneNotSupportedException
Cloneable
protected Action[] getActions()
protected DocumentFilter getDocumentFilter()
protected JFormattedTextField getFormattedTextField()
protected NavigationFilter getNavigationFilter()
public void install(JFormattedTextField ftf)
protected void invalidEdit()
public JFormattedTextField.AbstractFormatter()
protected void setEditValid(boolean valid)
public abstract Object stringToValue(String text) throws ParseException
public void uninstall()
public abstract String valueToString(Object value) throws ParseException