A B C D E F G H I J L M N O P Q R S T U V W Y 

A

AbstractDateConverter<T> - Class in jidefx.utils.converter
ObjectConverter implementation for <code>Date</code>, <code>Calendar</code> or <code>Number</code>.
AbstractDateConverter() - Constructor for class jidefx.utils.converter.AbstractDateConverter
Creates a DateConverter.
AbstractNumberConverter<T extends java.lang.Number> - Class in jidefx.utils.converter
ObjectConverter abstract implementation for Number.
AbstractNumberConverter() - Constructor for class jidefx.utils.converter.AbstractNumberConverter
 
AbstractNumberConverter(Locale) - Constructor for class jidefx.utils.converter.AbstractNumberConverter
 
AbstractNumberConverter(String) - Constructor for class jidefx.utils.converter.AbstractNumberConverter
 
AbstractNumberConverter(Locale, String) - Constructor for class jidefx.utils.converter.AbstractNumberConverter
 
AbstractNumberConverter(NumberFormat) - Constructor for class jidefx.utils.converter.AbstractNumberConverter
 
anyDateToString(Object, ConverterContext) - Method in class jidefx.utils.converter.AbstractDateConverter
Converts the object to String.

B

BigDecimalConverter - Class in jidefx.utils.converter
 
BigDecimalConverter() - Constructor for class jidefx.utils.converter.BigDecimalConverter
 
BigDecimalConverter(NumberFormat) - Constructor for class jidefx.utils.converter.BigDecimalConverter
 
BooleanConverter - Class in jidefx.utils.converter
ObjectConverter implementation for <code>Boolean</code> (and boolean primitive) values.
BooleanConverter() - Constructor for class jidefx.utils.converter.BooleanConverter
 
BoundingBoxConverter - Class in jidefx.utils.converter.javafx
ObjectConverter for <code>BoundingBox</code>.
BoundingBoxConverter() - Constructor for class jidefx.utils.converter.javafx.BoundingBoxConverter
 
BoundingBoxConverter(String) - Constructor for class jidefx.utils.converter.javafx.BoundingBoxConverter
 
BoundingBoxConverter(String, Class<?>) - Constructor for class jidefx.utils.converter.javafx.BoundingBoxConverter
 
ByteConverter - Class in jidefx.utils.converter
ObjectConverter implementation for <code>Byte</code>.
ByteConverter() - Constructor for class jidefx.utils.converter.ByteConverter
 
ByteConverter(NumberFormat) - Constructor for class jidefx.utils.converter.ByteConverter
 

C

CalendarConverter - Class in jidefx.utils.converter
ObjectConverter implementation for <code>Date</code>, <code>Calendar</code> or <code>Number</code>.
CalendarConverter() - Constructor for class jidefx.utils.converter.CalendarConverter
Creates a new CalendarConverter.
clear() - Method in class jidefx.utils.converter.ObjectConverterManager
 
ColorConverter - Interface in jidefx.utils.converter.javafx
ObjectConverter for <code>Color</code>.
CONCISE_FORMAT - Static variable in class jidefx.utils.converter.MonthNameConverter
0 -> "1", 1 -> "2", ..., 11 -> "12"
CONTEXT - Static variable in class jidefx.utils.converter.CurrencyConverter
 
CONTEXT - Static variable in class jidefx.utils.converter.MonthNameConverter
Default ConverterContext for MonthConverter.
CONTEXT - Static variable in class jidefx.utils.converter.MultilineStringConverter
 
CONTEXT - Static variable in class jidefx.utils.converter.NaturalNumberConverter
Default ConverterContext for NaturalNumberConverter.
CONTEXT - Static variable in class jidefx.utils.converter.PercentConverter
 
CONTEXT - Static variable in class jidefx.utils.converter.QuarterNameConverter
Default ConverterContext for MonthConverter.
CONTEXT - Static variable in class jidefx.utils.converter.StringArrayConverter
 
