Package | Description |
---|---|
org.eclipse.wst.jsdt.core | |
org.eclipse.wst.jsdt.core.compiler | |
org.eclipse.wst.jsdt.ui |
Modifier and Type | Method and Description |
---|---|
IJavaScriptElementDelta[] |
IJavaScriptElementDelta.getAddedChildren()
Returns deltas for the children that have been added.
|
IJavaScriptElementDelta[] |
IJavaScriptElementDelta.getAffectedChildren()
Returns deltas for the affected (added, removed, or changed) children.
|
IJavaScriptElementDelta[] |
IJavaScriptElementDelta.getChangedChildren()
Returns deltas for the children which have changed.
|
IJavaScriptElementDelta |
ElementChangedEvent.getDelta()
Returns the delta describing the change.
|
IJavaScriptElementDelta[] |
IJavaScriptElementDelta.getRemovedChildren()
Returns deltas for the children which have been removed.
|
Constructor and Description |
---|
ElementChangedEvent(IJavaScriptElementDelta delta,
int type)
Creates an new element changed event (based on a
IJavaScriptElementDelta ). |
Modifier and Type | Method and Description |
---|---|
IJavaScriptElementDelta |
ReconcileContext.getDelta()
Returns the delta describing the change to the working copy being reconciled.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
StandardJavaScriptElementContentProvider.isClassPathChange(IJavaScriptElementDelta delta)
Note: This method is for internal use only.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.