Uses of Interface
de.xima.fc.gui.component.convertible.IComponentValueConverter
- 
Packages that use IComponentValueConverter Package Description de.xima.fc.gui.common.converter  - 
- 
Uses of IComponentValueConverter in de.xima.fc.gui.common.converter
Classes in de.xima.fc.gui.common.converter that implement IComponentValueConverter Modifier and Type Class Description classDurationPartsConverterAIComponentValueConverterfor splitting aDurationfield into its components.classTypePartsConverterImplementation of aIComponentValueConverterthat provides only a single value, but offers additional methods to convert this value to different types, seeTypePartsConverter.TypeConvertibleMap.Fields in de.xima.fc.gui.common.converter declared as IComponentValueConverter Modifier and Type Field Description static IComponentValueConverter<Duration,String>DurationPartsConverter. DAYS_HOURS_MINUTESThe immutable, thread-safe instance of a converter for splitting aDurationfield into its days, hours, and minutes.static IComponentValueConverter<?,?>TypePartsConverter. INSTANCEThe immutable instance of this converter.static IComponentValueConverter<Duration,String>DurationPartsConverter. WEEKS_DAYS_HOURSThe immutable, thread-safe instance of a converter for splitting aDurationfield into its weeks, days, and hours. 
 -