Uses of Class
com.bc.ceres.binding.PropertyContainer
Packages that use PropertyContainer
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 SNAP's central classes and interfaces used for an in-memory presentation
of remote sensing data products.
Provides annotations for GPF
Operator
implementations.-
Uses of PropertyContainer in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return PropertyContainerModifier and TypeMethodDescriptionstatic PropertyContainer
PropertyContainer.createForFields
(Class<?> type, PropertyDescriptorFactory descriptorFactory, PropertyAccessorFactory accessorFactory, boolean initValues) Creates a property container for the given template type.static PropertyContainer
PropertyContainer.createMapBacked
(Map<String, Object> map) Creates a property container for a map backing the values.static PropertyContainer
PropertyContainer.createMapBacked
(Map<String, Object> map, PropertySetDescriptor propertySetDescriptor) Creates a property container for a map backing the values.static PropertyContainer
PropertyContainer.createMapBacked
(Map<String, Object> map, Class<?> templateType) Creates a property container for the given template type and map backing the values.static PropertyContainer
PropertyContainer.createMapBacked
(Map<String, Object> map, Class<?> templateType, PropertyDescriptorFactory descriptorFactory) Creates a property container for the given template type and map backing the values.static PropertyContainer
PropertyContainer.createObjectBacked
(Object object) Creates a property container for the given object.static PropertyContainer
PropertyContainer.createObjectBacked
(Object object, PropertyDescriptorFactory descriptorFactory) Creates a property container for the given object.static PropertyContainer
PropertyContainer.createObjectBacked
(Object object, PropertySetDescriptor propertySetDescriptor) static PropertyContainer
PropertyContainer.createValueBacked
(Class<?> templateType) Creates a property container for the given template type.static PropertyContainer
PropertyContainer.createValueBacked
(Class<?> templateType, PropertyDescriptorFactory descriptorFactory) Creates a property container for the given template type.Property.getContainer()
Methods in com.bc.ceres.binding with parameters of type PropertyContainer -
Uses of PropertyContainer in com.bc.ceres.swing.figure.support
Subclasses of PropertyContainer in com.bc.ceres.swing.figure.support -
Uses of PropertyContainer in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel that return PropertyContainerModifier and TypeMethodDescriptionMask.BandMathsType.createImageConfig()
Creates a prototype image configuration.Mask.ImageType.createImageConfig()
Creates a prototype image configuration.Mask.RangeType.createImageConfig()
Mask.VectorDataType.createImageConfig()
Creates a prototype image configuration.Mask.getImageConfig()
-
Uses of PropertyContainer in org.esa.snap.core.gpf.annotations
Methods in org.esa.snap.core.gpf.annotations that return PropertyContainerModifier and TypeMethodDescriptionstatic PropertyContainer
ParameterDescriptorFactory.createMapBackedOperatorPropertyContainer
(String operatorName) static PropertyContainer
ParameterDescriptorFactory.createMapBackedOperatorPropertyContainer
(String operatorName, Map<String, Object> operatorParameters) static PropertyContainer
ParameterDescriptorFactory.createMapBackedOperatorPropertyContainer
(String operatorName, Map<String, Object> operatorParameters, Map<String, Product> sourceProductMap)