JSR-62 (Final)

Uses of Class
java.text.FieldPosition

Packages that use FieldPosition
java.text   
 

Uses of FieldPosition in java.text
 

Methods in java.text with parameters of type FieldPosition
 StringBuffer SimpleDateFormat.format(Date date, StringBuffer toAppendTo, FieldPosition pos)
          Overrides DateFormat
 StringBuffer DecimalFormat.format(double number, StringBuffer result, FieldPosition fieldPosition)
          Formats a double to produce a string.
 StringBuffer DecimalFormat.format(long number, StringBuffer result, FieldPosition fieldPosition)
          Format a long to produce a string.
 StringBuffer DateFormat.format(Object obj, StringBuffer toAppendTo, FieldPosition fieldPosition)
          Overrides Format.
abstract  StringBuffer DateFormat.format(Date date, StringBuffer toAppendTo, FieldPosition fieldPosition)
          Formats a Date into a date/time string.
 StringBuffer ChoiceFormat.format(long number, StringBuffer toAppendTo, FieldPosition status)
          Specialization of format.
 StringBuffer ChoiceFormat.format(double number, StringBuffer toAppendTo, FieldPosition status)
          Returns pattern with formatted double.
 StringBuffer NumberFormat.format(Object number, StringBuffer toAppendTo, FieldPosition pos)
          Formats an object to produce a string.
abstract  StringBuffer NumberFormat.format(double number, StringBuffer toAppendTo, FieldPosition pos)
          Specialization of format.
abstract  StringBuffer NumberFormat.format(long number, StringBuffer toAppendTo, FieldPosition pos)
          Specialization of format.
abstract  StringBuffer Format.format(Object obj, StringBuffer toAppendTo, FieldPosition pos)
          Formats an object to produce a string.
 StringBuffer MessageFormat.format(Object[] source, StringBuffer result, FieldPosition ignore)
          Returns pattern with formatted objects.
 StringBuffer MessageFormat.format(Object source, StringBuffer result, FieldPosition ignore)
          Returns pattern with formatted objects.
 


JSR-62 (Final)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.