Dali Provisional API
Release 3.2

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

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

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

Subclasses of ListEvent in org.eclipse.jpt.common.utility.model.event
 class ListAddEvent
          A "list add" event gets delivered whenever a model adds items to a "bound" or "constrained" list.
 class ListChangeEvent
          A "list change" event gets delivered whenever a model changes a "bound" or "constrained" list in a manner that is not easily characterized by the other list events.
 class ListClearEvent
          A "list clear" event gets delivered whenever a model clears a "bound" or "constrained" list.
 class ListMoveEvent
          A "list move" event gets delivered whenever a model moves the elements in a "bound" or "constrained" list.
 class ListRemoveEvent
          A "list remove" event gets delivered whenever a model removes items from a "bound" or "constrained" list.
 class ListReplaceEvent
          A "list replace" event gets delivered whenever a model replaces items in a "bound" or "constrained" list.
 

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

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.