Module javafx.base

Class FormatStringConverter<T>

java.lang.Object
javafx.util.StringConverter<T>
javafx.util.converter.FormatStringConverter<T>
Type Parameters:
T - the type of the object being converted

public class FormatStringConverter<T> extends StringConverter<T>

StringConverter implementation that can use a Format instance.

Since:
JavaFX 2.2