Uses of Class
com.bc.ceres.swing.binding.BindingContext
Packages that use BindingContext
Package
Description
Provides a context for binding Swing components to a
PropertyContainer
which again may wrap plain Java objects.-
Uses of BindingContext in com.bc.ceres.swing.binding
Methods in com.bc.ceres.swing.binding that return BindingContextMethods in com.bc.ceres.swing.binding with parameters of type BindingContextModifier 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.abstract booleanEnablement.Condition.evaluate(BindingContext bindingContext) voidEnablement.Condition.install(BindingContext bindingContext, Enablement enablement) Adds the given property change enablement to any dependent bindings or components in the binding context.voidEnablement.Condition.uninstall(BindingContext bindingContext, Enablement enablement) Notifies this condition that the enablement has been uninstalled.Constructors in com.bc.ceres.swing.binding with parameters of type BindingContext