Overview 概要
The Foundation framework provides several concrete subclasses of Formatter
, including Byte
, Date
, Date
, Date
, Measurement
, Number
, and Person
.
FoundationフレームワークはFormatter
のいくつかの具象サブクラスを提供し、それは次を含みます、Byte
, Date
, Date
, Date
, Measurement
, Number
, そしてPerson
。
Subclassing Notes サブクラス作成の注意
Formatter
is intended for subclassing. A custom formatter can restrict the input and enhance the display of data in novel ways. For example, you could have a custom formatter that ensures that serial numbers entered by a user conform to predefined formats. Before you decide to create a custom formatter, make sure that you cannot configure the public subclasses to satisfy your requirements.
Formatter
は、サブクラスを作ることを意図されます。あつらえのフォーマッタは、入力を制限して、データの表示を斬新な方法で向上します。例えば、あなたは、ユーザによって入力されるシリアルナンバーがあらかじめ定義された形式に従うことを確実にするあつらえのフォーマッタを持つことができます。あつらえのフォーマッタの作成をあなたが決定する前に、あなたがパブリックサブクラスを構成設定してあなたの要件を満たすことができないことに気をつけてください。
For instructions on how to create your own custom formatter, see Creating a Custom Formatter. あなた独自のあつらえのフォーマッタを作成する方法に関する説明書として、Creating a Custom Formatterを見てください。