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 GPFOperatorimplementations.
- 
- 
Uses of PropertyContainer in com.bc.ceres.bindingMethods in com.bc.ceres.binding that return PropertyContainer Modifier and Type Method Description static PropertyContainerPropertyContainer. createForFields(Class<?> type, PropertyDescriptorFactory descriptorFactory, PropertyAccessorFactory accessorFactory, boolean initValues)Creates a property container for the given template type.static PropertyContainerPropertyContainer. createMapBacked(Map<String,Object> map)Creates a property container for a map backing the values.static PropertyContainerPropertyContainer. createMapBacked(Map<String,Object> map, PropertySetDescriptor propertySetDescriptor)Creates a property container for a map backing the values.static PropertyContainerPropertyContainer. createMapBacked(Map<String,Object> map, Class<?> templateType)Creates a property container for the given template type and map backing the values.static PropertyContainerPropertyContainer. createMapBacked(Map<String,Object> map, Class<?> templateType, PropertyDescriptorFactory descriptorFactory)Creates a property container for the given template type and map backing the values.static PropertyContainerPropertyContainer. createObjectBacked(Object object)Creates a property container for the given object.static PropertyContainerPropertyContainer. createObjectBacked(Object object, PropertyDescriptorFactory descriptorFactory)Creates a property container for the given object.static PropertyContainerPropertyContainer. createObjectBacked(Object object, PropertySetDescriptor propertySetDescriptor)static PropertyContainerPropertyContainer. createValueBacked(Class<?> templateType)Creates a property container for the given template type.static PropertyContainerPropertyContainer. createValueBacked(Class<?> templateType, PropertyDescriptorFactory descriptorFactory)Creates a property container for the given template type.PropertyContainerProperty. getContainer()Methods in com.bc.ceres.binding with parameters of type PropertyContainer Modifier and Type Method Description voidProperty. setContainer(PropertyContainer container)
- 
Uses of PropertyContainer in com.bc.ceres.swing.figure.supportSubclasses of PropertyContainer in com.bc.ceres.swing.figure.support Modifier and Type Class Description classDefaultFigureStyle
- 
Uses of PropertyContainer in org.esa.snap.core.datamodelMethods in org.esa.snap.core.datamodel that return PropertyContainer Modifier and Type Method Description PropertyContainerMask.BandMathsType. createImageConfig()Creates a prototype image configuration.PropertyContainerMask.ImageType. createImageConfig()Creates a prototype image configuration.PropertyContainerMask.RangeType. createImageConfig()PropertyContainerMask.VectorDataType. createImageConfig()Creates a prototype image configuration.PropertyContainerMask. getImageConfig()
- 
Uses of PropertyContainer in org.esa.snap.core.gpf.annotationsMethods in org.esa.snap.core.gpf.annotations that return PropertyContainer Modifier and Type Method Description static PropertyContainerParameterDescriptorFactory. createMapBackedOperatorPropertyContainer(String operatorName)static PropertyContainerParameterDescriptorFactory. createMapBackedOperatorPropertyContainer(String operatorName, Map<String,Object> operatorParameters)static PropertyContainerParameterDescriptorFactory. createMapBackedOperatorPropertyContainer(String operatorName, Map<String,Object> operatorParameters, Map<String,Product> sourceProductMap)
 
-