Frames | No Frames |
Constructors with parameter type java.text.Format | |
Creates a JFormattedTextField that can handle the specified Format.
|
Constructors with parameter type java.text.Format | |
Creates a new InternationalFormatter that uses the specified
Format object for value to string conversion.
|
Methods with parameter type java.text.Format | |
void | Sets the Format object that is used to convert values to strings.
|
void | Sets the NumberFormat that this NumberFormatter will use to determine
legal values for editing and displaying.
|
Methods with return type java.text.Format | |
Format | Returns the currently used Format object that is used to format
the JFormattedField.
|
Classes derived from java.text.Format | |
class | HTTP date formatter and parser.
|
Classes derived from java.text.Format | |
class | This class allows a format to be specified based on a range of numbers.
|
class | |
class | This class is a concrete implementation of NumberFormat used to format
decimal numbers. |
class | |
class | This is the abstract superclass of all classes which format and
parse numeric values such as decimal numbers, integers, currency values,
and percentages. |
class | SimpleDateFormat provides convenient methods for parsing and formatting
dates using Gregorian calendars (see java.util.GregorianCalendar).
|
Methods with parameter type java.text.Format | |
void | Sets the format for the argument at an specified
index.
|
void | Set the format to used using the argument index number.
|
void | Sets the formats for the arguments.
|
void | Set the format for argument using a specified array of formatters
which is sorted according to the argument index. |
Methods with return type java.text.Format | |
Format[] | Returns an array with the Formats for
the arguments.
|
Format[] | Return the formatters used sorted by argument index. |