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 commonValidatorimplementations.com.bc.ceres.swing.binding Provides a context for binding Swing components to aPropertyContainerwhich again may wrap plain Java objects.com.bc.ceres.swing.figure.support org.esa.snap.core.gpf.annotations Provides annotations for GPFOperatorimplementations. -
-
Uses of PropertyDescriptor in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return PropertyDescriptor Modifier and Type Method Description PropertyDescriptorDefaultPropertyDescriptorFactory. createValueDescriptor(Field field)Creates a new property descriptor using the field's name and type.PropertyDescriptorPropertyDescriptorFactory. createValueDescriptor(Field field)Creates a new property descriptor for the given field.PropertyDescriptorProperty. getDescriptor()PropertyDescriptorPropertyContainer. getDescriptor(String name)PropertyDescriptorPropertySet. getDescriptor(String name)Gets the descriptor for the named property.PropertyDescriptorDefaultPropertySetDescriptor. getPropertyDescriptor(String propertyName)PropertyDescriptorPropertySetDescriptor. 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 voidDefaultPropertySetDescriptor. addPropertyDescriptor(PropertyDescriptor propertyDescriptor)static StringPropertyDescriptor. 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 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 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 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.PropertyEditorPropertyEditorRegistry. 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 PropertyDescriptor Modifier and Type Field Description static PropertyDescriptorDefaultFigureStyle. FILL_COLORstatic PropertyDescriptorDefaultFigureStyle. FILL_OPACITYstatic PropertyDescriptorDefaultFigureStyle. STROKE_COLORstatic PropertyDescriptorDefaultFigureStyle. STROKE_OPACITYstatic PropertyDescriptorDefaultFigureStyle. STROKE_WIDTHstatic PropertyDescriptorDefaultFigureStyle. SYMBOL_IMAGEstatic PropertyDescriptorDefaultFigureStyle. SYMBOL_NAMEstatic PropertyDescriptorDefaultFigureStyle. SYMBOL_REF_Xstatic PropertyDescriptorDefaultFigureStyle. 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 PropertyDescriptorParameterDescriptorFactory. convert(ParameterDescriptor parameterDescriptor, Map<String,Product> sourceProductMap)PropertyDescriptorParameterDescriptorFactory. createValueDescriptor(Field field)
-