CONTEXT_DATE - Static variable in class jidefx.utils.converter.AbstractDateConverter
A converter context to tell the DateConverter using a DateFormat from SimpleDateFormat.getDateInstance to do the conversion.
CONTEXT_DATETIME - Static variable in class jidefx.utils.converter.AbstractDateConverter
A converter context to tell the DateConverter using a DateFormat from SimpleDateFormat.getDateTimeInstance to do the conversion.
CONTEXT_DEFAULT - Static variable in class jidefx.utils.converter.ConverterContext
Default ConverterContext with empty name.
CONTEXT_FIXED_1_DIGIT_FRACTION - Static variable in class jidefx.utils.converter.AbstractNumberConverter
A converter context to tell the NumberConverter to use fixed 2 digit fraction.
CONTEXT_FIXED_2_DIGIT_FRACTION - Static variable in class jidefx.utils.converter.AbstractNumberConverter
A converter context to tell the NumberConverter to use fixed 2 digit fraction.
CONTEXT_FIXED_4_DIGIT_FRACTION - Static variable in class jidefx.utils.converter.AbstractNumberConverter
A converter context to tell the NumberConverter to use fixed 2 digit fraction.
CONTEXT_HEX - Static variable in interface jidefx.utils.converter.javafx.ColorConverter
ConverterContext for color to convert to HEX string.
CONTEXT_HEX_WITH_ALPHA - Static variable in interface jidefx.utils.converter.javafx.ColorConverter
ConverterContext for color to convert to HEX string.
CONTEXT_RGB - Static variable in interface jidefx.utils.converter.javafx.ColorConverter
ConverterContext for color to convert to RGB string.
CONTEXT_RGBA - Static variable in interface jidefx.utils.converter.javafx.ColorConverter
ConverterContext for color to convert to RGB and alpha string.
CONTEXT_TIME - Static variable in class jidefx.utils.converter.AbstractDateConverter
A converter context to tell the DateConverter using a DateFormat from SimpleDateFormat.getTimeInstance to do the conversion.
CONTEXT_WEB - Static variable in interface jidefx.utils.converter.javafx.ColorConverter
ConverterContext for color to convert to WEB string.
CONTEXT_YEAR_MONTH - Static variable in class jidefx.utils.converter.YearMonthConverter
Default ConverterContext for MonthConverter.
ConverterContext - Class in jidefx.utils.converter
The ConverterContext is used by ObjectConverterManager so that for the same type, different converters can be registered since the ConverterContext is different.
ConverterContext(String) - Constructor for class jidefx.utils.converter.ConverterContext
Creates a ConverterContext with a name.
ConverterContextSupport - Interface in jidefx.utils.converter
The interface indicates the class who extends it can support ConverterContext.
ConverterResource - Class in jidefx.utils.converter
Resource for the converters.
ConverterResource() - Constructor for class jidefx.utils.converter.ConverterResource
 
createInstance() - Static method in class jidefx.utils.converter.ObjectConverterManager
Creates a new instance of the ObjectConverterManager.
CurrencyConverter - Class in jidefx.utils.converter
ObjectConverter implementation for the currency.
CurrencyConverter() - Constructor for class jidefx.utils.converter.CurrencyConverter
 
CurrencyConverter(Locale) - Constructor for class jidefx.utils.converter.CurrencyConverter
 
CurrencyConverter(NumberFormat) - Constructor for class jidefx.utils.converter.CurrencyConverter
 

D

DateConverter - Class in jidefx.utils.converter
ObjectConverter implementation for <code>Date</code>, <code>Calendar</code> or <code>Number</code>.
DateConverter() - Constructor for class jidefx.utils.converter.DateConverter
Creates a DateConverter.
DefaultObjectConverter<T> - Class in jidefx.utils.converter
Default object converter.
DefaultObjectConverter() - Constructor for class jidefx.utils.converter.DefaultObjectConverter
 
DefaultValuesConverter<S> - Class in jidefx.utils.converter
An ObjectConverter that converts a list of values to String.
DefaultValuesConverter(String, Class<?>) - Constructor for class jidefx.utils.converter.DefaultValuesConverter
 
Dimension2DConverter - Class in jidefx.utils.converter.javafx
ObjectConverter for <code>Dimension2D</code>.
Dimension2DConverter() - Constructor for class jidefx.utils.converter.javafx.Dimension2DConverter
 
Dimension2DConverter(String) - Constructor for class jidefx.utils.converter.javafx.Dimension2DConverter
 
DoubleConverter - Class in jidefx.utils.converter
ObjectConverter implementation for <code>Double</code>.
DoubleConverter() - Constructor for class jidefx.utils.converter.DoubleConverter
 
DoubleConverter(NumberFormat) - Constructor for class jidefx.utils.converter.DoubleConverter
 

E

EnumConverter<T> - Class in jidefx.utils.converter
EnumConverter is a converter for Enums or any other data type that can be enumerated.
EnumConverter() - Constructor for class jidefx.utils.converter.EnumConverter
Creates an empty EnumConverter.
EnumConverter(Class<? extends Enum>) - Constructor for class jidefx.utils.converter.EnumConverter
The constructor to create an EnumConverter for an Enum type.
EnumConverter(String, T[], String[]) - Constructor for class jidefx.utils.converter.EnumConverter
Creates an EnumConverter.
EnumConverter(String, Class<?>, T[], String[]) - Constructor for class jidefx.utils.converter.EnumConverter
Creates an EnumConverter.
EnumConverter(String, Class<?>, T[], String[], T) - Constructor for class jidefx.utils.converter.EnumConverter
Creates an EnumConverter.
equals(Object) - Method in class jidefx.utils.converter.ConverterContext
Override equals.

F

FileConverter - Class in jidefx.utils.converter
ObjectConverter implementation for <code>File</code> using the full file path.
FileConverter() - Constructor for class jidefx.utils.converter.FileConverter
 
