org.eclipse.cdt.managedbuilder.ui.tests.wizardPages
Class AlwaysPresentWizardPage
java.lang.Object
org.eclipse.cdt.managedbuilder.ui.wizards.MBSCustomPage
org.eclipse.cdt.managedbuilder.ui.tests.wizardPages.AlwaysPresentWizardPage
- All Implemented Interfaces:
- org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.wizard.IWizardPage
public class AlwaysPresentWizardPage
- extends MBSCustomPage
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlwaysPresentWizardPage
public AlwaysPresentWizardPage()
canFlipToNextPage
public boolean canFlipToNextPage()
- Specified by:
canFlipToNextPage
in interface org.eclipse.jface.wizard.IWizardPage
- Overrides:
canFlipToNextPage
in class MBSCustomPage
getName
public java.lang.String getName()
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent)
dispose
public void dispose()
getControl
public org.eclipse.swt.widgets.Control getControl()
getDescription
public java.lang.String getDescription()
getErrorMessage
public java.lang.String getErrorMessage()
getImage
public org.eclipse.swt.graphics.Image getImage()
getMessage
public java.lang.String getMessage()
getTitle
public java.lang.String getTitle()
performHelp
public void performHelp()
setDescription
public void setDescription(java.lang.String description)
setImageDescriptor
public void setImageDescriptor(org.eclipse.jface.resource.ImageDescriptor image)
setTitle
public void setTitle(java.lang.String title)
setVisible
public void setVisible(boolean visible)