|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.console.ui.util.ItemsBlockedTreeSelectionListener
public class ItemsBlockedTreeSelectionListener
Implementation of TreeSelectionListener that will block the selection of any in a given set of items, where the item is the last node in a selected tree path. Match is determined by toString().equals() of selected item when compared to input string.
| Constructor Summary | |
|---|---|
ItemsBlockedTreeSelectionListener(javax.swing.JTree tree,
ItemsBlockedCallback cb)
|
|
| Method Summary | |
|---|---|
void |
valueChanged(javax.swing.event.TreeSelectionEvent ev)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemsBlockedTreeSelectionListener(javax.swing.JTree tree,
ItemsBlockedCallback cb)
| Method Detail |
|---|
public void valueChanged(javax.swing.event.TreeSelectionEvent ev)
valueChanged in interface javax.swing.event.TreeSelectionListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||