public abstract static class JFormattedTextField.AbstractFormatterFactory extends Object
AbstractFormatterFactory实例所使用的
JFormattedTextField获得
AbstractFormatter反过来用于格式化值的实例。
AbstractFormatterFactory可以返回基于对
JFormattedTextField状态不同
AbstractFormatters,也许还有不同的
AbstractFormatters当
JFormattedTextField具有焦点与当它没有焦点。
| Constructor and Description |
|---|
AbstractFormatterFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract JFormattedTextField.AbstractFormatter |
getFormatter(JFormattedTextField tf)
返回一个
AbstractFormatter可以处理的格式通过
JFormattedTextField。
|
public abstract JFormattedTextField.AbstractFormatter getFormatter(JFormattedTextField tf)
AbstractFormatter可以处理的格式通过
JFormattedTextField。
tf - JFormattedTextField requesting AbstractFormatter
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.