|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Viewer to present the preview for a Change
.
Viewers are associated with a change object via the extension point
org.eclipse.ltk.ui.refactoring.changePreviewViewers
. Implementors of this
extension point must therefore implement this interface.
To ensure visual consistency across all provided preview viewers the widget
hierarchy provided through the method createControl(Composite)
has to
use a ViewForm
as its root widget.
Clients of this interface should call createControl
before calling
setInput
.
Method Summary | |
void |
createControl(org.eclipse.swt.widgets.Composite parent)
Creates the preview viewer's widget hierarchy. |
org.eclipse.swt.widgets.Control |
getControl()
Returns the preview viewer's SWT control. |
void |
setInput(ChangePreviewViewerInput input)
Sets the preview viewer's input element. |
Method Detail |
public void createControl(org.eclipse.swt.widgets.Composite parent)
getControl()
should be used to retrieve the widget hierarchy.
parent
- the parent for the widget hierarchygetControl()
public org.eclipse.swt.widgets.Control getControl()
null
is the widget hierarchy hasn't been created yetpublic void setInput(ChangePreviewViewerInput input)
input
- the input element
|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |