public class

HTMLFrameHyperlinkEvent

extends HyperlinkEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ javax.swing.event.HyperlinkEvent
       ↳ javax.swing.text.html.HTMLFrameHyperlinkEvent
Known Direct Subclasses

Class Overview

HTMLFrameHyperlinkEvent is used to notify interested parties that link was activated in a frame.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL targetURL, String targetFrame)
Creates a new object representing a html frame hypertext link event.
HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL targetURL, String desc, String targetFrame)
Creates a new object representing a hypertext link event.
HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL targetURL, Element sourceElement, String targetFrame)
Creates a new object representing a hypertext link event.
HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL targetURL, String desc, Element sourceElement, String targetFrame)
Creates a new object representing a hypertext link event.
Public Methods
String getTarget()
returns the target for the link.
[Expand]
Inherited Methods
From class javax.swing.event.HyperlinkEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public HTMLFrameHyperlinkEvent (Object source, HyperlinkEvent.EventType type, URL targetURL, String targetFrame)

Creates a new object representing a html frame hypertext link event.

Parameters
source the object responsible for the event
type the event type
targetURL the affected URL
targetFrame the Frame to display the document in

public HTMLFrameHyperlinkEvent (Object source, HyperlinkEvent.EventType type, URL targetURL, String desc, String targetFrame)

Creates a new object representing a hypertext link event.

Parameters
source the object responsible for the event
type the event type
targetURL the affected URL
desc a description
targetFrame the Frame to display the document in

public HTMLFrameHyperlinkEvent (Object source, HyperlinkEvent.EventType type, URL targetURL, Element sourceElement, String targetFrame)

Creates a new object representing a hypertext link event.

Parameters
source the object responsible for the event
type the event type
targetURL the affected URL
sourceElement the element that corresponds to the source of the event
targetFrame the Frame to display the document in

public HTMLFrameHyperlinkEvent (Object source, HyperlinkEvent.EventType type, URL targetURL, String desc, Element sourceElement, String targetFrame)

Creates a new object representing a hypertext link event.

Parameters
source the object responsible for the event
type the event type
targetURL the affected URL
desc a desription
sourceElement the element that corresponds to the source of the event
targetFrame the Frame to display the document in

Public Methods

public String getTarget ()

returns the target for the link.