Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.model.ICElementDelta

Packages that use ICElementDelta
org.eclipse.cdt.core.model   
 

Uses of ICElementDelta in org.eclipse.cdt.core.model
 

Methods in org.eclipse.cdt.core.model that return ICElementDelta
 ICElementDelta[] ICElementDelta.getAddedChildren()
          Returns deltas for the children that have been added.
 ICElementDelta[] ICElementDelta.getAffectedChildren()
          Returns deltas for the affected (added, removed, or changed) children.
 ICElementDelta[] ICElementDelta.getChangedChildren()
          Returns deltas for the children which have changed.
 ICElementDelta ElementChangedEvent.getDelta()
          Returns the delta describing the change.
 ICElementDelta[] ICElementDelta.getRemovedChildren()
          Returns deltas for the children which have been removed.
 

Constructors in org.eclipse.cdt.core.model with parameters of type ICElementDelta
ElementChangedEvent(ICElementDelta delta, int type)
          Creates an new element changed event (based on a ICElementDelta).
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.