FloatConverter - Class in jidefx.utils.converter
ObjectConverter implementation for <code>Float</code>.
FloatConverter() - Constructor for class jidefx.utils.converter.FloatConverter
 
FloatConverter(NumberFormat) - Constructor for class jidefx.utils.converter.FloatConverter
 
FontConverter - Class in jidefx.utils.converter.javafx
Converter which converts <code>Font</code> to String and converts it back.
FontConverter() - Constructor for class jidefx.utils.converter.javafx.FontConverter
 
FontConverter(String) - Constructor for class jidefx.utils.converter.javafx.FontConverter
 
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.BigDecimalConverter
 
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.BooleanConverter
 
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.ByteConverter
Converts the String to a Byte.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.CalendarConverter
Converts from a String to a Calendar.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.DateConverter
Converts from a String to a Calendar.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.DefaultObjectConverter
Return null in most cases unless the generic type T is also a String.
fromString(String) - Method in class jidefx.utils.converter.DefaultObjectConverter
Calls to DefaultObjectConverter.fromString(String, ConverterContext) with ConverterContext.CONTEXT_DEFAULT as the context.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.DefaultValuesConverter
 
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.DoubleConverter
Converts the String to a Double.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.EnumConverter
Converts the string to the object.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.FileConverter
 
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.FloatConverter
Converts the String to a Float.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.IntegerConverter
Converts the String to a Integer.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.javafx.BoundingBoxConverter
Converts from a String to a BoundingBox.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.javafx.Dimension2DConverter
Converts from a String to a Dimension2D.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.javafx.FontConverter
 
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.javafx.HexColorConverter
 
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.javafx.InsetsConverter
Converts from a String to a Insets.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.javafx.Point2DConverter
Converts from a String to a Point2D.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.javafx.Point3DConverter
Converts from a String to a Point3D.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.javafx.Rectangle2DConverter
Converts from a String to a Rectangle2D.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.javafx.RgbColorConverter
 
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.javafx.WebColorConverter
 
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.LongConverter
Converts the String to a Long.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.MonthNameConverter
Converts the month name to the int value.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.MultilineStringConverter
 
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.NaturalNumberConverter
Converts the String to a Byte.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.NumberConverter
Converts the String to a Long.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.NumberDateConverter
Converts from a String to a Number which is normally a long value of the number of milliseconds since January 1, 1970, 00:00:00 GMT as in Date.getTime().
fromString(String, ConverterContext) - Method in interface jidefx.utils.converter.ObjectConverter
Converts from String to an object.
fromString(String, Class<?>) - Method in class jidefx.utils.converter.ObjectConverterManager
 
fromString(String, Class<?>, ConverterContext) - Method in class jidefx.utils.converter.ObjectConverterManager
 
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.PercentConverter
Converts the String to a Double.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.QuarterNameConverter
Converts from string to a int value.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.ShortConverter
Converts the String to a Short.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.StringArrayConverter
 
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.time.LocalDateConverter
Converts from a String to a LocalDate.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.time.LocalDateTimeConverter
Converts from a String to a LocalDateTime.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.time.LocalTimeConverter
Converts from a String to a LocalTime.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.time.YearMonthConverter
Converts from a String to a YearMonth.
fromString(int, String, ConverterContext) - Method in class jidefx.utils.converter.ValuesConverter
Converts the String to a value using the ObjectConverterManager.
fromString(String, ConverterContext) - Method in class jidefx.utils.converter.YearMonthConverter
Converts string to a Calendar which has the year and month information.
fromStringToDate(String, ConverterContext) - Method in class jidefx.utils.converter.AbstractDateConverter
Converts from a String to a Date.

G

getArrayConverterContext(ConverterContext) - Static method in class jidefx.utils.converter.ConverterContext
Gets the ConverterContext which add a trailing "[]" to the context name.
getColorNameMap() - Static method in class jidefx.utils.converter.javafx.WebColorConverter
 
getConverter(Class<?>) - Method in class jidefx.utils.converter.ObjectConverterManager
 
getConverter(Class<?>, ConverterContext) - Method in class jidefx.utils.converter.ObjectConverterManager
 
getConverterContext() - Method in interface jidefx.utils.converter.ConverterContextSupport
Gets the converter context.
getConverterContext() - Method in class jidefx.utils.converter.EnumConverter
Gets the converter context of this converter.
getConverterContexts(Class<?>) - Method in class jidefx.utils.converter.ObjectConverterManager
 
