|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseException | |
java.text | Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages. |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
Uses of ParseException in java.text |
Methods in java.text that throw ParseException | |
Date |
DateFormat.parse(String source)
Parses text from the beginning of the given string to produce a date. |
Number |
NumberFormat.parse(String source)
Parses text from the beginning of the given string to produce a number. |
Object |
Format.parseObject(String source)
Parses text from the beginning of the given string to produce an object. |
Object[] |
MessageFormat.parse(String source)
Parses text from the beginning of the given string to produce an object array. |
Constructors in java.text that throw ParseException | |
RuleBasedCollator(String rules)
RuleBasedCollator constructor. |
Uses of ParseException in javax.swing |
Methods in javax.swing that throw ParseException | |
void |
JSpinner.commitEdit()
Commits the currently edited value to the SpinnerModel . |
void |
JSpinner.DefaultEditor.commitEdit()
Pushes the currently edited value to the SpinnerModel . |
void |
JFormattedTextField.commitEdit()
Forces the current value to be taken from the AbstractFormatter and set as the current value. |
abstract Object |
JFormattedTextField.AbstractFormatter.stringToValue(String text)
Parses text returning an arbitrary Object. |
abstract String |
JFormattedTextField.AbstractFormatter.valueToString(Object value)
Returns the string value to display for value . |
Uses of ParseException in javax.swing.text |
Methods in javax.swing.text that throw ParseException | |
void |
MaskFormatter.setMask(String mask)
Sets the mask dictating the legal characters. |
Object |
MaskFormatter.stringToValue(String value)
Parses the text, returning the appropriate Object representation of the String value . |
String |
MaskFormatter.valueToString(Object value)
Returns a String representation of the Object value
based on the mask. |
Object |
DefaultFormatter.stringToValue(String string)
Converts the passed in String into an instance of getValueClass by way of the constructor that
takes a String argument. |
String |
DefaultFormatter.valueToString(Object value)
Converts the passed in Object into a String by way of the toString method. |
String |
InternationalFormatter.valueToString(Object value)
Returns a String representation of the Object value . |
Object |
InternationalFormatter.stringToValue(String text)
Returns the Object representation of the
String text . |
Constructors in javax.swing.text that throw ParseException | |
MaskFormatter(String mask)
Creates a MaskFormatter with the specified mask. |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.