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

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.StdBuildWizard

public class StdBuildWizard
extends AbstractCWizard


Constructor Summary
StdBuildWizard()
           
 
Method Summary
 EntryDescriptor[] createItems(boolean supportedOnly, org.eclipse.jface.wizard.IWizard wizard)
          Creates tree items to be displayed in left pane.
 
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

StdBuildWizard

public StdBuildWizard()
Method Detail

createItems

public EntryDescriptor[] createItems(boolean supportedOnly,
                                     org.eclipse.jface.wizard.IWizard wizard)
Description copied from class: CNewWizard
Creates tree items to be displayed in left pane. Method should add 1 or more tree items, each of them should have data object attached, data should be lt;ICProjectTypeHandler>

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