Uses of Interface
com.bc.ceres.binding.PropertySet
Packages that use PropertySet
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.
Provides a very basic DOM abstraction and a converter for it.
The graphical layer API is used to render multi-layer images/displays from various sources.
Various support classes for the
com.bc.ceres.glayer
API.Provides a context for binding Swing components to a
PropertyContainer
which again may wrap plain Java objects.Provides frequently used
LayerType
implementations.-
Uses of PropertySet in com.bc.ceres.binding
Classes in com.bc.ceres.binding that implement PropertySetModifier and TypeClassDescriptionclass
A convenience implementation of thePropertySet
interface. -
Uses of PropertySet in com.bc.ceres.binding.dom
Methods in com.bc.ceres.binding.dom that return PropertySetModifier and TypeMethodDescriptionprotected PropertySet
DefaultDomConverter.getPropertySet
(Object value) -
Uses of PropertySet in com.bc.ceres.glayer
Methods in com.bc.ceres.glayer that return PropertySetModifier and TypeMethodDescriptionCollectionLayer.Type.createLayerConfig
(LayerContext ctx) abstract PropertySet
LayerType.createLayerConfig
(LayerContext ctx) Creates a default configuration instance for the type of layers this type can create.Layer.getConfiguration()
Returns the configuration which can be used by the layer type to recreate this layer.Methods in com.bc.ceres.glayer with parameters of type PropertySetModifier and TypeMethodDescriptionCollectionLayer.Type.createLayer
(LayerContext ctx, PropertySet configuration) abstract Layer
LayerType.createLayer
(LayerContext ctx, PropertySet layerConfig) Creates a layer instance for the given application provided context and the given layer configuration.Constructors in com.bc.ceres.glayer with parameters of type PropertySetModifierConstructorDescriptionCollectionLayer
(CollectionLayer.Type type, PropertySet configuration, String name) protected
Layer
(LayerType layerType, PropertySet configuration) Constructor. -
Uses of PropertySet in com.bc.ceres.glayer.support
Methods in com.bc.ceres.glayer.support that return PropertySetModifier and TypeMethodDescriptionBackgroundLayer.Type.createLayerConfig
(LayerContext ctx) ImageLayer.Type.createLayerConfig
(LayerContext ctx) ShapeLayer.Type.createLayerConfig
(LayerContext ctx) Methods in com.bc.ceres.glayer.support with parameters of type PropertySetModifier and TypeMethodDescriptionBackgroundLayer.Type.createLayer
(LayerContext ctx, PropertySet configuration) ImageLayer.Type.createLayer
(LayerContext ctx, PropertySet configuration) ShapeLayer.Type.createLayer
(LayerContext ctx, PropertySet configuration) Constructors in com.bc.ceres.glayer.support with parameters of type PropertySetModifierConstructorDescriptionBackgroundLayer
(BackgroundLayer.Type type, PropertySet configuration) ImageLayer
(ImageLayer.Type layerType, MultiLevelSource multiLevelSource, PropertySet configuration) ShapeLayer
(ShapeLayer.Type layerType, List<Shape> shapes, AffineTransform shapeToModelTransform, PropertySet configuration) -
Uses of PropertySet in com.bc.ceres.swing.binding
Methods in com.bc.ceres.swing.binding that return PropertySetConstructors in com.bc.ceres.swing.binding with parameters of type PropertySetModifierConstructorDescriptionBindingContext
(PropertySet propertySet) Constructor.BindingContext
(PropertySet propertySet, BindingProblemListener problemHandler) Constructor.PropertyPane
(PropertySet propertySet) -
Uses of PropertySet in com.bc.ceres.swing.figure
Subinterfaces of PropertySet in com.bc.ceres.swing.figureModifier and TypeInterfaceDescriptioninterface
APropertySet
that provides style information for figures. -
Uses of PropertySet in com.bc.ceres.swing.figure.support
Classes in com.bc.ceres.swing.figure.support that implement PropertySet -
Uses of PropertySet in org.esa.snap.core.layer
Methods in org.esa.snap.core.layer that return PropertySetModifier and TypeMethodDescriptionGraticuleLayerType.createLayerConfig
(LayerContext ctx) MaskCollectionLayerType.createLayerConfig
(LayerContext ctx) MaskLayerType.createLayerConfig
(LayerContext ctx) NoDataLayerType.createLayerConfig
(LayerContext ctx) RasterImageLayerType.createLayerConfig
(LayerContext ctx) RgbImageLayerType.createLayerConfig
(LayerContext ctx) Methods in org.esa.snap.core.layer with parameters of type PropertySetModifier and TypeMethodDescriptionGraticuleLayerType.createLayer
(LayerContext ctx, PropertySet configuration) MaskCollectionLayerType.createLayer
(LayerContext ctx, PropertySet configuration) MaskLayerType.createLayer
(LayerContext ctx, PropertySet configuration) NoDataLayerType.createLayer
(LayerContext ctx, PropertySet configuration) RasterImageLayerType.createLayer
(LayerContext ctx, PropertySet configuration) RgbImageLayerType.createLayer
(LayerContext ctx, PropertySet configuration) static MultiLevelSource
MaskLayerType.createMultiLevelSource
(PropertySet configuration) Constructors in org.esa.snap.core.layer with parameters of type PropertySetModifierConstructorDescriptionGraticuleLayer
(GraticuleLayerType type, RasterDataNode raster, PropertySet configuration) MaskCollectionLayer
(MaskCollectionLayerType layerType, RasterDataNode raster, PropertySet configuration)