jdk/src/share/classes/javax/swing/text/html/HTMLFrameHyperlinkEvent.java
changeset 23697 e556a715949f
parent 23010 6dadb192ad81
child 24269 325ea76ea0e9
equal deleted inserted replaced
23696:7deff68428ef 23697:e556a715949f
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 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
    33  * HTMLFrameHyperlinkEvent is used to notify interested
    33  * HTMLFrameHyperlinkEvent is used to notify interested
    34  * parties that link was activated in a frame.
    34  * parties that link was activated in a frame.
    35  *
    35  *
    36  * @author Sunita Mani
    36  * @author Sunita Mani
    37  */
    37  */
    38 
    38 @SuppressWarnings("serial") // Superclass is not serializable across versions
    39 public class HTMLFrameHyperlinkEvent extends HyperlinkEvent {
    39 public class HTMLFrameHyperlinkEvent extends HyperlinkEvent {
    40 
    40 
    41     /**
    41     /**
    42      * Creates a new object representing a html frame
    42      * Creates a new object representing a html frame
    43      * hypertext link event.
    43      * hypertext link event.