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

Diff of /classpath/java/awt/MenuComponent.java

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

revision 1.14.2.2 by gnu_andrew, Sun Jan 16 15:15:11 2005 UTC revision 1.14.2.3 by gnu_andrew, Sat Feb 19 10:50:30 2005 UTC
# Line 1  Line 1 
1  /* MenuComponent.java -- Superclass of all AWT menu components  /* MenuComponent.java -- Superclass of all AWT menu components
2     Copyright (C) 1999, 2000, 2002, 2003, 2004  Free Software Foundation, Inc.     Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 55  import javax.accessibility.AccessibleSta Line 55  import javax.accessibility.AccessibleSta
55    * This is the superclass of all menu AWT widgets.    * This is the superclass of all menu AWT widgets.
56    *    *
57    * @author Aaron M. Renn (arenn@urbanophile.com)    * @author Aaron M. Renn (arenn@urbanophile.com)
58    * @author Andrew John Hughes <gnu_andrew@member.fsf.org>    * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
59    */    */
60  public abstract class MenuComponent implements Serializable  public abstract class MenuComponent implements Serializable
61  {  {
# Line 465  public AccessibleContext getAccessibleCo Line 465  public AccessibleContext getAccessibleCo
465   * This class provides a base for the accessibility support of menu   * This class provides a base for the accessibility support of menu
466   * components.   * components.
467   *   *
468   * @author Andrew John Hughes <gnu_andrew@member.fsf.org>   * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
469   */   */
470  protected abstract class AccessibleAWTMenuComponent  protected abstract class AccessibleAWTMenuComponent
471    extends AccessibleContext    extends AccessibleContext

Legend:
Removed from v.1.14.2.2  
changed lines
  Added in v.1.14.2.3

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