Liking cljdoc? Tell your friends :D

javax.swing.text.html.HTMLFrameHyperlinkEvent

HTMLFrameHyperlinkEvent is used to notify interested parties that link was activated in a frame.

HTMLFrameHyperlinkEvent is used to notify interested
parties that link was activated in a frame.
raw docstring

(->html-frame-hyperlink-event source type target-url target-frame)
(->html-frame-hyperlink-event source type target-url desc target-frame)
(->html-frame-hyperlink-event source
                              type
                              target-url
                              desc
                              source-element
                              target-frame)
(->html-frame-hyperlink-event source
                              type
                              target-url
                              desc
                              source-element
                              input-event
                              target-frame)

Constructor.

Creates a new object representing a hypertext link event.

source - the object responsible for the event - java.lang.Object type - the event type - javax.swing.event.HyperlinkEvent$EventType target-url - the affected URL - java.net.URL desc - a description - java.lang.String source-element - the element that corresponds to the source of the event - javax.swing.text.Element input-event - InputEvent that triggered the hyperlink event - java.awt.event.InputEvent target-frame - the Frame to display the document in - java.lang.String

Constructor.

Creates a new object representing a hypertext link event.

source - the object responsible for the event - `java.lang.Object`
type - the event type - `javax.swing.event.HyperlinkEvent$EventType`
target-url - the affected URL - `java.net.URL`
desc - a description - `java.lang.String`
source-element - the element that corresponds to the source of the event - `javax.swing.text.Element`
input-event - InputEvent that triggered the hyperlink event - `java.awt.event.InputEvent`
target-frame - the Frame to display the document in - `java.lang.String`
raw docstring

get-targetclj

(get-target this)

returns the target for the link.

returns: java.lang.String

returns the target for the link.

returns: `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close