| hyperlinkActivated |
(HyperlinkEvent event) |
yoix.event |
| |
The
hyperlinkActivated
event handler is a special user-defined
Function
that can be added to a
JTextPane
when it is created
and that will be called automatically with a single
HyperlinkEvent
argument whenever a hyperlink in the text pane is activated,
namely a mouse click occurs over the hyperlink text.
A
hyperlinkActivated
event handler can only be added via
addEventHandler
after a component is created,
but an existing
hyperlinkActivated
event handler can be assigned new values.
Assigning
NULL
to
hyperlinkActivated
disables its functionality until a
non-NULL
value is assigned to it.
| |
| Return: |
none
| | |
| See Also: |
actionPerformed,
addEventHandler,
adjustmentValueChanged,
caretUpdate,
componentHidden,
componentMoved,
componentResized,
componentShown,
dragDropEnd,
dragEnter,
dragExit,
dragGestureRecognized,
dragMouseMoved,
dragOver,
drop,
dropActionChanged,
Event,
focusGained,
focusLost,
hyperlinkEntered,
HyperlinkEvent,
hyperlinkExited,
invocationAction,
invocationBrowse,
invocationChange,
invocationEdit,
invocationEditKey,
invocationRun,
invocationSelection,
itemStateChanged,
keyPressed,
keyReleased,
keyTyped,
mouseClicked,
mouseDragged,
mouseEntered,
mouseExited,
mouseMoved,
mousePressed,
mouseReleased,
mouseWheelMoved,
removeEventHandler,
stateChanged,
textValueChanged,
valueChanged,
windowActivated,
windowClosed,
windowClosing,
windowDeactivated,
windowDeiconified,
windowIconified,
windowOpened
|
|
Yoix is a registered trademark of AT&T Inc.
|
|