getDefault() - Method in class jidefx.utils.converter.EnumConverter
Gets the default value of the converter if it failed to find the matching object for a particular string.
getDefaultDateFormat() - Method in class jidefx.utils.converter.AbstractDateConverter
Gets the default format for date.
getDefaultDateFormat() - Method in class jidefx.utils.converter.MonthNameConverter
Gets default format to format a month.
getDefaultDateFormat() - Method in class jidefx.utils.converter.YearMonthConverter
Gets the default DateFormat to format an calendar.
getDefaultDateTimeFormat() - Method in class jidefx.utils.converter.AbstractDateConverter
Gets the default format for date/time.
getDefaultDateTimeFormatter() - Method in class jidefx.utils.converter.time.TemporalAccessConverter
Gets the default DateTimeFormatter to format/parse the LocalDate.
getDefaultTimeFormat() - Method in class jidefx.utils.converter.AbstractDateConverter
Gets the default format for time.
getElementClass(int) - Method in class jidefx.utils.converter.ValuesConverter
Gets the element class for the value at the specified index.
getElementConverterContext(ConverterContext) - Static method in class jidefx.utils.converter.ConverterContext
Gets the ConverterContext which removes the trailing "[]" from the context name.
getFalse() - Method in class jidefx.utils.converter.BooleanConverter
Get the string to represent the false value.
getFullDateTimeFormatter() - Method in class jidefx.utils.converter.time.LocalDateConverter
 
getFullDateTimeFormatter() - Method in class jidefx.utils.converter.time.LocalDateTimeConverter
 
getFullDateTimeFormatter() - Method in class jidefx.utils.converter.time.LocalTimeConverter
 
getFullDateTimeFormatter() - Method in class jidefx.utils.converter.time.TemporalAccessConverter
 
getFullDateTimeFormatter() - Method in class jidefx.utils.converter.time.YearMonthConverter
 
getInstance() - Static method in class jidefx.utils.converter.ObjectConverterManager
Gets the default instance of the ObjectConverterManager.
getInstance(Node) - Static method in class jidefx.utils.converter.ObjectConverterManager
Gets the ObjectConverterManager from the node if the node has an ObjectConverterManager defined on the Properties.
getLongDateTimeFormatter() - Method in class jidefx.utils.converter.time.LocalDateConverter
 
getLongDateTimeFormatter() - Method in class jidefx.utils.converter.time.LocalDateTimeConverter
 
getLongDateTimeFormatter() - Method in class jidefx.utils.converter.time.LocalTimeConverter
 
getLongDateTimeFormatter() - Method in class jidefx.utils.converter.time.TemporalAccessConverter
 
getLongDateTimeFormatter() - Method in class jidefx.utils.converter.time.YearMonthConverter
 
getMediumDateTimeFormatter() - Method in class jidefx.utils.converter.time.LocalDateConverter
 
getMediumDateTimeFormatter() - Method in class jidefx.utils.converter.time.LocalDateTimeConverter
 
getMediumDateTimeFormatter() - Method in class jidefx.utils.converter.time.LocalTimeConverter
 
getMediumDateTimeFormatter() - Method in class jidefx.utils.converter.time.TemporalAccessConverter
 
getMediumDateTimeFormatter() - Method in class jidefx.utils.converter.time.YearMonthConverter
 
getName() - Method in class jidefx.utils.converter.ConverterContext
Gets the name of the ConverterContext.
getName() - Method in class jidefx.utils.converter.EnumConverter
Gets the name of the converter.
getNull() - Method in class jidefx.utils.converter.BooleanConverter
Get the string to represent the null value.
getNumberFormat() - Method in class jidefx.utils.converter.AbstractNumberConverter
Returns a NumberFormat instance to use for formatting and parsing in this AbstractNumberConverter.
getNumberFormat() - Method in class jidefx.utils.converter.javafx.FontConverter
Gets the NumberFormat which is used to format the font size.
getObjectConverterManager(ConverterContext) - Method in class jidefx.utils.converter.DefaultObjectConverter
Gets the ObjectConverterManager instance from the ConverterContext if any.
getObjects() - Method in class jidefx.utils.converter.EnumConverter
Gets the objects array.
getProperties() - Method in class jidefx.utils.converter.ConverterContext
Returns an observable map of properties on this node for use primarily by application developers.
getQuarterNamePattern() - Method in class jidefx.utils.converter.QuarterNameConverter
Gets the quarter name pattern when converting from an int to a String.
getResourceBundle(Locale) - Static method in class jidefx.utils.converter.ConverterResource
 
getResourceString(String) - Method in class jidefx.utils.converter.QuarterNameConverter
 
getSeparator() - Method in class jidefx.utils.converter.javafx.FontConverter
Gets the separator string used to split the string representation of the Font.
getShortDateTimeFormatter() - Method in class jidefx.utils.converter.time.LocalDateConverter
 
getShortDateTimeFormatter() - Method in class jidefx.utils.converter.time.LocalDateTimeConverter
 
getShortDateTimeFormatter() - Method in class jidefx.utils.converter.time.LocalTimeConverter
 
getShortDateTimeFormatter() - Method in class jidefx.utils.converter.time.TemporalAccessConverter
 
getShortDateTimeFormatter() - Method in class jidefx.utils.converter.time.YearMonthConverter
 
