Uses of Class
org.eclipse.jpt.utility.model.event.ListReplaceEvent

Packages that use ListReplaceEvent
org.eclipse.jpt.utility.model.event   
org.eclipse.jpt.utility.model.listener   
 

Uses of ListReplaceEvent in org.eclipse.jpt.utility.model.event
 

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

Methods in org.eclipse.jpt.utility.model.listener with parameters of type ListReplaceEvent
 void ChangeAdapter.itemsReplaced(ListReplaceEvent event)
           
 void ListChangeAdapter.itemsReplaced(ListReplaceEvent event)
           
 void ListChangeListener.itemsReplaced(ListReplaceEvent event)
          This method gets called when items in a bound list are replaced.
 void SimpleChangeListener.itemsReplaced(ListReplaceEvent event)