org.eclipse.ltk.ui.refactoring
Class ChangePreviewViewerInput
java.lang.Object
org.eclipse.ltk.ui.refactoring.ChangePreviewViewerInput
-
public class ChangePreviewViewerInput
- extends
Object
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.
|
Method Summary
|
Change
|
getChange
()
Returns the change of this input object. |
|
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
ChangePreviewViewerInput
public ChangePreviewViewerInput(
Change change)
- Creates a new input object for the given change.
-
Parameters:
-
change - the change object
getChange
public
Change getChange()
- Returns the change of this input object.
-
-
Returns:
- the change of this input object
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.