
jidefx.utils.converter.RequiringConverterManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jidefx-converters Show documentation
Show all versions of jidefx-converters Show documentation
JideFX Common Layer is a collection of several extend feature for JavaFX
The newest version!
package jidefx.utils.converter;
/**
* A markup interface indicates the converter needs an ObjectConverterManager instance to be set on the context on the
* Properties using {@link ConverterContext#PROPERTY_OBJECT_CONVERTER_MANAGER}.
*/
@SuppressWarnings("MarkerInterface")
public interface RequiringConverterManager {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy