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

java.lang.Object
  extended by org.eclipse.cdt.ui.wizards.CNewWizard
      extended by org.eclipse.cdt.managedbuilder.ui.wizards.AbstractCWizard
Direct Known Subclasses:
ManagedBuildWizard, StdBuildWizard

public abstract class AbstractCWizard
extends CNewWizard


Constructor Summary
AbstractCWizard()
           
 
Method Summary
 void setDependentControl(org.eclipse.swt.widgets.Composite _parent, IWizardItemsListListener _listener)
          Implementor will be informed about widget where additional data should be displayed.
 
Methods inherited from class org.eclipse.cdt.ui.wizards.CNewWizard
createItems
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCWizard

public AbstractCWizard()
Method Detail

setDependentControl

public void setDependentControl(org.eclipse.swt.widgets.Composite _parent,
                                IWizardItemsListListener _listener)
Description copied from class: CNewWizard
Implementor will be informed about widget where additional data should be displayed. Normally, it is right pane in the 1st Wizard page.

Overrides:
setDependentControl in class CNewWizard
Parameters:
_parent - - composite where widgets are to be created
_listener - - reference to object which will be informed about changes (usually 1st page in Wizard) May be null if notification is not required or implementor does not really support it.