/[classpath]/classpath/javax/swing/event/HyperlinkEvent.java
ViewVC logotype

Diff of /classpath/javax/swing/event/HyperlinkEvent.java

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

revision 1.4 by mkoch, Tue Jun 24 19:09:41 2003 UTC revision 1.5 by mkoch, Wed Jun 25 04:36:31 2003 UTC
# Line 102  public class HyperlinkEvent extends Even Line 102  public class HyperlinkEvent extends Even
102     * @param url The URL this link pointing too.     * @param url The URL this link pointing too.
103     * @param description The description for this link.     * @param description The description for this link.
104     */     */
105    public HyperlinkEvent(Object source, EventType type, URL url, String description)    public HyperlinkEvent(Object source, EventType type, URL url,
106                            String description)
107    {    {
108      this (source, type, url, description, null);      this (source, type, url, description, null);
109    }    }
# Line 116  public class HyperlinkEvent extends Even Line 117  public class HyperlinkEvent extends Even
117     * @param description The description for this link.     * @param description The description for this link.
118     * @param element The element in the document representing the anchor.     * @param element The element in the document representing the anchor.
119     */     */
120    public HyperlinkEvent(Object source, EventType type, URL url, String description)    public HyperlinkEvent(Object source, EventType type, URL url,
121                            String description, Element element)
122    {    {
123      super(source);      super(source);
124      this.type = type;      this.type = type;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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