public class HTMLFrameHyperlinkEvent extends HyperlinkEvent
HyperlinkEvent.EventTypesource| Constructor and Description |
|---|
HTMLFrameHyperlinkEvent(Object source,
HyperlinkEvent.EventType type,
URL url,
Element element,
String frame)
Creates a new hypertext link event.
|
HTMLFrameHyperlinkEvent(Object source,
HyperlinkEvent.EventType type,
URL url,
String frame)
Creates a new hypertext link event.
|
HTMLFrameHyperlinkEvent(Object source,
HyperlinkEvent.EventType type,
URL url,
String description,
Element element,
String frame)
Creates a new hypertext link event.
|
HTMLFrameHyperlinkEvent(Object source,
HyperlinkEvent.EventType type,
URL url,
String description,
String frame)
Creates a new hypertext link event.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTarget()
Gets the string, passed as the target frame identifier.
|
getDescription, getEventType, getSourceElement, getURLgetSource, toStringpublic HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL url, Element element, String frame)
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.public HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL url, String frame)
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.public HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL url, String description, Element element, String frame)
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.public HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL url, String description, String frame)
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.