Uses of Interface
com._1c.g5.v8.dt.ui.wizards.IDtNewWizardPage
-
Packages that use IDtNewWizardPage Package Description com._1c.g5.v8.dt.md.ui.wizards.base.aef com._1c.g5.v8.dt.ui.wizards -
-
Uses of IDtNewWizardPage in com._1c.g5.v8.dt.md.ui.wizards.base.aef
Classes in com._1c.g5.v8.dt.md.ui.wizards.base.aef that implement IDtNewWizardPage Modifier and Type Class Description class
DtAefNewWizardPage<T extends IModel,M extends org.eclipse.emf.ecore.EObject>
Base class for wizard pages that is constructed using AEF. -
Uses of IDtNewWizardPage in com._1c.g5.v8.dt.ui.wizards
Classes in com._1c.g5.v8.dt.ui.wizards that implement IDtNewWizardPage Modifier and Type Class Description class
DtNewWizardPage<M extends org.eclipse.emf.ecore.EObject>
Base class for all DT model-related wizard pages.Methods in com._1c.g5.v8.dt.ui.wizards that return IDtNewWizardPage Modifier and Type Method Description protected IDtNewWizardPage<?>
DtNewWizardExtensionsRegistry.DtNewWizardPageExtension. createPage()
CraetesIDtNewWizardPage
that is described in this extension.Methods in com._1c.g5.v8.dt.ui.wizards that return types with arguments of type IDtNewWizardPage Modifier and Type Method Description List<IDtNewWizardPage<?>>
DtNewWizardExtensionsRegistry. getPageExtensions(String wizardId)
Returns page extensions for the given DT wizard by the wizard id.
-