|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.console.ui.util.ItemsBlockedListSelectionListener
public class ItemsBlockedListSelectionListener
Implementation of ListSelectionListener that will block the selection of any in a given set of items. Match is determined by toString().equals() of selected item when compared to input string.
| Constructor Summary | |
|---|---|
ItemsBlockedListSelectionListener(java.lang.String[] blocked,
javax.swing.JList list)
|
|
| Method Summary | |
|---|---|
void |
valueChanged(javax.swing.event.ListSelectionEvent ev)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemsBlockedListSelectionListener(java.lang.String[] blocked,
javax.swing.JList list)
| Method Detail |
|---|
public void valueChanged(javax.swing.event.ListSelectionEvent ev)
valueChanged in interface javax.swing.event.ListSelectionListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||