/[classpath]/classpath/javax/swing/DefaultButtonModel.java
ViewVC logotype

Diff of /classpath/javax/swing/DefaultButtonModel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by rabbit78, Fri Jul 22 12:06:50 2005 UTC revision 1.25 by rabbit78, Wed Jul 27 12:41:33 2005 UTC
# Line 52  import javax.swing.event.ChangeListener; Line 52  import javax.swing.event.ChangeListener;
52  import javax.swing.event.EventListenerList;  import javax.swing.event.EventListenerList;
53    
54  /**  /**
55   * The pUrpose of this class is to model the dynamic state of an abstract   * The default implementation of {@link ButtonModel}.
56     * The purpose of this class is to model the dynamic state of an abstract
57   * button. The concrete button type holding this state may be a a "toggle"   * button. The concrete button type holding this state may be a a "toggle"
58   * button (checkbox, radio button) or a "push" button (menu button, button).   * button (checkbox, radio button) or a "push" button (menu button, button).
59   * If the model is disabled, only the "selected" property can be changed. An   * If the model is disabled, only the "selected" property can be changed. An

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26