Event type constant (bit mask) indicating an after-the-fact
report of creations, deletions, and modifications
to one or more Java element(s) expressed as a hierarchical
java element delta as returned by getDelta().
Event type constant (bit mask) indicating an after-the-fact
report of creations, deletions, and modifications
to one or more Java element(s) expressed as a hierarchical
java element delta as returned by getDelta.
Deprecated.In 3.0, the debug platform provides source lookup facilities that
should be used in place of the Java source lookup support provided in 2.0.
The new facilities provide a source lookup director that coordinates source
lookup among a set of participants, searching a set of source containers.
See the following packages: org.eclipse.debug.core.sourcelookup
and org.eclipse.debug.core.sourcelookup.containers. This class
has been replaced by
org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer.
LabelDecorator that decorates an element's image with error and warning overlays that
represent the severity of markers attached to the element's underlying resource.
Performs this change. If this method is call on an invalid or disabled change
object the result is unspecified. Changes should in general not respond to
IProgressMonitor.isCanceled() since canceling a change tree in the
middle of its execution leaves the workspace in a half changed state.
The composite change sends perform to all its enabled
children.
Performs this change. If this method is call on an invalid or disabled change
object the result is unspecified. Changes should in general not respond to
IProgressMonitor.isCanceled() since canceling a change tree in the
middle of its execution leaves the workspace in a half changed state.
Performs this change. If this method is call on an invalid or disabled change
object the result is unspecified. Changes should in general not respond to
IProgressMonitor.isCanceled() since canceling a change tree in the
middle of its execution leaves the workspace in a half changed state.
Performs this change. If this method is call on an invalid or disabled change
object the result is unspecified. Changes should in general not respond to
IProgressMonitor.isCanceled() since canceling a change tree in the
middle of its execution leaves the workspace in a half changed state.
Performs any actions appropriate in response to the user having pressed
the Finish button, or refuse if finishing now is not permitted. This
method is called by the refactoring wizard on the currently active
refactoring wizard page.