/[classpath]/classpath/javax/swing/plaf/ActionMapUIResource.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/ActionMapUIResource.java

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

revision 1.1 by aselkirk, Tue May 28 05:18:35 2002 UTC revision 1.2 by brawer, Mon Jun 23 10:30:13 2003 UTC
# Line 1  Line 1 
1  /* ActionMapUIResource.java --  /* ActionMapUIResource.java --
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2003 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package javax.swing.plaf;  package javax.swing.plaf;
39    
40  // Imports  import javax.swing.ActionMap;
41  import javax.swing.*;  
42    
43  /**  /**
44   * ActionMapUIResource   * An <code>ActionMap</code> that implements the {@link UIResource}
45   * @author      Andrew Selkirk   * interface to indicate that it belongs to a pluggable
46   * @version     1.0   * LookAndFeel.
47     *
48     * @see javax.swing.ActionMap
49     *
50     * @author Andrew Selkirk
51     * @author Sascha Brawer (brawer@dandelis.ch)
52   */   */
53  public class ActionMapUIResource extends ActionMap implements UIResource {  public class ActionMapUIResource
54      extends ActionMap
55          //-------------------------------------------------------------    implements UIResource
56          // Initialization ---------------------------------------------  {
57          //-------------------------------------------------------------    /**
58       * Constructs a new ActionMapUIResource.
59          /**     */
60           * Constructor ActionMapUIResource    public ActionMapUIResource()
61           */    {
62          public ActionMapUIResource() {      /* The constructor does nothing. */
63                  // TODO    }
64          } // ActionMapUIResource()  }
   
   
 } // ActionMapUIResource  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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