Uses of Class
com.bc.ceres.binding.PropertyContainer
-
Packages that use PropertyContainer 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.swing.figure.support org.esa.snap.core.datamodel Contains SNAP's central classes and interfaces used for an in-memory presentation of remote sensing data products.org.esa.snap.core.gpf.annotations Provides annotations for GPFOperator
implementations. -
-
Uses of PropertyContainer in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return PropertyContainer Modifier and Type Method Description static 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.PropertyContainer
Property. getContainer()
Methods in com.bc.ceres.binding with parameters of type PropertyContainer Modifier and Type Method Description void
Property. setContainer(PropertyContainer container)
-
Uses of PropertyContainer in com.bc.ceres.swing.figure.support
Subclasses of PropertyContainer in com.bc.ceres.swing.figure.support Modifier and Type Class Description class
DefaultFigureStyle
-
Uses of PropertyContainer in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel that return PropertyContainer Modifier and Type Method Description PropertyContainer
Mask.BandMathsType. createImageConfig()
Creates a prototype image configuration.PropertyContainer
Mask.ImageType. createImageConfig()
Creates a prototype image configuration.PropertyContainer
Mask.RangeType. createImageConfig()
PropertyContainer
Mask.VectorDataType. createImageConfig()
Creates a prototype image configuration.PropertyContainer
Mask. getImageConfig()
-
Uses of PropertyContainer in org.esa.snap.core.gpf.annotations
Methods in org.esa.snap.core.gpf.annotations that return PropertyContainer Modifier and Type Method Description static 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)
-