Uses of Interface
com.bc.ceres.binding.Converter
-
Packages that use Converter Package Description com.bc.ceres.binding The main purpose of this package is to provide a simple data binding framework for binding Java objects to a GUI or a DOM.com.bc.ceres.binding.converters Contains some commonConverterimplementations.com.bc.ceres.swing.figure.support org.esa.snap.core.dataio.geometry org.esa.snap.core.gpf.annotations Provides annotations for GPFOperatorimplementations.org.esa.snap.core.gpf.descriptor org.esa.snap.core.util.converters -
-
Uses of Converter in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return Converter Modifier and Type Method Description <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 Converter Modifier and Type Method Description static ValueSetValueSet. parseValueSet(String[] valueStrings, Converter itemConverter)Converts a string array into a value set.<T> voidConverterRegistry. setConverter(Class<? extends T> type, Converter<T> converter)Sets the converter to be used for the specified type.voidPropertyDescriptor. setConverter(Converter<?> converter) -
Uses of Converter in com.bc.ceres.binding.converters
Classes in com.bc.ceres.binding.converters that implement Converter Modifier and Type Class Description classAffineTransformConverterclassArrayConverterclassBooleanConverterclassByteConverterclassCharacterConverterclassClassConverterclassColorConverterclassDateFormatConverterclassDoubleConverterclassEnumConverter<T extends Enum<T>>Class for converting enumeration types.classFileConverterclassFloatConverterclassFontConverterclassIntegerConverterclassIntervalConverterclassLongConverterclassNumberConverter<T extends Number>classNumberFormatConverterclassPatternConverterclassShortConverterclassStringConverterclassUrlConverterConstructors in com.bc.ceres.binding.converters with parameters of type Converter Constructor Description ArrayConverter(Class<?> arrayType, Converter componentConverter) -
Uses of Converter in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement Converter Modifier and Type Class Description classCssColorConverter -
Uses of Converter in org.esa.snap.core.dataio.geometry
Methods in org.esa.snap.core.dataio.geometry that return Converter Modifier and Type Method Description static Converter[]VectorDataNodeIO. getConverters(org.opengis.feature.simple.SimpleFeatureType simpleFeatureType) -
Uses of Converter in org.esa.snap.core.gpf.annotations
Methods in org.esa.snap.core.gpf.annotations that return types with arguments of type Converter Modifier and Type Method Description Class<? extends Converter>converter()A converter to be used to convert a text to the parameter value and vice versa. -
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 Converter Modifier and Type Method Description Class<? extends Converter>AnnotationParameterDescriptor. getConverterClass()Class<? extends Converter>DefaultParameterDescriptor. getConverterClass()Class<? extends Converter>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 Converter Modifier and Type Method Description voidDefaultParameterDescriptor. 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 Converter Modifier and Type Class Description classBooleanExpressionConverterEmpty marker subclass for StringConverter.classGeneralExpressionConverterEmpty marker subclass for StringConverter.classJavaTypeConverterclassJtsGeometryConverterclassRectangleConverterA converter for Rectangle
-