Dali Provisional API
Release 3.2

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

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

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

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

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

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

Methods in org.eclipse.jpt.common.utility.model.listener with parameters of type ListClearEvent
 void AbstractChangeListener.listCleared(ListClearEvent event)
           
 void ChangeAdapter.listCleared(ListClearEvent event)
           
 void ListChangeAdapter.listCleared(ListClearEvent event)
           
 void ListChangeListener.listCleared(ListClearEvent event)
          This method gets called when a bound list is cleared.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.