Class LongStringConverter
A
StringConverter implementation for Long (and long) values.- Since:
- JavaFX 2.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LongStringConverter
public LongStringConverter()Creates a defaultLongStringConverter.
-
-
Method Details
-
fromString
-
toString
Converts an object to a string form. The format of the returned string is defined by the specific converter.nullis converted to an empty string, otherwise the type'stoStringis used.- Parameters:
value- the object of typeTto convert- Returns:
- a string representation of the object passed in
-