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

java.lang.Object
  extended by org.eclipse.cdt.managedbuilder.ui.wizards.MBSCustomPage
      extended by org.eclipse.cdt.managedbuilder.ui.tests.wizardPages.NatureBWizardPage
All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.wizard.IWizardPage

public class NatureBWizardPage
extends MBSCustomPage


Constructor Summary
NatureBWizardPage()
           
 
Method Summary
 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
canFlipToNextPage, 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

NatureBWizardPage

public NatureBWizardPage()
Method Detail

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)