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 TypeMethodDescriptionvoidDefaultPropertySetDescriptor.addPropertyDescriptor(PropertyDescriptor propertyDescriptor) static StringPropertyDescriptor.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 DomConverterDefaultDomConverter.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 thePropertyDescriptorand bind it to aPropertyContainerusing theBindingContext.abstract JComponentPropertyEditor.createEditorComponent(PropertyDescriptor propertyDescriptor, BindingContext bindingContext) Creates the editor component together with an optional label for thePropertyDescriptorand bind it to aPropertyContainerusing theBindingContext.PropertyEditorRegistry.findPropertyEditor(PropertyDescriptor propertyDescriptor) Finds a matchingPropertyEditorfor the givenPropertyDescriptor.booleanPropertyEditor.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 PropertyDescriptorDefaultFigureStyle.FILL_COLORstatic final PropertyDescriptorDefaultFigureStyle.FILL_OPACITYstatic final PropertyDescriptorDefaultFigureStyle.STROKE_COLORstatic final PropertyDescriptorDefaultFigureStyle.STROKE_OPACITYstatic final PropertyDescriptorDefaultFigureStyle.STROKE_WIDTHstatic final PropertyDescriptorDefaultFigureStyle.SYMBOL_IMAGEstatic final PropertyDescriptorDefaultFigureStyle.SYMBOL_NAMEstatic final PropertyDescriptorDefaultFigureStyle.SYMBOL_REF_Xstatic final PropertyDescriptorDefaultFigureStyle.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 PropertyDescriptorParameterDescriptorFactory.convert(ParameterDescriptor parameterDescriptor, Map<String, Product> sourceProductMap) ParameterDescriptorFactory.createValueDescriptor(Field field)