getStrings() - Method in class jidefx.utils.converter.EnumConverter
Gets the strings array.
getTrue() - Method in class jidefx.utils.converter.BooleanConverter
Get the string to represent the true value.
getType() - Method in interface jidefx.utils.converter.ConverterContextSupport
Gets the type of the value.
getType() - Method in class jidefx.utils.converter.EnumConverter
Gets the data type of the converter.

H

hashCode() - Method in class jidefx.utils.converter.ConverterContext
 
hasProperties() - Method in class jidefx.utils.converter.ConverterContext
Tests if Node has properties.
HexColorConverter - Class in jidefx.utils.converter.javafx
If alpha value is not included, converts Color to/from #RRGGBB format.
HexColorConverter() - Constructor for class jidefx.utils.converter.javafx.HexColorConverter
Creates a HexColorConverter.
HexColorConverter(boolean) - Constructor for class jidefx.utils.converter.javafx.HexColorConverter
Creates a HexColorConverter.

I

initDefaultConverters() - Method in class jidefx.utils.converter.ObjectConverterManager
 
initialize(Class<?>, ConverterContext) - Method in class jidefx.utils.converter.EnumConverter
 
initialize(Class<?>, ConverterContext) - Method in interface jidefx.utils.converter.LazyInitializeConverter
Initialize the converter.
InsetsConverter - Class in jidefx.utils.converter.javafx
ObjectConverter for <code>Insets</code>.
InsetsConverter() - Constructor for class jidefx.utils.converter.javafx.InsetsConverter
 
InsetsConverter(String) - Constructor for class jidefx.utils.converter.javafx.InsetsConverter
 
IntegerConverter - Class in jidefx.utils.converter
ObjectConverter implementation for <code>Integer</code>.
IntegerConverter() - Constructor for class jidefx.utils.converter.IntegerConverter
 
IntegerConverter(NumberFormat) - Constructor for class jidefx.utils.converter.IntegerConverter
 
isArrayConverterContext(ConverterContext) - Static method in class jidefx.utils.converter.ConverterContext
Checks if the context is for an array.
isAutoInit() - Method in class jidefx.utils.converter.ObjectConverterManager
 
isOpacityIncluded() - Method in class jidefx.utils.converter.javafx.HexColorConverter
Get the flag if this converter should consider alpha value.
isOpacityIncluded() - Method in class jidefx.utils.converter.javafx.RgbColorConverter
Get the flag if this converter should consider alpha value.

J

jidefx.utils.converter - package jidefx.utils.converter
The package contains classes related to object converters and string converters
jidefx.utils.converter.javafx - package jidefx.utils.converter.javafx
The package contains classes related to object converters and string converters for types in JavaFX
jidefx.utils.converter.time - package jidefx.utils.converter.time
The package contains classes related to object converters for the data types at the java.time package.

L

LazyInitializeConverter - Interface in jidefx.utils.converter
LazyInitializeConverter is an interface that can be implemented by any object converters to support lazy initialization.
LocalDateConverter - Class in jidefx.utils.converter.time
ObjectConverter for <code>LocalDate</code>.
LocalDateConverter() - Constructor for class jidefx.utils.converter.time.LocalDateConverter
Creates a DateConverter.
LocalDateTimeConverter - Class in jidefx.utils.converter.time
 
LocalDateTimeConverter() - Constructor for class jidefx.utils.converter.time.LocalDateTimeConverter
Creates a LocalDateTimeConverter.
LocalTimeConverter - Class in jidefx.utils.converter.time
 
LocalTimeConverter() - Constructor for class jidefx.utils.converter.time.LocalTimeConverter
Creates a LocalTimeConverter.
LONG_FORMAT - Static variable in class jidefx.utils.converter.MonthNameConverter
0 -> "January", 1 -> "February", ..., 11 -> "December"
LongConverter - Class in jidefx.utils.converter
ObjectConverter implementation for <code>Long</code>.
LongConverter() - Constructor for class jidefx.utils.converter.LongConverter
 
LongConverter(NumberFormat) - Constructor for class jidefx.utils.converter.LongConverter
 

M

main(String[]) - Static method in class jidefx.utils.converter.time.LocalTimeConverter
 
main(String[]) - Static method in class jidefx.utils.converter.ValuesConverter
 
MEDIUM_FORMAT - Static variable in class jidefx.utils.converter.MonthNameConverter
0 -> "Jan", 1 -> "Feb", ..., 11 -> "Dec"
MonthNameConverter - Class in jidefx.utils.converter
An ObjectConverter that can convert between month names and an integer.
MonthNameConverter() - Constructor for class jidefx.utils.converter.MonthNameConverter
Creates a new CalendarConverter.
MultilineStringConverter - Class in jidefx.utils.converter
An ObjectConverter for multi-line string.
MultilineStringConverter() - Constructor for class jidefx.utils.converter.MultilineStringConverter
 

N

