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