Uses of Class
com.bc.ceres.binding.PropertyDescriptor
Packages that use PropertyDescriptor
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.
Contains some common
Validator
implementations.Provides a context for binding Swing components to a
PropertyContainer
which again may wrap plain Java objects.Provides annotations for GPF
Operator
implementations.-
Uses of PropertyDescriptor in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return PropertyDescriptorModifier and TypeMethodDescriptionDefaultPropertyDescriptorFactory.createValueDescriptor
(Field field) Creates a new property descriptor using the field's name and type.PropertyDescriptorFactory.createValueDescriptor
(Field field) Creates a new property descriptor for the given field.Property.getDescriptor()
PropertyContainer.getDescriptor
(String name) PropertySet.getDescriptor
(String name) Gets the descriptor for the named property.DefaultPropertySetDescriptor.getPropertyDescriptor
(String propertyName) PropertySetDescriptor.getPropertyDescriptor
(String propertyName) Gets a property descriptor for the given property name.Methods in com.bc.ceres.binding with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionvoid
DefaultPropertySetDescriptor.addPropertyDescriptor
(PropertyDescriptor propertyDescriptor) static String
PropertyDescriptor.getDisplayName
(PropertyDescriptor propertyDescriptor) Constructors in com.bc.ceres.binding with parameters of type PropertyDescriptorModifierConstructorDescriptionProperty
(PropertyDescriptor descriptor, PropertyAccessor accessor) PropertyDescriptor
(PropertyDescriptor propertyDescriptor) -
Uses of PropertyDescriptor in com.bc.ceres.binding.dom
Methods in com.bc.ceres.binding.dom with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionprotected DomConverter
DefaultDomConverter.findChildDomConverter
(PropertyDescriptor descriptor) Called to find a "local" DOM converter for a (child) property. -
Uses of PropertyDescriptor in com.bc.ceres.binding.validators
Constructors in com.bc.ceres.binding.validators with parameters of type PropertyDescriptor -
Uses of PropertyDescriptor in com.bc.ceres.swing.binding
Methods in com.bc.ceres.swing.binding with parameters of type PropertyDescriptorModifier and TypeMethodDescriptionstatic JComponent[]
PropertyPane.addComponent
(int rowIndex, TableLayout layout, JPanel panel, BindingContext bindingContext, PropertyEditorRegistry registry, PropertyDescriptor descriptor) PropertyEditor.createComponents
(PropertyDescriptor propertyDescriptor, BindingContext bindingContext) Creates the editor component for thePropertyDescriptor
and bind it to aPropertyContainer
using theBindingContext
.abstract JComponent
PropertyEditor.createEditorComponent
(PropertyDescriptor propertyDescriptor, BindingContext bindingContext) Creates the editor component together with an optional label for thePropertyDescriptor
and bind it to aPropertyContainer
using theBindingContext
.PropertyEditorRegistry.findPropertyEditor
(PropertyDescriptor propertyDescriptor) Finds a matchingPropertyEditor
for the givenPropertyDescriptor
.boolean
PropertyEditor.isValidFor
(PropertyDescriptor propertyDescriptor) Checks if this value editor can be used for the values described by the given property. -
Uses of PropertyDescriptor in com.bc.ceres.swing.figure.support
Fields in com.bc.ceres.swing.figure.support declared as PropertyDescriptorModifier and TypeFieldDescriptionstatic final PropertyDescriptor
DefaultFigureStyle.FILL_COLOR
static final PropertyDescriptor
DefaultFigureStyle.FILL_OPACITY
static final PropertyDescriptor
DefaultFigureStyle.STROKE_COLOR
static final PropertyDescriptor
DefaultFigureStyle.STROKE_OPACITY
static final PropertyDescriptor
DefaultFigureStyle.STROKE_WIDTH
static final PropertyDescriptor
DefaultFigureStyle.SYMBOL_IMAGE
static final PropertyDescriptor
DefaultFigureStyle.SYMBOL_NAME
static final PropertyDescriptor
DefaultFigureStyle.SYMBOL_REF_X
static final PropertyDescriptor
DefaultFigureStyle.SYMBOL_REF_Y
-
Uses of PropertyDescriptor in org.esa.snap.core.gpf.annotations
Methods in org.esa.snap.core.gpf.annotations that return PropertyDescriptorModifier and TypeMethodDescriptionstatic PropertyDescriptor
ParameterDescriptorFactory.convert
(ParameterDescriptor parameterDescriptor, Map<String, Product> sourceProductMap) ParameterDescriptorFactory.createValueDescriptor
(Field field)