Dali Provisional API
Release 3.2

Uses of Package
org.eclipse.jpt.common.utility.model.event

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

Classes in org.eclipse.jpt.common.utility.model.event used by org.eclipse.jpt.common.utility.model.event
ChangeEvent
          Abstract class for all the change events that can be fired by models.
CollectionAddEvent
          A "collection add" event gets delivered whenever a model adds items to a "bound" or "constrained" collection.
CollectionChangeEvent
          A "collection change" event gets delivered whenever a model changes a "bound" or "constrained" collection in a manner that is not easily characterized by the other collection events.
CollectionClearEvent
          A "collection clear" event gets delivered whenever a model clears a "bound" or "constrained" collection.
CollectionEvent
          A "collection" event gets delivered whenever a model changes a "bound" or "constrained" collection.
CollectionRemoveEvent
          A "collection remove" event gets delivered whenever a model removes items from a "bound" or "constrained" collection.
ListAddEvent
          A "list add" event gets delivered whenever a model adds items to a "bound" or "constrained" list.
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.
ListClearEvent
          A "list clear" event gets delivered whenever a model clears a "bound" or "constrained" list.
ListEvent
          A "list" event gets delivered whenever a model changes a "bound" or "constrained" list.
ListMoveEvent
          A "list move" event gets delivered whenever a model moves the elements in a "bound" or "constrained" list.
ListRemoveEvent
          A "list remove" event gets delivered whenever a model removes items from a "bound" or "constrained" list.
ListReplaceEvent
          A "list replace" event gets delivered whenever a model replaces items in a "bound" or "constrained" list.
PropertyChangeEvent
          A "property change" event gets delivered whenever a model changes a "bound" or "constrained" property.
StateChangeEvent
          A generic "state change" event gets delivered whenever a model changes to such extent that it cannot be delineated all aspects of it that have changed.
 

Classes in org.eclipse.jpt.common.utility.model.event used by org.eclipse.jpt.common.utility.model.listener
ChangeEvent
          Abstract class for all the change events that can be fired by models.
CollectionAddEvent
          A "collection add" event gets delivered whenever a model adds items to a "bound" or "constrained" collection.
CollectionChangeEvent
          A "collection change" event gets delivered whenever a model changes a "bound" or "constrained" collection in a manner that is not easily characterized by the other collection events.
CollectionClearEvent
          A "collection clear" event gets delivered whenever a model clears a "bound" or "constrained" collection.
CollectionEvent
          A "collection" event gets delivered whenever a model changes a "bound" or "constrained" collection.
CollectionRemoveEvent
          A "collection remove" event gets delivered whenever a model removes items from a "bound" or "constrained" collection.
ListAddEvent
          A "list add" event gets delivered whenever a model adds items to a "bound" or "constrained" list.
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.
ListClearEvent
          A "list clear" event gets delivered whenever a model clears a "bound" or "constrained" list.
ListEvent
          A "list" event gets delivered whenever a model changes a "bound" or "constrained" list.
ListMoveEvent
          A "list move" event gets delivered whenever a model moves the elements in a "bound" or "constrained" list.
ListRemoveEvent
          A "list remove" event gets delivered whenever a model removes items from a "bound" or "constrained" list.
ListReplaceEvent
          A "list replace" event gets delivered whenever a model replaces items in a "bound" or "constrained" list.
PropertyChangeEvent
          A "property change" event gets delivered whenever a model changes a "bound" or "constrained" property.
StateChangeEvent
          A generic "state change" event gets delivered whenever a model changes to such extent that it cannot be delineated all aspects of it that have changed.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.