- All Implemented Interfaces:
- java.awt.event.ItemListener, java.util.EventListener
public class DisableListener
extends java.lang.Object
implements java.awt.event.ItemListener
A listener that you attach to a checkbox or radio button, that,
that toggles the enabled status of some other component when
the entry's state is changed. The defaultState option
determines if the component associated with the checkbox is
initially enabled (and thus checking the checkbox disables it),
or initially disabled (and thus checking the checkbox enables it).
1998-99 Marty Hall, http://www.apl.jhu.edu/~hall/java/