Class HTMLFrameHyperlinkEvent
- java.lang.Object
-
- java.util.EventObject
-
- javax.swing.event.HyperlinkEvent
-
- javax.swing.text.html.HTMLFrameHyperlinkEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FormSubmitEvent
public class HTMLFrameHyperlinkEvent extends HyperlinkEvent
HTMLFrameHyperlinkEvent is used to notify interested parties that link was activated in a frame.
Nested Classes
Nested classes/interfaces inherited from class javax.swing.event.HyperlinkEvent
HyperlinkEvent.EventType
Fields
Fields inherited from class java.util.EventObject
source
Constructors
Constructor and Description |
---|
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 targetFrame) Creates a new object representing a html frame hypertext link event. |
HTMLFrameHyperlinkEvent(Object source,
HyperlinkEvent.EventType type,
URL targetURL,
String desc,
Element sourceElement,
InputEvent inputEvent,
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. |
HTMLFrameHyperlinkEvent(Object source,
HyperlinkEvent.EventType type,
URL targetURL,
String desc,
String targetFrame) Creates a new object representing a hypertext link event. |
Methods
Modifier and Type | Method and Description |
---|---|
String |
getTarget() returns the target for the link. |
Methods inherited from class javax.swing.event.HyperlinkEvent
getDescription, getEventType, getInputEvent, getSourceElement, getURL
Methods inherited from class java.util.EventObject
getSource, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructors
HTMLFrameHyperlinkEvent
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
HTMLFrameHyperlinkEvent
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
HTMLFrameHyperlinkEvent
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
HTMLFrameHyperlinkEvent
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 description -
sourceElement
- the element that corresponds to the source of the event -
targetFrame
- the Frame to display the document in
HTMLFrameHyperlinkEvent
public HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL targetURL, String desc, Element sourceElement, InputEvent inputEvent, 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 -
sourceElement
- the element that corresponds to the source of the event -
inputEvent
- InputEvent that triggered the hyperlink event -
targetFrame
- the Frame to display the document in - Since:
- 1.7
Methods
getTarget
public String getTarget()
returns the target for the link.
© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/javase/8/docs/api/javax/swing/text/html/HTMLFrameHyperlinkEvent.html