Package com.bc.ceres.swing.binding
Interface Enablement
-
- All Superinterfaces:
EventListener
,PropertyChangeListener
public interface Enablement extends PropertyChangeListener
An enablement.- Since:
- Ceres 0.13
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Enablement.Condition
A condition used to determine the newenabled
state of components.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply()
-
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
-
-