Uses of Class
com.bc.ceres.swing.binding.Enablement.Condition
-
Packages that use Enablement.Condition 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.Condition in com.bc.ceres.swing.binding
Methods in com.bc.ceres.swing.binding with parameters of type Enablement.Condition 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.
-