|
|||||||||
| Home >> All >> org >> integralsource >> monsoon >> [ jfc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.integralsource.monsoon.jfc
Class ItemListSelectionListener

java.lang.Objectorg.integralsource.monsoon.jfc.ItemListSelectionListener
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.ListSelectionListener
- class ItemListSelectionListener
- extends java.lang.Object
- implements javax.swing.event.ListSelectionListener
- extends java.lang.Object
| Field Summary | |
ItemListSelectionModel |
_model
|
| Constructor Summary | |
ItemListSelectionListener(ItemListSelectionModel model)
|
|
| Method Summary | |
void |
valueChanged(javax.swing.event.ListSelectionEvent evt)
Receives notification of a javax.swing.event.ListSelectionEvent. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_model
public ItemListSelectionModel _model
| Constructor Detail |
ItemListSelectionListener
public ItemListSelectionListener(ItemListSelectionModel model)
| Method Detail |
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent evt)
- Description copied from interface:
javax.swing.event.ListSelectionListener - Receives notification of a javax.swing.event.ListSelectionEvent.
- Specified by:
valueChangedin interfacejavax.swing.event.ListSelectionListener
|
|||||||||
| Home >> All >> org >> integralsource >> monsoon >> [ jfc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.integralsource.monsoon.jfc.ItemListSelectionListener