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

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

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

Methods in org.eclipse.jpt.common.utility.model.event that return ListRemoveEvent
 ListRemoveEvent ListRemoveEvent.clone(Model newSource)
          Return a copy of the event with the specified source replacing the current source.
 ListRemoveEvent ListRemoveEvent.clone(Model newSource, java.lang.String newListName)
          Return a copy of the event with the specified source and list name replacing the current source and list name.
 ListRemoveEvent ListRemoveEvent.clone(Model newSource, java.lang.String newListName, int offset)
          Return a copy of the event with the specified source and list name replacing the current source and list name and displacing the index by the specified amount.
 

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

Methods in org.eclipse.jpt.common.utility.model.listener with parameters of type ListRemoveEvent
 void SimpleChangeListener.itemsRemoved(ListRemoveEvent event)
           
 void ListChangeListener.itemsRemoved(ListRemoveEvent event)
          This method gets called when items are removed from a bound list.
 void ListChangeAdapter.itemsRemoved(ListRemoveEvent event)
           
 void ChangeAdapter.itemsRemoved(ListRemoveEvent event)