Searched defs:InternationalFormatter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DInternationalFormatter.java35 * <code>InternationalFormatter</code> extends <code>DefaultFormatter</code>,
49 * <code>InternationalFormatter</code>, as it is possible to create a
51 * format 'M/d/yy', an <code>InternationalFormatter</code> that is always
57 * If <code>InternationalFormatter</code> is configured to only allow valid
64 * <code>InternationalFormatter</code>'s behavior of
77 * <code>InternationalFormatter</code> implements <code>stringToValue</code>
95 public class InternationalFormatter extends DefaultFormatter { class in inherits:DefaultFormatter
115 * <code>InternationalFormatter</code>'s behavior is dicatated by a
165 * Creates an <code>InternationalFormatter</code> with no
168 public InternationalFormatter() { method in class:InternationalFormatter
178 public InternationalFormatter(Format format) { method in class:InternationalFormatter
[all...]

Completed in 31 milliseconds