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

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

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

revision 1.10 by mark, Sat Jul 2 20:32:46 2005 UTC revision 1.11 by rabbit78, Tue Jul 26 15:30:54 2005 UTC
# Line 49  import java.util.Set; Line 49  import java.util.Set;
49    
50    
51  /**  /**
52     * Maps arbitrary keys (usually Strings) to {@link Action} instances. This
53     * is used in combination with {@link InputMap}s.
54     *
55     * If a component receives an input event, this is looked up in
56     * the component's <code>InputMap</code>. The result is an object which
57     * serves as a key to the components <code>ActionMap</code>. Finally
58     * the <code>Action</code> that is stored is executed.
59     *
60   * @author Andrew Selkirk   * @author Andrew Selkirk
61   * @author Michael Koch   * @author Michael Koch
62   */   */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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