|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.ui.wizards.CNewWizard
org.eclipse.cdt.managedbuilder.ui.wizards.AbstractCWizard
public abstract class AbstractCWizard
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 |
---|
public AbstractCWizard()
Method Detail |
---|
public void setDependentControl(org.eclipse.swt.widgets.Composite _parent, IWizardItemsListListener _listener)
CNewWizard
setDependentControl
in class CNewWizard
_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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |