Uses of Interface
org.eclipse.core.resources.IMarkerDelta
Packages that use IMarkerDelta
Package
Description
Provides basic support for managing a workspace and
its resources.
Provides support for launching programs, breakpoint management, expression management,
and debug events.
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 IMarkerDeltaModifier and TypeMethodDescriptionIResourceChangeEvent.findMarkerDeltas(String type, boolean includeSubtypes) Returns all marker deltas of the specified type that are associated with resource deltas for this event.IResourceDelta.getMarkerDeltas()Returns the changes to markers on the corresponding resource. -
Uses of IMarkerDelta in org.eclipse.debug.core
Methods in org.eclipse.debug.core with parameters of type IMarkerDeltaModifier and TypeMethodDescriptionvoidIBreakpointListener.breakpointChanged(IBreakpoint breakpoint, IMarkerDelta delta) Notifies this listener that an attribute of the given breakpoint has changed, as described by the delta.voidIBreakpointListener.breakpointRemoved(IBreakpoint breakpoint, IMarkerDelta delta) Notifies this listener that the given breakpoint has been removed from the breakpoint manager.voidIBreakpointsListener.breakpointsChanged(IBreakpoint[] breakpoints, IMarkerDelta[] deltas) Notifies this listener that the given breakpoints have changed, as described by the corresponding deltas.voidIBreakpointsListener.breakpointsRemoved(IBreakpoint[] breakpoints, IMarkerDelta[] deltas) Notifies this listener that the given breakpoints have been removed from the breakpoint manager. -
Uses of IMarkerDelta in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type IMarkerDeltaModifier and TypeMethodDescriptionprotected voidResourceMarkerAnnotationModel.update(IMarkerDelta[] markerDeltas) Updates this model to the given marker deltas.