|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.image.ClearingListSelectionListener
class ClearingListSelectionListener
Added to 2 JLists, this ListSelectionListener clears the currently highlighted value in one JList if a value in the other JList is selected. In other words, you should only be able to select from one list at a time.
Constructor Summary | |
---|---|
ClearingListSelectionListener(javax.swing.JList thisList,
javax.swing.JList otherList)
|
Method Summary | |
---|---|
void |
valueChanged(javax.swing.event.ListSelectionEvent e)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClearingListSelectionListener(javax.swing.JList thisList, javax.swing.JList otherList)
Method Detail |
---|
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged
in interface javax.swing.event.ListSelectionListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |