Klasse javax.swing.JFormattedTextField.AbstractFormatter | 1.4 |
java.lang.Object | +--javax.swing.JFormattedTextField.AbstractFormatter
Konstruktoren | |
---|---|
public | JFormattedTextField.AbstractFormatter() |
Methoden | |
---|---|
public void | install(JFormattedTextField ftf) |
public void | uninstall() |
public Object | stringToValue(String text) |
public String | valueToString(Object value) |
protected JFormattedTextField | getFormattedTextField() |
protected void | invalidEdit() |
protected void | setEditValid(boolean valid) |
protected Action[] | getActions() |
protected DocumentFilter | getDocumentFilter() |
protected NavigationFilter | getNavigationFilter() |
protected Object | clone() |