org.eclipse.cdt.managedbuilder.ui.tests.wizardPages
Class AlwaysPresentWizardPage

java.lang.Object
  extended by org.eclipse.cdt.managedbuilder.ui.wizards.MBSCustomPage
      extended by 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


Constructor Summary
AlwaysPresentWizardPage()
           
 
Method Summary
 boolean canFlipToNextPage()
           
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 void dispose()
           
 org.eclipse.swt.widgets.Control getControl()
           
 java.lang.String getDescription()
           
 java.lang.String getErrorMessage()
           
 org.eclipse.swt.graphics.Image getImage()
           
 java.lang.String getMessage()
           
 java.lang.String getName()
           
 java.lang.String getTitle()
           
 void performHelp()
           
 void setDescription(java.lang.String description)
           
 void setImageDescriptor(org.eclipse.jface.resource.ImageDescriptor image)
           
 void setTitle(java.lang.String title)
           
 void setVisible(boolean visible)
           
 
Methods inherited from class org.eclipse.cdt.managedbuilder.ui.wizards.MBSCustomPage
getNextPage, getPageID, getPreviousPage, getWizard, isPageComplete, setPreviousPage, setWizard
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlwaysPresentWizardPage

public AlwaysPresentWizardPage()
Method Detail

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)