| valueChanged |
(ListSelectionEvent event) |
yoix.event |
| valueChanged |
(TreeSelectionEvent event) |
|
| |
The
valueChanged
event handler is a special user-defined
Function
that can be added to a
JList
or
JTree
component when it is created.
For a
JList,
the
valueChanged
handler will be called automatically with a single
ListSelectionEvent
argument when a selection change occurs within the component.
For a
JTree,
the
valueChanged
handler will be called automatically with a single
TreeSelectionEvent
argument when a selection change occurs within the component.
A
valueChanged
event handler can only be added via
addEventHandler
after a component is created,
but an existing
valueChanged
event handler can be assigned new values.
Assigning
NULL
to
valueChanged
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,
invocationEditKey,
invocationRun,
invocationSelection,
itemStateChanged,
keyPressed,
keyReleased,
keyTyped,
ListSelectionEvent,
mouseClicked,
mouseDragged,
mouseEntered,
mouseExited,
mouseMoved,
mousePressed,
mouseReleased,
mouseWheelMoved,
removeEventHandler,
stateChanged,
textValueChanged,
TreeSelectionEvent,
windowActivated,
windowClosed,
windowClosing,
windowDeactivated,
windowDeiconified,
windowIconified,
windowOpened
|
|
Yoix is a registered trademark of AT&T Intellectual Property.
|
|