/[classpath]/classpath/java/awt/MenuItem.java
ViewVC logotype

Diff of /classpath/java/awt/MenuItem.java

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

revision 1.21 by craig, Fri Feb 11 22:22:55 2005 UTC revision 1.22 by tromey, Tue Apr 26 18:56:18 2005 UTC
# Line 75  private static final long serialVersionU Line 75  private static final long serialVersionU
75    
76  /**  /**
77    * @serial The name of the action command generated by this item.    * @serial The name of the action command generated by this item.
78      * This is package-private to avoid an accessor method.
79    */    */
80  private String actionCommand;  String actionCommand;
81    
82  /**  /**
83    * @serial Indicates whether or not this menu item is enabled.    * @serial Indicates whether or not this menu item is enabled.
84      * This is package-private to avoid an accessor method.
85    */    */
86  private boolean enabled = true;  boolean enabled = true;
87    
88  /**  /**
89    * @serial The mask of events that are enabled for this menu item.    * @serial The mask of events that are enabled for this menu item.
# Line 90  long eventMask; Line 92  long eventMask;
92    
93  /**  /**
94    * @serial This menu item's label    * @serial This menu item's label
95      * This is package-private to avoid an accessor method.
96    */    */
97  private String label;  String label;
98    
99  /**  /**
100    * @serial The shortcut for this menu item, if any    * @serial The shortcut for this menu item, if any

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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