Uses of Interface
com.bc.ceres.swing.binding.Enablement
Packages that use Enablement
Package
Description
Provides a context for binding Swing components to a 
PropertyContainer
 which again may wrap plain Java objects.- 
Uses of Enablement in com.bc.ceres.swing.binding
Methods in com.bc.ceres.swing.binding that return EnablementModifier and TypeMethodDescriptionBindingContext.bindEnabledState(String targetPropertyName, boolean targetState, Enablement.Condition condition) Sets the enabled state of the components associated withtargetPropertytotargetStateif a certainconditionis met.BindingContext.bindEnabledState(String targetPropertyName, boolean targetState, String sourcePropertyName, Object sourcePropertyValue) Sets the enabled state of the components associated withtargetProperty.BindingContext.bindEnabledState(String targetPropertyName, String sourcePropertyName) Sets the enabled state of the components associated withtargetProperty.Methods in com.bc.ceres.swing.binding with parameters of type EnablementModifier and TypeMethodDescriptionvoidEnablement.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.