jdk/src/share/classes/javax/swing/text/html/HTMLEditorKit.java
changeset 22567 5816a47fa4dd
parent 21982 fd6e5fe509df
child 23697 e556a715949f
equal deleted inserted replaced
22566:4ebe53dd7814 22567:5816a47fa4dd
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   431      * locally for style operations.
   431      * locally for style operations.
   432      *
   432      *
   433      * @return the command list
   433      * @return the command list
   434      */
   434      */
   435     public Action[] getActions() {
   435     public Action[] getActions() {
   436         return TextAction.augmentList(super.getActions(), this.defaultActions);
   436         return TextAction.augmentList(super.getActions(), defaultActions);
   437     }
   437     }
   438 
   438 
   439     /**
   439     /**
   440      * Copies the key/values in <code>element</code>s AttributeSet into
   440      * Copies the key/values in <code>element</code>s AttributeSet into
   441      * <code>set</code>. This does not copy component, icon, or element
   441      * <code>set</code>. This does not copy component, icon, or element