Dali Provisional API
Release 3.2

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

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

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

Methods in org.eclipse.jpt.common.utility.model.event that return CollectionAddEvent
 CollectionAddEvent CollectionAddEvent.clone(Model newSource)
          Return a copy of the event with the specified source replacing the current source.
 CollectionAddEvent CollectionAddEvent.clone(Model newSource, String newCollectionName)
          Return a copy of the event with the specified source and collection name replacing the current source and collection name.
 

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

Fields in org.eclipse.jpt.common.utility.model.listener with type parameters of type CollectionAddEvent
protected static Class<CollectionAddEvent> ReflectiveChangeListener.COLLECTION_ADD_EVENT_CLASS
           
 

Methods in org.eclipse.jpt.common.utility.model.listener with parameters of type CollectionAddEvent
 void ChangeAdapter.itemsAdded(CollectionAddEvent event)
           
 void CollectionChangeAdapter.itemsAdded(CollectionAddEvent event)
           
 void CollectionChangeListener.itemsAdded(CollectionAddEvent event)
          This method gets called when items are added to a bound collection.
 void AbstractChangeListener.itemsAdded(CollectionAddEvent event)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.