Uses of Class
com.metamatrix.toolbox.property.VetoedChangeEvent

Packages that use VetoedChangeEvent
com.metamatrix.toolbox.property   
com.metamatrix.toolbox.ui.widget   
 

Uses of VetoedChangeEvent in com.metamatrix.toolbox.property
 

Methods in com.metamatrix.toolbox.property with parameters of type VetoedChangeEvent
 void VetoedChangeListener.changeVetoed(VetoedChangeEvent event)
          Called whenever a change is vetoed by an object with which this listener is registered.
 

Uses of VetoedChangeEvent in com.metamatrix.toolbox.ui.widget
 

Methods in com.metamatrix.toolbox.ui.widget with parameters of type VetoedChangeEvent
protected  void TreeWidget.changeVetoed(VetoedChangeEvent event)
          Called whenever a name change is vetoed by a node, usually because either the node is read-only or the name is invalid.
 



Copyright © 2009. All Rights Reserved.