public abstract class WizardPageDecorator
extends org.eclipse.jface.wizard.WizardPage
WizardPage
Constructor and Description |
---|
WizardPageDecorator(org.eclipse.jface.wizard.WizardPage decoratee)
Create a decorator for the given wizard page.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canFlipToNextPage() |
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
void |
dispose() |
boolean |
equals(Object obj) |
org.eclipse.swt.widgets.Control |
getControl() |
String |
getDescription() |
String |
getErrorMessage() |
org.eclipse.swt.graphics.Image |
getImage() |
String |
getMessage() |
int |
getMessageType() |
String |
getName() |
org.eclipse.jface.wizard.IWizardPage |
getNextPage() |
org.eclipse.jface.wizard.IWizardPage |
getPreviousPage() |
org.eclipse.swt.widgets.Shell |
getShell() |
String |
getTitle() |
org.eclipse.jface.wizard.IWizard |
getWizard() |
int |
hashCode() |
boolean |
isPageComplete() |
void |
performHelp() |
void |
setDescription(String description) |
void |
setErrorMessage(String newMessage) |
void |
setImageDescriptor(org.eclipse.jface.resource.ImageDescriptor image) |
void |
setMessage(String newMessage) |
void |
setMessage(String newMessage,
int newType) |
void |
setPageComplete(boolean complete) |
void |
setPreviousPage(org.eclipse.jface.wizard.IWizardPage page) |
void |
setTitle(String title) |
void |
setVisible(boolean visible) |
void |
setWizard(org.eclipse.jface.wizard.IWizard newWizard) |
String |
toString() |
getContainer, getDialogSettings, isCurrentPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getDialogFontName, getFont, getToolTipText, initializeDialogUnits, isControlCreated, setButtonLayoutData, setControl
public WizardPageDecorator(org.eclipse.jface.wizard.WizardPage decoratee)
decoratee
- the wizard page to decoratepublic void createControl(org.eclipse.swt.widgets.Composite parent)
IDialogPage.createControl(org.eclipse.swt.widgets.Composite)
public boolean canFlipToNextPage()
canFlipToNextPage
in interface org.eclipse.jface.wizard.IWizardPage
canFlipToNextPage
in class org.eclipse.jface.wizard.WizardPage
WizardPage.canFlipToNextPage()
public org.eclipse.swt.graphics.Image getImage()
getImage
in interface org.eclipse.jface.dialogs.IDialogPage
getImage
in class org.eclipse.jface.wizard.WizardPage
WizardPage.getImage()
public String getName()
getName
in interface org.eclipse.jface.wizard.IWizardPage
getName
in class org.eclipse.jface.wizard.WizardPage
WizardPage.getName()
public org.eclipse.jface.wizard.IWizardPage getNextPage()
getNextPage
in interface org.eclipse.jface.wizard.IWizardPage
getNextPage
in class org.eclipse.jface.wizard.WizardPage
WizardPage.getNextPage()
public org.eclipse.jface.wizard.IWizardPage getPreviousPage()
getPreviousPage
in interface org.eclipse.jface.wizard.IWizardPage
getPreviousPage
in class org.eclipse.jface.wizard.WizardPage
WizardPage.getPreviousPage()
public org.eclipse.swt.widgets.Shell getShell()
getShell
in class org.eclipse.jface.wizard.WizardPage
WizardPage.getShell()
public void dispose()
dispose
in interface org.eclipse.jface.dialogs.IDialogPage
dispose
in class org.eclipse.jface.dialogs.DialogPage
DialogPage.dispose()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public org.eclipse.swt.widgets.Control getControl()
getControl
in interface org.eclipse.jface.dialogs.IDialogPage
getControl
in class org.eclipse.jface.dialogs.DialogPage
DialogPage.getControl()
public org.eclipse.jface.wizard.IWizard getWizard()
getWizard
in interface org.eclipse.jface.wizard.IWizardPage
getWizard
in class org.eclipse.jface.wizard.WizardPage
WizardPage.getWizard()
public String getDescription()
getDescription
in interface org.eclipse.jface.dialogs.IDialogPage
getDescription
in class org.eclipse.jface.dialogs.DialogPage
DialogPage.getDescription()
public String getErrorMessage()
getErrorMessage
in interface org.eclipse.jface.dialogs.IDialogPage
getErrorMessage
in class org.eclipse.jface.dialogs.DialogPage
DialogPage.getErrorMessage()
public String getMessage()
getMessage
in interface org.eclipse.jface.dialogs.IDialogPage
getMessage
in interface org.eclipse.jface.dialogs.IMessageProvider
getMessage
in class org.eclipse.jface.dialogs.DialogPage
DialogPage.getMessage()
public int getMessageType()
getMessageType
in interface org.eclipse.jface.dialogs.IMessageProvider
getMessageType
in class org.eclipse.jface.dialogs.DialogPage
DialogPage.getMessageType()
public String getTitle()
getTitle
in interface org.eclipse.jface.dialogs.IDialogPage
getTitle
in class org.eclipse.jface.dialogs.DialogPage
DialogPage.getTitle()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean isPageComplete()
isPageComplete
in interface org.eclipse.jface.wizard.IWizardPage
isPageComplete
in class org.eclipse.jface.wizard.WizardPage
WizardPage.isPageComplete()
public void setDescription(String description)
setDescription
in interface org.eclipse.jface.dialogs.IDialogPage
setDescription
in class org.eclipse.jface.wizard.WizardPage
WizardPage.setDescription(java.lang.String)
public void setErrorMessage(String newMessage)
setErrorMessage
in class org.eclipse.jface.wizard.WizardPage
WizardPage.setErrorMessage(java.lang.String)
public void setImageDescriptor(org.eclipse.jface.resource.ImageDescriptor image)
setImageDescriptor
in interface org.eclipse.jface.dialogs.IDialogPage
setImageDescriptor
in class org.eclipse.jface.wizard.WizardPage
WizardPage.setImageDescriptor(org.eclipse.jface.resource.ImageDescriptor)
public void setMessage(String newMessage, int newType)
setMessage
in class org.eclipse.jface.wizard.WizardPage
WizardPage.setMessage(java.lang.String,
int)
public void setPageComplete(boolean complete)
setPageComplete
in class org.eclipse.jface.wizard.WizardPage
WizardPage.setPageComplete(boolean)
public void setPreviousPage(org.eclipse.jface.wizard.IWizardPage page)
setPreviousPage
in interface org.eclipse.jface.wizard.IWizardPage
setPreviousPage
in class org.eclipse.jface.wizard.WizardPage
WizardPage.setPreviousPage(org.eclipse.jface.wizard.IWizardPage)
public void setTitle(String title)
setTitle
in interface org.eclipse.jface.dialogs.IDialogPage
setTitle
in class org.eclipse.jface.wizard.WizardPage
WizardPage.setTitle(java.lang.String)
public void setWizard(org.eclipse.jface.wizard.IWizard newWizard)
setWizard
in interface org.eclipse.jface.wizard.IWizardPage
setWizard
in class org.eclipse.jface.wizard.WizardPage
WizardPage.setWizard(org.eclipse.jface.wizard.IWizard)
public String toString()
toString
in class org.eclipse.jface.wizard.WizardPage
WizardPage.toString()
public void performHelp()
performHelp
in interface org.eclipse.jface.dialogs.IDialogPage
performHelp
in class org.eclipse.jface.dialogs.DialogPage
DialogPage.performHelp()
public void setMessage(String newMessage)
setMessage
in class org.eclipse.jface.dialogs.DialogPage
DialogPage.setMessage(java.lang.String)
public void setVisible(boolean visible)
setVisible
in interface org.eclipse.jface.dialogs.IDialogPage
setVisible
in class org.eclipse.jface.dialogs.DialogPage
DialogPage.setVisible(boolean)
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a