|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMarkerDelta | |
---|---|
org.eclipse.core.resources | Provides basic support for managing a workspace and its resources. |
org.eclipse.debug.core | Provides support for launching programs, breakpoint management, expression management, and debug events. |
org.eclipse.ui.texteditor | Provides a framework for text editors obeying to the desktop rules. |
Uses of IMarkerDelta in org.eclipse.core.resources |
---|
Methods in org.eclipse.core.resources that return IMarkerDelta | |
IMarkerDelta[] |
IResourceDelta.getMarkerDeltas()
Returns the changes to markers on the corresponding resource. |
IMarkerDelta[] |
IResourceChangeEvent.findMarkerDeltas(String type,
boolean includeSubtypes)
Returns all marker deltas of the specified type that are associated with resource deltas for this event. |
Uses of IMarkerDelta in org.eclipse.debug.core |
---|
Methods in org.eclipse.debug.core with parameters of type IMarkerDelta | |
void |
IBreakpointsListener.breakpointsRemoved(IBreakpoint[] breakpoints,
IMarkerDelta[] deltas)
Notifies this listener that the given breakpoints have been removed from the breakpoint manager. |
void |
IBreakpointsListener.breakpointsChanged(IBreakpoint[] breakpoints,
IMarkerDelta[] deltas)
Notifies this listener that the given breakpoints have changed, as described by the corresponding deltas. |
void |
IBreakpointListener.breakpointRemoved(IBreakpoint breakpoint,
IMarkerDelta delta)
Notifies this listener that the given breakpoint has been removed from the breakpoint manager. |
void |
IBreakpointListener.breakpointChanged(IBreakpoint breakpoint,
IMarkerDelta delta)
Notifies this listener that an attribute of the given breakpoint has changed, as described by the delta. |
Uses of IMarkerDelta in org.eclipse.ui.texteditor |
---|
Methods in org.eclipse.ui.texteditor with parameters of type IMarkerDelta | |
protected void |
ResourceMarkerAnnotationModel.update(IMarkerDelta[] markerDeltas)
Updates this model to the given marker deltas. |
|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.