| Klasse javax.swing.text.InternationalFormatter | 1.4 |
java.lang.Object
|
+--javax.swing.JFormattedTextField.AbstractFormatter
|
+--javax.swing.text.DefaultFormatter
|
+--javax.swing.text.InternationalFormatter
| Konstruktoren | |
|---|---|
| public | InternationalFormatter() |
| public | InternationalFormatter(Format format) |
| Methoden | |
|---|---|
| public void | setFormat(Format format) |
| public Format | getFormat() |
| public void | setMinimum(Comparable minimum) |
| public Comparable | getMinimum() |
| public void | setMaximum(Comparable max) |
| public Comparable | getMaximum() |
| public void | install(JFormattedTextField ftf) |
| public String | valueToString(Object value) |
| public Object | stringToValue(String text) |
| public Format.Field[] | getFields(int offset) |
| public Object | clone() |
| protected Action[] | getActions() |