/[classpath]/classpath/javax/swing/text/JTextComponent.java
ViewVC logotype

Diff of /classpath/javax/swing/text/JTextComponent.java

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

revision 1.23 by mkoch, Fri Dec 24 09:53:03 2004 UTC revision 1.24 by mkoch, Wed Feb 16 12:36:22 2005 UTC
# Line 1  Line 1 
1  /* JTextComponent.java --  /* JTextComponent.java --
2     Copyright (C) 2002, 2004  Free Software Foundation, Inc.     Copyright (C) 2002, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 302  public abstract class JTextComponent ext Line 302  public abstract class JTextComponent ext
302     * report</a>, a pair of private classes wraps a {@link     * report</a>, a pair of private classes wraps a {@link
303     * javax.swing.text.Keymap} in the new {@link InputMap} / {@link     * javax.swing.text.Keymap} in the new {@link InputMap} / {@link
304     * ActionMap} interfaces, such that old Keymap-using code can make use of     * ActionMap} interfaces, such that old Keymap-using code can make use of
305     * the new framework.</p>     * the new framework.
306     *     *
307     * <p>A little bit of experimentation with these classes reveals the following     * <p>A little bit of experimentation with these classes reveals the following
308     * structure:     * structure:
# Line 843  public abstract class JTextComponent ext Line 843  public abstract class JTextComponent ext
843     * <code>b</code>, if there exists a provided action <code>a</code> such     * <code>b</code>, if there exists a provided action <code>a</code> such
844     * that <code>a.getValue(Action.NAME) == b.ActionName</code> then an     * that <code>a.getValue(Action.NAME) == b.ActionName</code> then an
845     * entry is added to the Keymap mapping <code>b</code> to     * entry is added to the Keymap mapping <code>b</code> to
846     * </code>a</code>.     * <code>a</code>.
847     *     *
848     * @param map The Keymap to add new mappings to     * @param map The Keymap to add new mappings to
849     * @param bindings The set of bindings to add to the Keymap     * @param bindings The set of bindings to add to the Keymap
# Line 943  public abstract class JTextComponent ext Line 943  public abstract class JTextComponent ext
943    }    }
944    
945    /**    /**
946     * Get the <code>AccessibleContext<code> of this object.     * Get the <code>AccessibleContext</code> of this object.
947     *     *
948     * @return an <code>AccessibleContext</code> object     * @return an <code>AccessibleContext</code> object
949     */     */

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

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