jdk/src/share/classes/javax/swing/InputMap.java
changeset 11268 f0e59c4852de
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
11267:96a1a5a9323c 11268:f0e59c4852de
    50  * some of the methods will cause a StackOverflowError to be thrown.
    50  * some of the methods will cause a StackOverflowError to be thrown.
    51  *
    51  *
    52  * @author Scott Violet
    52  * @author Scott Violet
    53  * @since 1.3
    53  * @since 1.3
    54  */
    54  */
       
    55 @SuppressWarnings("serial")
    55 public class InputMap implements Serializable {
    56 public class InputMap implements Serializable {
    56     /** Handles the mapping between KeyStroke and Action name. */
    57     /** Handles the mapping between KeyStroke and Action name. */
    57     private transient ArrayTable     arrayTable;
    58     private transient ArrayTable     arrayTable;
    58     /** Parent that handles any bindings we don't contain. */
    59     /** Parent that handles any bindings we don't contain. */
    59     private InputMap                                parent;
    60     private InputMap                                parent;