Liking cljdoc? Tell your friends :D

javax.swing.text.html.HTMLEditorKit$LinkController

Class to watch the associated component and fire hyperlink events on it when appropriate.

Class to watch the associated component and fire
hyperlink events on it when appropriate.
raw docstring

(->link-controller)

Constructor.

Constructor.
raw docstring

mouse-clickedclj

(mouse-clicked this e)

Called for a mouse click event. If the component is read-only (ie a browser) then the clicked event is used to drive an attempt to follow the reference specified by a link.

e - the mouse event - java.awt.event.MouseEvent

Called for a mouse click event.
 If the component is read-only (ie a browser) then
 the clicked event is used to drive an attempt to
 follow the reference specified by a link.

e - the mouse event - `java.awt.event.MouseEvent`
raw docstring

mouse-draggedclj

(mouse-dragged this e)

Description copied from class: MouseAdapter

e - java.awt.event.MouseEvent

Description copied from class: MouseAdapter

e - `java.awt.event.MouseEvent`
raw docstring

mouse-movedclj

(mouse-moved this e)

Description copied from class: MouseAdapter

e - java.awt.event.MouseEvent

Description copied from class: MouseAdapter

e - `java.awt.event.MouseEvent`
raw docstring

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

× close