Generates a StringConverter from a Pair of Conversions Functions
Generates a StringConverter from a Pair of Conversions Functions
Type to convert
Function that converts a String to a new T instance
Function that converts a T instance to a new String
Convenience method that will create a StringConverter implementation that just makes conversion from String to object.
Convenience method that will create a StringConverter implementation that just makes
conversion from String to object. scalafx.util.StringConverter#toString method will throw a
java.lang.UnsupportedOperationException
.
Type to convert
Function that converts a String to a new T instance
Converts a ScalaFX StringConverter to a JavaFX StringConverter
Converts a ScalaFX StringConverter to a JavaFX StringConverter
ScalaFX StringConverter
Convenience method that will create a StringConverter implementation that just makes conversion from object to String.
Convenience method that will create a StringConverter implementation that just makes
conversion from object to String. scalafx.util.StringConverter#fromString method will throw a
java.lang.UnsupportedOperationException
.
Type to convert
Function that converts a T instance to a new String
Companion Object for scalafx.util.StringConverter.