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 aPropertyContainerwhich 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 BindingContextPropertyPane. getBindingContext()BindingContextBinding. 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 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 Constructor Description PropertyPane(BindingContext bindingContext)
-