NaturalNumberConverter - Class in jidefx.utils.converter
ObjectConverter implementation for a positive integer (a.k.a natural number)
NaturalNumberConverter() - Constructor for class jidefx.utils.converter.NaturalNumberConverter
 
NaturalNumberConverter(NumberFormat) - Constructor for class jidefx.utils.converter.NaturalNumberConverter
 
NumberConverter - Class in jidefx.utils.converter
ObjectConverter implementation for <code>Number</code>.
NumberConverter() - Constructor for class jidefx.utils.converter.NumberConverter
 
NumberConverter(NumberFormat) - Constructor for class jidefx.utils.converter.NumberConverter
 
NumberDateConverter - Class in jidefx.utils.converter
ObjectConverter implementation for <code>Number</code>.
NumberDateConverter() - Constructor for class jidefx.utils.converter.NumberDateConverter
Creates a DateConverter.
numberFromString(String, ConverterContext) - Method in class jidefx.utils.converter.AbstractNumberConverter
Converts the String to a Number.

O

ObjectConverter<T> - Interface in jidefx.utils.converter
An interface that can convert an object to a String and convert from String to an object.
ObjectConverterManager - Class in jidefx.utils.converter
 
ObjectConverterManager() - Constructor for class jidefx.utils.converter.ObjectConverterManager
 

P

PercentConverter - Class in jidefx.utils.converter
ObjectConverter implementation for a percentage
PercentConverter() - Constructor for class jidefx.utils.converter.PercentConverter
 
PercentConverter(Locale) - Constructor for class jidefx.utils.converter.PercentConverter
 
PercentConverter(NumberFormat) - Constructor for class jidefx.utils.converter.PercentConverter
 
Point2DConverter - Class in jidefx.utils.converter.javafx
ObjectConverter for <code>Point2D</code>.
Point2DConverter() - Constructor for class jidefx.utils.converter.javafx.Point2DConverter
 
Point2DConverter(String) - Constructor for class jidefx.utils.converter.javafx.Point2DConverter
 
Point3DConverter - Class in jidefx.utils.converter.javafx
ObjectConverter for <code>Point3D</code>.
Point3DConverter() - Constructor for class jidefx.utils.converter.javafx.Point3DConverter
 
Point3DConverter(String) - Constructor for class jidefx.utils.converter.javafx.Point3DConverter
 
PROPERTY_DATE_FORMAT - Static variable in class jidefx.utils.converter.AbstractDateConverter
A property for the converter context.
PROPERTY_DATE_FORMAT - Static variable in class jidefx.utils.converter.YearMonthConverter
A property for the converter context.
PROPERTY_DATE_TIME_FORMATTER - Static variable in class jidefx.utils.converter.time.TemporalAccessConverter
A property for the converter context.
PROPERTY_NUMBER_FORMAT - Static variable in class jidefx.utils.converter.AbstractNumberConverter
A property for the converter context.
PROPERTY_OBJECT_CONVERTER_MANAGER - Static variable in class jidefx.utils.converter.ConverterContext
Property for the ObjectConverterManager.
PROPERTY_OBJECT_CONVERTER_MANAGER - Static variable in class jidefx.utils.converter.ObjectConverterManager
 

Q

QuarterNameConverter - Class in jidefx.utils.converter
An ObjectConverter that can convert between quarter names and an integer.
QuarterNameConverter() - Constructor for class jidefx.utils.converter.QuarterNameConverter
Creates a new CalendarConverter.

R

Rectangle2DConverter - Class in jidefx.utils.converter.javafx
ObjectConverter for <code>Rectangle2D</code>.
Rectangle2DConverter() - Constructor for class jidefx.utils.converter.javafx.Rectangle2DConverter
 
Rectangle2DConverter(String) - Constructor for class jidefx.utils.converter.javafx.Rectangle2DConverter
 
registerConverter(Class<?>, ObjectConverter, ConverterContext) - Method in class jidefx.utils.converter.ObjectConverterManager
 
registerConverter(Class<?>, ObjectConverter) - Method in class jidefx.utils.converter.ObjectConverterManager
 
RequiringConverterManager - Interface in jidefx.utils.converter
A markup interface indicates the converter needs an ObjectConverterManager instance to be set on the context on the Properties using ConverterContext.PROPERTY_OBJECT_CONVERTER_MANAGER.
resetInit() - Method in class jidefx.utils.converter.ObjectConverterManager
 
RgbColorConverter - Class in jidefx.utils.converter.javafx
If alpha value is not included, converts Color to/from "XXX, XXX, XXX" format.
RgbColorConverter() - Constructor for class jidefx.utils.converter.javafx.RgbColorConverter
Creates a RgbColorConverter.
RgbColorConverter(boolean) - Constructor for class jidefx.utils.converter.javafx.RgbColorConverter
Creates a RgbColorConverter.

S

setAutoInit(boolean) - Method in class jidefx.utils.converter.ObjectConverterManager
 
