|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JFormattedTextField.AbstractFormatterFactory | |
---|---|
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
Uses of JFormattedTextField.AbstractFormatterFactory in javax.swing |
---|
Methods in javax.swing that return JFormattedTextField.AbstractFormatterFactory | |
---|---|
JFormattedTextField.AbstractFormatterFactory |
JFormattedTextField.getFormatterFactory()
Returns the current AbstractFormatterFactory . |
Methods in javax.swing with parameters of type JFormattedTextField.AbstractFormatterFactory | |
---|---|
void |
JFormattedTextField.setFormatterFactory(JFormattedTextField.AbstractFormatterFactory tf)
Sets the AbstractFormatterFactory . |
Constructors in javax.swing with parameters of type JFormattedTextField.AbstractFormatterFactory | |
---|---|
JFormattedTextField(JFormattedTextField.AbstractFormatterFactory factory)
Creates a JFormattedTextField with the specified
AbstractFormatterFactory . |
|
JFormattedTextField(JFormattedTextField.AbstractFormatterFactory factory,
Object currentValue)
Creates a JFormattedTextField with the specified
AbstractFormatterFactory and initial value. |
Uses of JFormattedTextField.AbstractFormatterFactory in javax.swing.text |
---|
Subclasses of JFormattedTextField.AbstractFormatterFactory in javax.swing.text | |
---|---|
class |
DefaultFormatterFactory
An implementation of JFormattedTextField.AbstractFormatterFactory . |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.