javax.swing.text.html
public class HTMLFrameHyperlinkEvent extends HyperlinkEvent
Constructor Summary | |
---|---|
HTMLFrameHyperlinkEvent(Object source, EventType type, URL url, Element element, String frame)
Creates a new hypertext link event.
| |
HTMLFrameHyperlinkEvent(Object source, EventType type, URL url, String frame)
Creates a new hypertext link event.
| |
HTMLFrameHyperlinkEvent(Object source, EventType type, URL url, String description, Element element, String frame)
Creates a new hypertext link event.
| |
HTMLFrameHyperlinkEvent(Object source, EventType type, URL url, String description, String frame)
Creates a new hypertext link event.
|
Method Summary | |
---|---|
String | getTarget()
Gets the string, passed as the target frame identifier.
|
Parameters: source The object this link is associated to. type The type of event. url The URL this link pointing too. element The element in the document representing the anchor. frame - the Frame to display the document in.
Parameters: source The object this link is associated to. type The type of event. url The URL this link pointing too. frame - the Frame to display the document in.
Parameters: source The object this link is associated to. type The type of event. url The URL this link pointing too. description The description for this link. element The element in the document representing the anchor. frame - the Frame to display the document in.
Parameters: source The object this link is associated to. type The type of event. url The URL this link pointing too. description The description for this link. frame - the Frame to display the document in.
Returns: the target for the link.