| componentResized |
(ComponentEvent event) |
yoix.event |
| |
The
componentResized
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 resized, namely
the
size
or related
field of the component is changed or, in the case of a window, a
window manager is used to resize the window.
If a component containing this component is resized, the event
is not triggered on this component unless the resizing affects this
component.
A
componentResized
event handler can only be added via
addEventHandler
after a component is created,
but an existing
componentResized
event handler can be assigned new values.
Assigning
NULL
to
componentResized
disables its functionality until a
non-NULL
value is assigned to it.
| |
| Return: |
none
| | |
| See Also: |
actionPerformed,
addEventHandler,
adjustmentValueChanged,
caretUpdate,
ComponentEvent,
componentHidden,
componentMoved,
componentShown,
dragDropEnd,
dragEnter,
dragExit,
dragGestureRecognized,
dragMouseMoved,
dragOver,
drop,
dropActionChanged,
Event,
focusGained,
focusLost,
hyperlinkActivated,
hyperlinkEntered,
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.
|
|