Package org.eclipse.ltk.ui.refactoring
Class ChangePreviewViewerInput
java.lang.Object
org.eclipse.ltk.ui.refactoring.ChangePreviewViewerInput
Instances of this class represent the input for an
IChangePreviewViewer
.
The input object manages the change object the viewer is associated with.
This class is not intended to be extended outside the refactoring framework.
- Since:
- 3.0
- Restriction:
- This class is not intended to be subclassed by clients.
-
Constructor Summary
ConstructorsConstructorDescriptionChangePreviewViewerInput
(Change change) Creates a new input object for the given change. -
Method Summary
-
Constructor Details
-
ChangePreviewViewerInput
Creates a new input object for the given change.- Parameters:
change
- the change object
-
-
Method Details
-
getChange
Returns the change of this input object.- Returns:
- the change of this input object
-