Java Platform 1.2
Beta 4

Uses of Class
java.text.Format

Packages that use Format
java.text Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.  
 

Uses of Format in java.text
 

Subclasses of Format in java.text
  ChoiceFormat
          A ChoiceFormat allows you to attach a format to a range of numbers.
  DateFormat
          DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.
  DecimalFormat
          DecimalFormat is a concrete subclass of NumberFormat for formatting decimal numbers.
  MessageFormat
          MessageFormat provides a means to produce concatenated messages in language-neutral way.
  NumberFormat
          NumberFormat is the abstract base class for all number formats.
  SimpleDateFormat
          SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner.
 

Methods in java.text that return Format
 Format[] MessageFormat.getFormats()
          Gets formats that were set with setFormats.
 

Methods in java.text with parameters of type Format
 void MessageFormat.setFormats(Format[] newFormats)
          Sets formats to use on parameters.
 void MessageFormat.setFormat(int variable, Format newFormat)
          Set a format to be used on a variable in the pattern.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.