/[classpath]/classpath/javax/swing/text/html/HTMLFrameHyperlinkEvent.java
ViewVC logotype

Diff of /classpath/javax/swing/text/html/HTMLFrameHyperlinkEvent.java

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

revision 1.1 by audriusa, Thu Mar 10 12:10:38 2005 UTC revision 1.2 by mkoch, Tue Apr 12 16:54:33 2005 UTC
# Line 65  public class HTMLFrameHyperlinkEvent Line 65  public class HTMLFrameHyperlinkEvent
65     * @param frame - the Frame to display the document in.     * @param frame - the Frame to display the document in.
66     */     */
67    public HTMLFrameHyperlinkEvent(Object source, EventType type, URL url,    public HTMLFrameHyperlinkEvent(Object source, EventType type, URL url,
68                                   Element element, String frame                                   Element element, String frame)
                                 )  
69    {    {
70      super(source, type, url, frame, element);      super(source, type, url, frame, element);
71      target_frame = frame;      target_frame = frame;
# Line 81  public class HTMLFrameHyperlinkEvent Line 80  public class HTMLFrameHyperlinkEvent
80     * @param frame - the Frame to display the document in.     * @param frame - the Frame to display the document in.
81     */     */
82    public HTMLFrameHyperlinkEvent(Object source, EventType type, URL url,    public HTMLFrameHyperlinkEvent(Object source, EventType type, URL url,
83                                   String frame                                   String frame)
                                 )  
84    {    {
85      super(source, type, url, frame);      super(source, type, url, frame);
86      target_frame = frame;      target_frame = frame;
# Line 100  public class HTMLFrameHyperlinkEvent Line 98  public class HTMLFrameHyperlinkEvent
98     */     */
99    public HTMLFrameHyperlinkEvent(Object source, EventType type, URL url,    public HTMLFrameHyperlinkEvent(Object source, EventType type, URL url,
100                                   String description, Element element,                                   String description, Element element,
101                                   String frame                                   String frame)
                                 )  
102    {    {
103      super(source, type, url, description, element);      super(source, type, url, description, element);
104      target_frame = frame;      target_frame = frame;
# Line 117  public class HTMLFrameHyperlinkEvent Line 114  public class HTMLFrameHyperlinkEvent
114     * @param frame - the Frame to display the document in.     * @param frame - the Frame to display the document in.
115     */     */
116    public HTMLFrameHyperlinkEvent(Object source, EventType type, URL url,    public HTMLFrameHyperlinkEvent(Object source, EventType type, URL url,
117                                   String description, String frame                                   String description, String frame)
                                 )  
118    {    {
119      super(source, type, url, description);      super(source, type, url, description);
120      target_frame = frame;      target_frame = frame;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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