Searched refs:DefaultFormatter (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultFormatter.java36 * <code>DefaultFormatter</code> formats aribtrary objects. Formatting is done
43 * Instances of <code>DefaultFormatter</code> can not be used in multiple
45 * an already configured <code>DefaultFormatter</code>, use the
61 public class DefaultFormatter extends JFormattedTextField.AbstractFormatter class in inherits:JFormattedTextField.AbstractFormatter,Cloneable,Serializable
75 /** NavigationFilter that forwards calls back to DefaultFormatter. */
78 /** DocumentFilter that forwards calls back to DefaultFormatter. */
86 * Creates a DefaultFormatter.
88 public DefaultFormatter() { method in class:DefaultFormatter
94 * Installs the <code>DefaultFormatter</code> onto a particular
132 * the other hand, if this is false than the <code>DefaultFormatter</cod
[all...]
H A DMaskFormatter.java152 public class MaskFormatter extends DefaultFormatter {
396 * Installs the <code>DefaultFormatter</code> onto a particular
H A DInternationalFormatter.java35 * <code>InternationalFormatter</code> extends <code>DefaultFormatter</code>,
95 public class InternationalFormatter extends DefaultFormatter {
255 * Installs the <code>DefaultFormatter</code> onto a particular
367 * Creates a copy of the DefaultFormatter.
369 * @return copy of the DefaultFormatter
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFormattedTextField.java403 * be used for <code>Dates</code>, otherwise <code>DefaultFormatter</code>
847 return new DefaultFormatterFactory(new DefaultFormatter());

Completed in 492 milliseconds