Uses of Class
com.bc.ceres.binding.PropertyDescriptor
-
Packages that use PropertyDescriptor 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.binding.dom Provides a very basic DOM abstraction and a converter for it.com.bc.ceres.binding.validators Contains some commonValidator
implementations.com.bc.ceres.swing.binding Provides a context for binding Swing components to aPropertyContainer
which again may wrap plain Java objects.com.bc.ceres.swing.figure.support org.esa.snap.core.gpf.annotations Provides annotations for GPFOperator
implementations. -
-
Uses of PropertyDescriptor in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return PropertyDescriptor Modifier and Type Method Description PropertyDescriptor
DefaultPropertyDescriptorFactory. createValueDescriptor(Field field)
Creates a new property descriptor using the field's name and type.PropertyDescriptor
PropertyDescriptorFactory. createValueDescriptor(Field field)
Creates a new property descriptor for the given field.PropertyDescriptor
Property. getDescriptor()
PropertyDescriptor
PropertyContainer. getDescriptor(String name)
PropertyDescriptor
PropertySet. getDescriptor(String name)
Gets the descriptor for the named property.PropertyDescriptor
DefaultPropertySetDescriptor. getPropertyDescriptor(String propertyName)
PropertyDescriptor
PropertySetDescriptor. getPropertyDescriptor(String propertyName)
Gets a property descriptor for the given property name.Methods in com.bc.ceres.binding with parameters of type PropertyDescriptor Modifier and Type Method Description void
DefaultPropertySetDescriptor. addPropertyDescriptor(PropertyDescriptor propertyDescriptor)
static String
PropertyDescriptor. getDisplayName(PropertyDescriptor propertyDescriptor)
Constructors in com.bc.ceres.binding with parameters of type PropertyDescriptor Constructor Description Property(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 PropertyDescriptor Modifier and Type Method Description protected 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 Constructor Description ValueSetValidator(PropertyDescriptor propertyDescriptor)
-
Uses of PropertyDescriptor in com.bc.ceres.swing.binding
Methods in com.bc.ceres.swing.binding with parameters of type PropertyDescriptor Modifier and Type Method Description static JComponent[]
PropertyPane. addComponent(int rowIndex, TableLayout layout, JPanel panel, BindingContext bindingContext, PropertyEditorRegistry registry, PropertyDescriptor descriptor)
JComponent[]
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
.PropertyEditor
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 PropertyDescriptor Modifier and Type Field Description static PropertyDescriptor
DefaultFigureStyle. FILL_COLOR
static PropertyDescriptor
DefaultFigureStyle. FILL_OPACITY
static PropertyDescriptor
DefaultFigureStyle. STROKE_COLOR
static PropertyDescriptor
DefaultFigureStyle. STROKE_OPACITY
static PropertyDescriptor
DefaultFigureStyle. STROKE_WIDTH
static PropertyDescriptor
DefaultFigureStyle. SYMBOL_IMAGE
static PropertyDescriptor
DefaultFigureStyle. SYMBOL_NAME
static PropertyDescriptor
DefaultFigureStyle. SYMBOL_REF_X
static 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 PropertyDescriptor Modifier and Type Method Description static PropertyDescriptor
ParameterDescriptorFactory. convert(ParameterDescriptor parameterDescriptor, Map<String,Product> sourceProductMap)
PropertyDescriptor
ParameterDescriptorFactory. createValueDescriptor(Field field)
-