|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.taco.text.AbstractStringToObjectConverter
com.taco.swinger.text2gui.StringToCursorConverter
public final class StringToCursorConverter
A converter from strings to cursors.
Field Summary | |
---|---|
protected static java.util.Map |
_TYPE_MAP
A map between lower case names and instances of Integer
containing the corresponding type of cursor. |
static StringToCursorConverter |
instance
The singleton instance of this class. |
Constructor Summary | |
---|---|
protected |
StringToCursorConverter()
Since this class is implemented as a singleton, its sole constructor is protected. |
Method Summary | |
---|---|
java.lang.Object |
toObject(java.lang.String s)
|
Methods inherited from class com.taco.text.AbstractStringToObjectConverter |
---|
map |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.util.Map _TYPE_MAP
Integer
containing the corresponding type of cursor.
public static final StringToCursorConverter instance
Constructor Detail |
---|
protected StringToCursorConverter()
Method Detail |
---|
public java.lang.Object toObject(java.lang.String s) throws java.text.ParseException
java.text.ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |