public abstract static class JFormattedTextField.AbstractFormatterFactory extends Object
AbstractFormatterFactory
实例所使用的
JFormattedTextField
获得
AbstractFormatter
反过来用于格式化值的实例。
AbstractFormatterFactory
可以返回基于对
JFormattedTextField
状态不同
AbstractFormatter
s,也许还有不同的
AbstractFormatter
s当
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.