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 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
.abstract boolean
Enablement.Condition.evaluate
(BindingContext bindingContext) void
Enablement.Condition.install
(BindingContext bindingContext, Enablement enablement) Adds the given property change enablement to any dependent bindings or components in the binding context.void
Enablement.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