public class DefaultWizardPreviewPanel extends Object
IWizardContributor
.
Displays a preview image provided by IWizardContributor.getPreviewImage()
.
and a link to the help given by IWizardContributor.getHelpUrl()
.
Constructor and Description |
---|
DefaultWizardPreviewPanel()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
createPanel(org.eclipse.swt.widgets.Composite parent) |
void |
dispose() |
String |
getHelpTopic() |
IWizardContributor |
getInput() |
org.eclipse.swt.widgets.Control |
getPanel() |
boolean |
isRelevantFor(Object obj) |
void |
setInput(Object input) |
public DefaultWizardPreviewPanel()
public boolean isRelevantFor(Object obj)
public org.eclipse.swt.widgets.Control createPanel(org.eclipse.swt.widgets.Composite parent)
public org.eclipse.swt.widgets.Control getPanel()
public IWizardContributor getInput()
public void setInput(Object input)
public void dispose()
public String getHelpTopic()