Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IMarkerDelta[] |
IResourceChangeEvent.findMarkerDeltas(String type,
boolean includeSubtypes)
Returns all marker deltas of the specified type that are associated
with resource deltas for this event.
|
IMarkerDelta[] |
IResourceDelta.getMarkerDeltas()
Returns the changes to markers on the corresponding resource.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceMarkerAnnotationModel.update(IMarkerDelta[] markerDeltas)
Updates this model to the given marker deltas.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.