setConverterContext(ConverterContext) - Method in interface jidefx.utils.converter.ConverterContextSupport
Sets the converter context.
setDefaultDateFormat(DateFormat) - Method in class jidefx.utils.converter.AbstractDateConverter
Sets the default format to format date.
setDefaultDateFormat(DateFormat) - Method in class jidefx.utils.converter.MonthNameConverter
Sets default format to format a month.
setDefaultDateFormat(DateFormat) - Method in class jidefx.utils.converter.YearMonthConverter
Sets the default DateFormat to format an calendar.
setDefaultDateTimeFormat(DateFormat) - Method in class jidefx.utils.converter.AbstractDateConverter
Sets the default format to format date/time.
setDefaultDateTimeFormatter(DateTimeFormatter) - Method in class jidefx.utils.converter.time.TemporalAccessConverter
Sets the default DateTimeFormatter to format/parse the LocalDate.
setDefaultTimeFormat(DateFormat) - Method in class jidefx.utils.converter.AbstractDateConverter
Sets the default format to format time.
setName(String) - Method in class jidefx.utils.converter.ConverterContext
Sets the name of the ConverterContext.
setNumberFormat(NumberFormat) - Method in class jidefx.utils.converter.javafx.FontConverter
Sets the NumberFormat which is used to format the font size.
setOpacityIncluded(boolean) - Method in class jidefx.utils.converter.javafx.HexColorConverter
Set the flag if this converter should consider alpha value.
setOpacityIncluded(boolean) - Method in class jidefx.utils.converter.javafx.RgbColorConverter
Set the flag if this converter should consider alpha value.
setQuarterNamePattern(String) - Method in class jidefx.utils.converter.QuarterNameConverter
Sets the quarter name pattern.
setSeparator(String) - Method in class jidefx.utils.converter.javafx.FontConverter
Sets the separator string used to split the string representation of the Font.
setType(Class<?>) - Method in interface jidefx.utils.converter.ConverterContextSupport
Sets the type of the value.
SHORT_FORMAT - Static variable in class jidefx.utils.converter.MonthNameConverter
0 -> "01", 1 -> "02", ..., 11 -> "12"
ShortConverter - Class in jidefx.utils.converter
ObjectConverter implementation for <code>Short</code>.
ShortConverter() - Constructor for class jidefx.utils.converter.ShortConverter
 
ShortConverter(NumberFormat) - Constructor for class jidefx.utils.converter.ShortConverter
 
StringArrayConverter - Class in jidefx.utils.converter
 
StringArrayConverter() - Constructor for class jidefx.utils.converter.StringArrayConverter
Creates a StringArrayConverter using default constructor.
StringArrayConverter(String) - Constructor for class jidefx.utils.converter.StringArrayConverter
Creates a StringArrayConverter with a specified separator.

T

TemporalAccessConverter<T extends java.time.temporal.Temporal> - Class in jidefx.utils.converter.time
Abstract implementations of ObjectConverter for all the data types that extends <code>TemporalAccessor</code>.
TemporalAccessConverter() - Constructor for class jidefx.utils.converter.time.TemporalAccessConverter
Creates a TemporalConverter.
temporalFromString(String, ConverterContext) - Method in class jidefx.utils.converter.time.TemporalAccessConverter
Converts from a String to a TemporalAccess.
toString(T, ConverterContext) - Method in class jidefx.utils.converter.AbstractNumberConverter
 
toString(BigDecimal, ConverterContext) - Method in class jidefx.utils.converter.BigDecimalConverter
 
toString(Boolean, ConverterContext) - Method in class jidefx.utils.converter.BooleanConverter
 
toString(Calendar, ConverterContext) - Method in class jidefx.utils.converter.CalendarConverter
 
toString() - Method in class jidefx.utils.converter.ConverterContext
 
toString(Date, ConverterContext) - Method in class jidefx.utils.converter.DateConverter
 
toString(T, ConverterContext) - Method in class jidefx.utils.converter.DefaultObjectConverter
Converts the value to String.
toString(T) - Method in class jidefx.utils.converter.DefaultObjectConverter
Calls to DefaultObjectConverter.toString(Object, ConverterContext) with ConverterContext.CONTEXT_DEFAULT as the context.
toString(List<S>, ConverterContext) - Method in class jidefx.utils.converter.DefaultValuesConverter
 
toString(T, ConverterContext) - Method in class jidefx.utils.converter.EnumConverter
Converts the object to string.
toString(File, ConverterContext) - Method in class jidefx.utils.converter.FileConverter
 
toString(BoundingBox, ConverterContext) - Method in class jidefx.utils.converter.javafx.BoundingBoxConverter
Converts the BoundingBox to String.
toString(Dimension2D, ConverterContext) - Method in class jidefx.utils.converter.javafx.Dimension2DConverter
Converts the Dimension2D to String.
toString(Font, ConverterContext) - Method in class jidefx.utils.converter.javafx.FontConverter
 
