|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IJavaScriptElementDelta | |
---|---|
org.eclipse.wst.jsdt.core | |
org.eclipse.wst.jsdt.core.compiler |
Uses of IJavaScriptElementDelta in org.eclipse.wst.jsdt.core |
---|
Methods in org.eclipse.wst.jsdt.core that return IJavaScriptElementDelta | |
---|---|
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. |
Constructors in org.eclipse.wst.jsdt.core with parameters of type IJavaScriptElementDelta | |
---|---|
ElementChangedEvent(IJavaScriptElementDelta delta,
int type)
Creates an new element changed event (based on a IJavaScriptElementDelta ). |
Uses of IJavaScriptElementDelta in org.eclipse.wst.jsdt.core.compiler |
---|
Methods in org.eclipse.wst.jsdt.core.compiler that return IJavaScriptElementDelta | |
---|---|
IJavaScriptElementDelta |
ReconcileContext.getDelta()
Returns the delta describing the change to the working copy being reconciled. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |