Class StringConverters
java.lang.Object
jfxtras.icalendarfx.utilities.StringConverters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static StringAdd Double Quotes to front and end of string if text contains \ : ;static StringConverter<Boolean> static StringConverter<String> static StringremoveDoubleQuote(String input) Remove leading and trailing double quotesstatic StringConverter<URI> static StringConverter<URI> static StringConverter<List<URI>>
-
Constructor Details
-
StringConverters
public StringConverters()
-
-
Method Details
-
defaultStringConverterWithQuotes
-
uriConverterNoQuotes
-
uriConverterWithQuotes
-
uriListConverter
-
booleanConverter
-
removeDoubleQuote
-
addDoubleQuotesIfNecessary
-