Uses of Class
org.eclipse.jpt.common.utility.model.event.TreeChangeEvent

Packages that use TreeChangeEvent
org.eclipse.jpt.common.utility.model.event   
org.eclipse.jpt.common.utility.model.listener   
 

Uses of TreeChangeEvent in org.eclipse.jpt.common.utility.model.event
 

Methods in org.eclipse.jpt.common.utility.model.event that return TreeChangeEvent
 TreeChangeEvent TreeChangeEvent.clone(Model newSource)
           
 TreeChangeEvent TreeChangeEvent.clone(Model newSource, java.lang.String newTreeName)
          Return a copy of the event with the specified source and tree name replacing the current source and tree name.
 

Uses of TreeChangeEvent in org.eclipse.jpt.common.utility.model.listener
 

Methods in org.eclipse.jpt.common.utility.model.listener with parameters of type TreeChangeEvent
 void TreeChangeListener.treeChanged(TreeChangeEvent event)
          This method gets called when a portion of a bound tree is changed in a manner that is not easily characterized by the other methods in this interface.
 void TreeChangeAdapter.treeChanged(TreeChangeEvent event)
           
 void SimpleChangeListener.treeChanged(TreeChangeEvent event)
           
 void ChangeAdapter.treeChanged(TreeChangeEvent event)