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 aPropertyContainer
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 Enablement Modifier and Type Method Description Enablement
BindingContext. bindEnabledState(String targetPropertyName, boolean targetState, Enablement.Condition condition)
Sets the enabled state of the components associated withtargetProperty
totargetState
if a certaincondition
is met.Enablement
BindingContext. bindEnabledState(String targetPropertyName, boolean targetState, String sourcePropertyName, Object sourcePropertyValue)
Sets the enabled state of the components associated withtargetProperty
.Enablement
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 Enablement Modifier and Type Method Description 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.
-