- java.lang.Object
-
- javafx.util.StringConverter<T>
-
- javafx.util.converter.FormatStringConverter<T>
-
public class FormatStringConverter<T> extends StringConverter<T>
StringConverter
implementation that can use aFormat
instance.- Since:
- JavaFX 2.2
-
-
Constructor Summary
Constructors Constructor Description FormatStringConverter(Format format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Format
getFormat()
Return aFormat
instance to use for formatting and parsing in thisStringConverter
.-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in class javafx.util.StringConverter
fromString, toString
-
-
-
-
Constructor Detail
-
FormatStringConverter
public FormatStringConverter(Format format)
-
-
Method Detail
-
getFormat
protected Format getFormat()
Return a
Format
instance to use for formatting and parsing in thisStringConverter
.- Returns:
- a
Format
instance for formatting and parsing in thisStringConverter
-
-