Uses of Interface
com._1c.g5.v8.dt.ui.wizards.IDtNewWizardContext
-
-
Uses of IDtNewWizardContext in com._1c.g5.v8.dt.addin.ui
Methods in com._1c.g5.v8.dt.addin.ui with parameters of type IDtNewWizardContext Modifier and Type Method Description voidAddInNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<MdObject> context, Set<org.eclipse.emf.ecore.EObject> createdModels) -
Uses of IDtNewWizardContext in com._1c.g5.v8.dt.bsl.ui.wizard
Methods in com._1c.g5.v8.dt.bsl.ui.wizard with parameters of type IDtNewWizardContext Modifier and Type Method Description voidBslNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<org.eclipse.emf.ecore.EObject> context, Set<org.eclipse.emf.ecore.EObject> createdModels)Creates and integrates related models for a given wizard context.voidCommandModuleNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<org.eclipse.emf.ecore.EObject> context, Set<org.eclipse.emf.ecore.EObject> createdModels)Creates and integrates related models for a given wizard context. -
Uses of IDtNewWizardContext in com._1c.g5.v8.dt.cmi.ui.wizard
Methods in com._1c.g5.v8.dt.cmi.ui.wizard with parameters of type IDtNewWizardContext Modifier and Type Method Description voidConfigurationNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<Configuration> context, Set<org.eclipse.emf.ecore.EObject> createdModels)Creates and integrates related models for a given wizard context.voidSubsystemNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<Subsystem> context, Set<org.eclipse.emf.ecore.EObject> createdModels)Creates and integrates related models for a given wizard context. -
Uses of IDtNewWizardContext in com._1c.g5.v8.dt.dcs.ui
Methods in com._1c.g5.v8.dt.dcs.ui with parameters of type IDtNewWizardContext Modifier and Type Method Description voidDcsNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<BasicTemplate> context, Set<org.eclipse.emf.ecore.EObject> createdModels)Creates and integrates related models for a given wizard context. -
Uses of IDtNewWizardContext in com._1c.g5.v8.dt.form.ui.wizard
Methods in com._1c.g5.v8.dt.form.ui.wizard with parameters of type IDtNewWizardContext Modifier and Type Method Description voidFormImagesNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<BasicForm> context, Set<org.eclipse.emf.ecore.EObject> createdModels)voidFormModuleNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<BasicForm> context, Set<org.eclipse.emf.ecore.EObject> createdModels)voidFormNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<BasicForm> context, Set<org.eclipse.emf.ecore.EObject> createdModels)booleanCatalogFormNewWizardPredicate. test(IDtNewWizardContext<? extends org.eclipse.emf.ecore.EObject> context)Returns false if the given object is catalog and hierarchy type is set to 'items'.booleanChartOfCharacteristicTypesFormNewWizardPredicate. test(IDtNewWizardContext<? extends org.eclipse.emf.ecore.EObject> context)Returnstrueif the given object is hierarchy chart of characteristic types.booleanDataHistoryFormVisibilityNewWizardPredicate. test(IDtNewWizardContext<? extends org.eclipse.emf.ecore.EObject> context)booleanInformationRegisterRecordFormNewWizardPredicate. test(IDtNewWizardContext<? extends org.eclipse.emf.ecore.EObject> context)Returns false if the given object is information register and write mode set to 'recorder subordinate'.booleanTableObjectFormNewWizardPredicate. test(IDtNewWizardContext<? extends org.eclipse.emf.ecore.EObject> context)booleanTableRecordFormNewWizardPredicate. test(IDtNewWizardContext<? extends org.eclipse.emf.ecore.EObject> context)Constructors in com._1c.g5.v8.dt.form.ui.wizard with parameters of type IDtNewWizardContext Constructor Description FormModel(IDtNewWizardContext<BasicForm> context, String namePrefix, String projectNamePrefix, IRuntimeVersionSupport versionSupport, IFormGenerator formGenerator, IFormFieldGenerator formFieldGenerator, IV8ProjectManager v8projectManager)Creates a new model. -
Uses of IDtNewWizardContext in com._1c.g5.v8.dt.md.ui.wizards
Methods in com._1c.g5.v8.dt.md.ui.wizards with parameters of type IDtNewWizardContext Modifier and Type Method Description protected booleanPredefinedItemWizard.ByFeatures. detectInSelection(IDtNewWizardContext<?> context, Object selection, boolean searchForFeatureInParent)voidSubsystemWizard.ByFeatures. detectParent(IDtNewWizardContext<?> context, IStructuredSelection selection) -
Uses of IDtNewWizardContext in com._1c.g5.v8.dt.md.ui.wizards.aef.models
Methods in com._1c.g5.v8.dt.md.ui.wizards.aef.models that return IDtNewWizardContext Modifier and Type Method Description protected IDtNewWizardContext<M>MdObjectModel. getContext() -
Uses of IDtNewWizardContext in com._1c.g5.v8.dt.md.ui.wizards.base
Classes in com._1c.g5.v8.dt.md.ui.wizards.base that implement IDtNewWizardContext Modifier and Type Class Description classDtNewWizardContext<M extends org.eclipse.emf.ecore.EObject>Default implementation ofIDtNewWizardContext.Methods in com._1c.g5.v8.dt.md.ui.wizards.base that return IDtNewWizardContext Modifier and Type Method Description IDtNewWizardContext<M>DtNewWizard. getContext()Methods in com._1c.g5.v8.dt.md.ui.wizards.base with parameters of type IDtNewWizardContext Modifier and Type Method Description protected booleanDtNewWizardParentDetectionStrategy.ByFeatures. detectInSelection(IDtNewWizardContext<?> context, Object selection, boolean searchForFeatureInParent)Detect parent by selected object.voidDtNewWizardModelClassDetectionStrategy.ByFeature. detectModelClass(IDtNewWizardContext<?> context)Detects model class from the provided wizard context.voidDtNewWizardModelClassDetectionStrategy.FixedClass. detectModelClass(IDtNewWizardContext<?> context)Detects model class from the provided wizard context.voidDtNewWizardParentDetectionStrategy.ByExternalProject. detectParent(IDtNewWizardContext<?> context, IStructuredSelection selection)voidDtNewWizardParentDetectionStrategy.ByFeatures. detectParent(IDtNewWizardContext<?> context, IStructuredSelection selection)Detects the parent model for the givenselection.voidDtNewWizardParentDetectionStrategy.NoParent. detectParent(IDtNewWizardContext<?> context, IStructuredSelection selection)Detects the parent model for the givenselection.booleanDtNewWizardParentDetectionStrategy.ByExternalProject. isParentSelected(IDtNewWizardContext<?> context)booleanDtNewWizardParentDetectionStrategy.ByFeatures. isParentSelected(IDtNewWizardContext<?> context)booleanDtNewWizardParentDetectionStrategy.NoParent. isParentSelected(IDtNewWizardContext<?> context) -
Uses of IDtNewWizardContext in com._1c.g5.v8.dt.moxel.ui
Methods in com._1c.g5.v8.dt.moxel.ui with parameters of type IDtNewWizardContext Modifier and Type Method Description voidSpreadsheetNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<BasicTemplate> context, Set<org.eclipse.emf.ecore.EObject> createdModels) -
Uses of IDtNewWizardContext in com._1c.g5.v8.dt.schedule.ui
Methods in com._1c.g5.v8.dt.schedule.ui with parameters of type IDtNewWizardContext Modifier and Type Method Description voidScheduledJobNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<ScheduledJob> context, Set<org.eclipse.emf.ecore.EObject> createdModels) -
Uses of IDtNewWizardContext in com._1c.g5.v8.dt.textdocument.ui
Methods in com._1c.g5.v8.dt.textdocument.ui with parameters of type IDtNewWizardContext Modifier and Type Method Description voidTextDocumentNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<BasicTemplate> context, Set<org.eclipse.emf.ecore.EObject> createdModels) -
Uses of IDtNewWizardContext in com._1c.g5.v8.dt.ui.wizards
Methods in com._1c.g5.v8.dt.ui.wizards that return IDtNewWizardContext Modifier and Type Method Description protected IDtNewWizardContext<M>DtNewWizardPage. getContext()Returns the DT wizard contenxt, provided by the owner DT wizard.IDtNewWizardContext<M>IDtNewWizard. getContext()Methods in com._1c.g5.v8.dt.ui.wizards with parameters of type IDtNewWizardContext Modifier and Type Method Description voidIDtNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<M> context, Set<org.eclipse.emf.ecore.EObject> createdModels)Creates and integrates related models for a given wizard context.voidIDtNewWizardModelClassDetectionStrategy. detectModelClass(IDtNewWizardContext<?> context)Detects model class from the provided wizard context.voidIDtNewWizardParentDetectionStrategy. detectParent(IDtNewWizardContext<?> context, IStructuredSelection selection)Detects the parent model for the givenselection.static List<MdModelTypesExtension>MdModelTypesExtension. get(IDtNewWizardContext<?> context)Returns types associated accepted for specified contextvoidDtNewWizardPage. initialize(IDtNewWizardContext<M> context)Initializes the page, called once at wizard creation.voidIDtNewWizardPage. initialize(IDtNewWizardContext<M> context)Initializes the page, called once at wizard creation.booleanIDtNewWizardParentDetectionStrategy. isParentSelected(IDtNewWizardContext<?> context)Checks whether a givencontextis considered as having the parent selected according to this strategy.
-