public abstract class AbstractTemplateConfigurationPage extends org.eclipse.jface.wizard.WizardPage implements ITemplateConfigurationPage
ITemplateConfigurationPage
.Modifier and Type | Field and Description |
---|---|
protected ITemplateConfigurationPageGroup |
group |
Constructor and Description |
---|
AbstractTemplateConfigurationPage(ITemplateConfigurationPageGroup group,
java.lang.String pageName)
Creates a new template configuration page with the given name, and
with no title or image.
|
AbstractTemplateConfigurationPage(ITemplateConfigurationPageGroup group,
java.lang.String pageName,
java.lang.String title,
org.eclipse.jface.resource.ImageDescriptor titleImage)
Creates a new template configuration page with the given name, title, and image.
|
Modifier and Type | Method and Description |
---|---|
ITemplateConfigurationPageGroup |
getTemplateConfigurationPageGroup()
Return the template configuration page group which contributed
this wizard page.
|
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected ITemplateConfigurationPageGroup group
public AbstractTemplateConfigurationPage(ITemplateConfigurationPageGroup group, java.lang.String pageName)
group
- the group containing this pagepageName
- the name of the pagepublic AbstractTemplateConfigurationPage(ITemplateConfigurationPageGroup group, java.lang.String pageName, java.lang.String title, org.eclipse.jface.resource.ImageDescriptor titleImage)
group
- the group containing this pagepageName
- the name of the pagetitle
- the title for this wizard page,
or null
if nonetitleImage
- the image descriptor for the title of this wizard page,
or null
if nonepublic ITemplateConfigurationPageGroup getTemplateConfigurationPageGroup()
ITemplateConfigurationPage
getTemplateConfigurationPageGroup
in interface ITemplateConfigurationPage