org.eclipse.cdt.managedbuilder.ui.wizards
Class ManagedBuildWizard

java.lang.Object
  extended by org.eclipse.cdt.ui.wizards.CNewWizard
      extended by org.eclipse.cdt.managedbuilder.ui.wizards.AbstractCWizard
          extended by org.eclipse.cdt.managedbuilder.ui.wizards.ManagedBuildWizard

public class ManagedBuildWizard
extends AbstractCWizard


Constructor Summary
ManagedBuildWizard()
           
 
Method Summary
 EntryDescriptor[] createItems(boolean supportedOnly, org.eclipse.jface.wizard.IWizard wizard)
          Creates and returns an array of items to be displayed
 
Methods inherited from class org.eclipse.cdt.managedbuilder.ui.wizards.AbstractCWizard
setDependentControl
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedBuildWizard

public ManagedBuildWizard()
Method Detail

createItems

public EntryDescriptor[] createItems(boolean supportedOnly,
                                     org.eclipse.jface.wizard.IWizard wizard)
Creates and returns an array of items to be displayed

Specified by:
createItems in class CNewWizard
Parameters:
supportedOnly - - whether display supported types only
wizard - - New Project wizard to be passed to ICWizardHandler