Uses of Interface
org.eclipse.core.resources.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
Modifier 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
Modifier and TypeMethodDescriptionvoid
IBreakpointListener.breakpointChanged
(IBreakpoint breakpoint, IMarkerDelta delta) Notifies this listener that an attribute of the given breakpoint has changed, as described by the delta.void
IBreakpointListener.breakpointRemoved
(IBreakpoint breakpoint, IMarkerDelta delta) Notifies this listener that the given breakpoint has 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
IBreakpointsListener.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
Modifier and TypeMethodDescriptionprotected void
ResourceMarkerAnnotationModel.update
(IMarkerDelta[] markerDeltas) Updates this model to the given marker deltas.