JavaFx StringConverter to be wrapped.
JavaFx StringConverter to be wrapped.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
Converts the string provided into an object defined by the specific converter.
Converts the string provided into an object defined by the specific converter.
String
to be converted to a T instance.
A new T instance generated from argument.
The delegate hashcode
Converts the object provided into its string form.
Converts the object provided into its string form.
String version of argument.
Returns the original delegate's toString()
adding a [SFX]
prefix.
StringConverter
implementation that can use aFormat
instance.