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