- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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.
- 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
-
- 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.
- 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
-
- 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.