Uses of Interface
com.bc.ceres.binding.Converter
Packages that use Converter
Package
Description
The main purpose of this package is to provide a simple data binding framework for binding
Java objects to a GUI or a DOM.
Contains some common
Converter
implementations.-
Uses of Converter in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return ConverterModifier and TypeMethodDescription<T> Converter
<T> ConverterRegistry.getConverter
(Class<? extends T> type) Gets the converter registered with the given type.Converter
<?> PropertyDescriptor.getConverter()
Converter
<?> PropertyDescriptor.getConverter
(boolean notNull) Methods in com.bc.ceres.binding with parameters of type ConverterModifier and TypeMethodDescriptionstatic ValueSet
ValueSet.parseValueSet
(String[] valueStrings, Converter itemConverter) Converts a string array into a value set.<T> void
ConverterRegistry.setConverter
(Class<? extends T> type, Converter<T> converter) Sets the converter to be used for the specified type.void
PropertyDescriptor.setConverter
(Converter<?> converter) -
Uses of Converter in com.bc.ceres.binding.converters
Classes in com.bc.ceres.binding.converters that implement ConverterModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
EnumConverter<T extends Enum<T>>
Class for converting enumeration types.class
class
class
class
class
class
class
NumberConverter<T extends Number>
class
class
class
class
class
class
Constructors in com.bc.ceres.binding.converters with parameters of type Converter -
Uses of Converter in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement Converter -
Uses of Converter in org.esa.snap.core.dataio.geometry
Methods in org.esa.snap.core.dataio.geometry that return ConverterModifier and TypeMethodDescriptionstatic Converter[]
VectorDataNodeIO.getConverters
(org.opengis.feature.simple.SimpleFeatureType simpleFeatureType) -
Uses of Converter in org.esa.snap.core.gpf.common.rtv
Classes in org.esa.snap.core.gpf.common.rtv that implement Converter -
Uses of Converter in org.esa.snap.core.gpf.descriptor
Methods in org.esa.snap.core.gpf.descriptor that return types with arguments of type ConverterModifier and TypeMethodDescriptionAnnotationParameterDescriptor.getConverterClass()
DefaultParameterDescriptor.getConverterClass()
ParameterDescriptor.getConverterClass()
A converter to be used to convert a text to the parameter value and vice versa.Method parameters in org.esa.snap.core.gpf.descriptor with type arguments of type ConverterModifier and TypeMethodDescriptionvoid
DefaultParameterDescriptor.setConverterClass
(Class<? extends Converter> converter) -
Uses of Converter in org.esa.snap.core.util.converters
Classes in org.esa.snap.core.util.converters that implement ConverterModifier and TypeClassDescriptionclass
Empty marker subclass for StringConverter.class
Empty marker subclass for StringConverter.class
class
class
A converter for Rectangle