Uses of Class
com.bc.ceres.swing.binding.Enablement.Condition
Packages that use Enablement.Condition
Package
Description
Provides a context for binding Swing components to a
PropertyContainer
which again may wrap plain Java objects.-
Uses of Enablement.Condition in com.bc.ceres.swing.binding
Methods in com.bc.ceres.swing.binding with parameters of type Enablement.ConditionModifier and TypeMethodDescriptionBindingContext.bindEnabledState
(String targetPropertyName, boolean targetState, Enablement.Condition condition) Sets the enabled state of the components associated withtargetProperty
totargetState
if a certaincondition
is met.