toString(Color, ConverterContext) - Method in class jidefx.utils.converter.javafx.HexColorConverter
 
toString(Insets, ConverterContext) - Method in class jidefx.utils.converter.javafx.InsetsConverter
Converts the Insets to String.
toString(Point2D, ConverterContext) - Method in class jidefx.utils.converter.javafx.Point2DConverter
Converts the Point2D to String.
toString(Point3D, ConverterContext) - Method in class jidefx.utils.converter.javafx.Point3DConverter
Converts the Point3D to String.
toString(Rectangle2D, ConverterContext) - Method in class jidefx.utils.converter.javafx.Rectangle2DConverter
Converts the Rectangle2D to String.
toString(Color, ConverterContext) - Method in class jidefx.utils.converter.javafx.RgbColorConverter
 
toString(Color, ConverterContext) - Method in class jidefx.utils.converter.javafx.WebColorConverter
 
toString(Integer, ConverterContext) - Method in class jidefx.utils.converter.MonthNameConverter
Converts the integer to the month names.
toString(String, ConverterContext) - Method in class jidefx.utils.converter.MultilineStringConverter
 
toString(Number, ConverterContext) - Method in class jidefx.utils.converter.NumberDateConverter
 
toString(T, ConverterContext) - Method in interface jidefx.utils.converter.ObjectConverter
Converts from object to String.
toString(Object) - Method in class jidefx.utils.converter.ObjectConverterManager
 
toString(Object, Class<?>) - Method in class jidefx.utils.converter.ObjectConverterManager
 
toString(Object, Class<?>, ConverterContext) - Method in class jidefx.utils.converter.ObjectConverterManager
 
toString(Integer, ConverterContext) - Method in class jidefx.utils.converter.QuarterNameConverter
Converts the quarter value to a String.
toString(Object, ConverterContext) - Method in class jidefx.utils.converter.StringArrayConverter
 
toString(T, ConverterContext) - Method in class jidefx.utils.converter.time.TemporalAccessConverter
Converts the LocalDate to String.
toString(int, S, ConverterContext) - Method in class jidefx.utils.converter.ValuesConverter
Converts the value to String using the ObjectConverterManager.
toString(Calendar, ConverterContext) - Method in class jidefx.utils.converter.YearMonthConverter
It will convert the calendar to String.
toStringConverter() - Method in class jidefx.utils.converter.DefaultObjectConverter
Return a <code>StringConverter</code> using the toString and fromString methods of ObjectConverter with ConverterContext.CONTEXT_DEFAULT.
toStringConverter() - Method in interface jidefx.utils.converter.ObjectConverter
Creates a compatible StringConverter from ObjectConverter using the ConverterContext.DEFAULT_CONTEXT.
toStrings(Object[]) - Static method in class jidefx.utils.converter.EnumConverter
Converts an object array to a String array using ObjectConverterManager.
toStrings(Object[], ConverterContext) - Static method in class jidefx.utils.converter.EnumConverter
Converts an object array to a String array using ObjectConverterManager.

U

unregisterAllConverters(Class<?>) - Method in class jidefx.utils.converter.ObjectConverterManager
 
unregisterAllConverters() - Method in class jidefx.utils.converter.ObjectConverterManager
 
unregisterConverter(Class<?>, ConverterContext) - Method in class jidefx.utils.converter.ObjectConverterManager
 
unregisterConverter(Class<?>) - Method in class jidefx.utils.converter.ObjectConverterManager
 

V

ValuesConverter<T,S> - Class in jidefx.utils.converter
ArrayConverter is an abstract converter that converts between a list of values to a String with a specified separator.
ValuesConverter(String, Class<?>) - Constructor for class jidefx.utils.converter.ValuesConverter
Creates an ArrayConverter.
ValuesConverter(String, Class<?>[]) - Constructor for class jidefx.utils.converter.ValuesConverter
Creates an ArrayConverter.
valuesFromString(String, ConverterContext) - Method in class jidefx.utils.converter.ValuesConverter
Converts from string to a list of values, using separator to separate the string.
valuesToString(List<S>, ConverterContext) - Method in class jidefx.utils.converter.ValuesConverter
Converts from a list of values to string by concatenating them with separators.

W

WebColorConverter - Class in jidefx.utils.converter.javafx
 
WebColorConverter() - Constructor for class jidefx.utils.converter.javafx.WebColorConverter
 

Y

YearMonthConverter - Class in jidefx.utils.converter.time
ObjectConverter for <code>YearMonth</code>.
YearMonthConverter() - Constructor for class jidefx.utils.converter.time.YearMonthConverter
Creates a YearMonthConverter.
YearMonthConverter - Class in jidefx.utils.converter
ObjectConverter implementation for a year/month value.
YearMonthConverter() - Constructor for class jidefx.utils.converter.YearMonthConverter
Creates a new CalendarConverter.
A B C D E F G H I J L M N O P Q R S T U V W Y