2003.09.15


Package jdc.java.text

Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.

See:
          Description

Class Summary
MessageFormat A wrapper interface for java.text.MessageFormat.
 

Package jdc.java.text Description

Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages. This means your main application or applet can be written to be language-independent, and it can rely upon separate, dynamically-linked localized resources. This allows the flexibility of adding localizations for new localizations at any time.

These classes are capable of formatting dates, numbers, and messages, parsing; searching and sorting strings; and iterating over characters, words, sentences, and line breaks. This package contains three main groups of classes and interfaces:


2003.09.15



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.