Uses of Class
com.bc.ceres.swing.binding.BindingContext
-
Packages that use BindingContext Package Description com.bc.ceres.swing.binding Provides a context for binding Swing components to aPropertyContainer
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 BindingContext Modifier and Type Method Description BindingContext
PropertyPane. getBindingContext()
BindingContext
Binding. getContext()
Methods in com.bc.ceres.swing.binding with parameters of type BindingContext 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
.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 Constructor Description PropertyPane(BindingContext bindingContext)
-