| componentShown |
(ComponentEvent event) |
yoix.event |
| |
The
componentShown
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
ComponentEvent
argument whenever the component is specifically made visible, namely
the
visible
field of the component is set to a non-zero value.
If a component containing this component is made visible, the event
is not triggered on this component.
A
componentShown
event handler can only be added via
addEventHandler
after a component is created,
but an existing
componentShown
event handler can be assigned new values.
Assigning
NULL
to
componentShown
disables its functionality until a
non-NULL
value is assigned to it.
| |
| Return: |
none
| | |
| See Also: |
actionPerformed,
addEventHandler,
adjustmentValueChanged,
caretUpdate,
ComponentEvent,
componentHidden,
componentMoved,
componentResized,
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,
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.
|
|