Uses of Interface
com.metamatrix.toolbox.property.VetoedChangeListener

Packages that use VetoedChangeListener
com.metamatrix.toolbox.ui.widget.tree   
 

Uses of VetoedChangeListener in com.metamatrix.toolbox.ui.widget.tree
 

Methods in com.metamatrix.toolbox.ui.widget.tree with parameters of type VetoedChangeListener
 void DefaultTreeModel.addVetoedChangeListener(VetoedChangeListener listener)
          Adds the specified listener to the list of listeners registered to receive notifications of VetoedChangeEvents, which can occur if a TreeNode's name change is rejected because it is either read-only or the new name is invalid.
 void DefaultTreeModel.removeVetoedChangeListener(VetoedChangeListener listener)
          Removes the specified listener from the list of listeners registered to receive notifications of VetoedChangeEvents.
 



Copyright © 2009. All Rights Reserved.