Dali Provisional API
Release 3.2

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

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

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

Methods in org.eclipse.jpt.common.utility.model.event that return CollectionRemoveEvent
 CollectionRemoveEvent CollectionRemoveEvent.clone(Model newSource)
          Return a copy of the event with the specified source replacing the current source.
 CollectionRemoveEvent CollectionRemoveEvent.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 CollectionRemoveEvent in org.eclipse.jpt.common.utility.model.listener
 

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

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.