|
Eclipse CDT 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||