| mouseEntered |
(MouseEvent event) |
yoix.event |
| |
The
mouseEntered
event handler is a special user-defined
Function
that can be added to a component when it is created
and that will be called automatically with a single
MouseEvent
argument whenever the mouse cursor enters the component.
A
mouseEntered
event handler can only be added via
addEventHandler
after a component is created,
but an existing
mouseEntered
event handler can be assigned new values.
Assigning
NULL
to
mouseEntered
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,
hyperlinkActivated,
hyperlinkEntered,
hyperlinkExited,
invocationAction,
invocationBrowse,
invocationChange,
invocationEdit,
invocationEditImport,
invocationEditKey,
invocationRun,
invocationSelection,
itemStateChanged,
keyPressed,
keyReleased,
keyTyped,
mouseClicked,
mouseDragged,
MouseEvent,
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.
|
|