Uses of Interface
com._1c.g5.v8.dt.ui.wizards.IDtNewWizardParentDetectionStrategy
-
Packages that use IDtNewWizardParentDetectionStrategy Package Description com._1c.g5.v8.dt.md.ui.wizards com._1c.g5.v8.dt.md.ui.wizards.base -
-
Uses of IDtNewWizardParentDetectionStrategy in com._1c.g5.v8.dt.md.ui.wizards
Classes in com._1c.g5.v8.dt.md.ui.wizards that implement IDtNewWizardParentDetectionStrategy Modifier and Type Class Description protected class
PredefinedItemWizard.ByFeatures
class
SubsystemWizard.ByFeatures
Detects model parent by provided features for subsystem wizard. -
Uses of IDtNewWizardParentDetectionStrategy in com._1c.g5.v8.dt.md.ui.wizards.base
Classes in com._1c.g5.v8.dt.md.ui.wizards.base that implement IDtNewWizardParentDetectionStrategy Modifier and Type Class Description static class
DtNewWizardParentDetectionStrategy.ByExternalProject
External project parent detection strategy.static class
DtNewWizardParentDetectionStrategy.ByFeatures
Detects model parent by provided features.static class
DtNewWizardParentDetectionStrategy.NoParent
No parent strategy.Methods in com._1c.g5.v8.dt.md.ui.wizards.base with parameters of type IDtNewWizardParentDetectionStrategy Modifier and Type Method Description protected void
DtNewWizard. setParentDetectionStrategy(IDtNewWizardParentDetectionStrategy strategy)
Sets parent detection strategy.
-