javax.swing.text.html
Class HTMLFrameHyperlinkEvent
java.lang.Object
|
+--java.util.EventObject
|
+--javax.swing.event.HyperlinkEvent
|
+--javax.swing.text.html.HTMLFrameHyperlinkEvent
- All Implemented Interfaces:
- Serializable
- public class HTMLFrameHyperlinkEvent
- extends HyperlinkEvent
HTMLFrameHyperlinkEvent is used to notify interested
parties that link was activated in a frame.
- See Also:
- Serialized Form
Constructor Summary |
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,
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. |
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 eventtype
- the event typetargetURL
- the affected URLtargetFrame
- 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 eventtype
- the event typetargetURL
- the affected URLdesc
- a descriptiontargetFrame
- 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 eventtype
- the event typetargetURL
- the affected URLsourceElement
- the element that corresponds to the source
of the eventtargetFrame
- 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 eventtype
- the event typetargetURL
- the affected URLdesc
- a desriptionsourceElement
- the element that corresponds to the source
of the eventtargetFrame
- the Frame to display the document in
getSourceElement
public Element getSourceElement()
- returns the element that corresponds to the source of the
event. This would always be the leaf element whose
tag is HTML.Tag.FRAME.
getTarget
public String getTarget()
- returns the target for the link.
Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.