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 void
AddInNewWizardRelatedModelsFactory. 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 void
BslNewWizardRelatedModelsFactory. 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.void
CommandModuleNewWizardRelatedModelsFactory. 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 void
ConfigurationNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<Configuration> context, Set<org.eclipse.emf.ecore.EObject> createdModels)
Creates and integrates related models for a given wizard context.void
SubsystemNewWizardRelatedModelsFactory. 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 void
DcsNewWizardRelatedModelsFactory. 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 void
FormImagesNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<BasicForm> context, Set<org.eclipse.emf.ecore.EObject> createdModels)
void
FormModuleNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<BasicForm> context, Set<org.eclipse.emf.ecore.EObject> createdModels)
void
FormNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<BasicForm> context, Set<org.eclipse.emf.ecore.EObject> createdModels)
boolean
CatalogFormNewWizardPredicate. test(IDtNewWizardContext<? extends org.eclipse.emf.ecore.EObject> context)
Returns false if the given object is catalog and hierarchy type is set to 'items'.boolean
ChartOfCharacteristicTypesFormNewWizardPredicate. test(IDtNewWizardContext<? extends org.eclipse.emf.ecore.EObject> context)
Returnstrue
if the given object is hierarchy chart of characteristic types.boolean
DataHistoryFormVisibilityNewWizardPredicate. test(IDtNewWizardContext<? extends org.eclipse.emf.ecore.EObject> context)
boolean
InformationRegisterRecordFormNewWizardPredicate. 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'.boolean
TableObjectFormNewWizardPredicate. test(IDtNewWizardContext<? extends org.eclipse.emf.ecore.EObject> context)
boolean
TableRecordFormNewWizardPredicate. 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 boolean
PredefinedItemWizard.ByFeatures. detectInSelection(IDtNewWizardContext<?> context, Object selection, boolean searchForFeatureInParent)
void
SubsystemWizard.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 class
DtNewWizardContext<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 boolean
DtNewWizardParentDetectionStrategy.ByFeatures. detectInSelection(IDtNewWizardContext<?> context, Object selection, boolean searchForFeatureInParent)
Detect parent by selected object.void
DtNewWizardModelClassDetectionStrategy.ByFeature. detectModelClass(IDtNewWizardContext<?> context)
Detects model class from the provided wizard context.void
DtNewWizardModelClassDetectionStrategy.FixedClass. detectModelClass(IDtNewWizardContext<?> context)
Detects model class from the provided wizard context.void
DtNewWizardParentDetectionStrategy.ByExternalProject. detectParent(IDtNewWizardContext<?> context, IStructuredSelection selection)
void
DtNewWizardParentDetectionStrategy.ByFeatures. detectParent(IDtNewWizardContext<?> context, IStructuredSelection selection)
Detects the parent model for the givenselection
.void
DtNewWizardParentDetectionStrategy.NoParent. detectParent(IDtNewWizardContext<?> context, IStructuredSelection selection)
Detects the parent model for the givenselection
.boolean
DtNewWizardParentDetectionStrategy.ByExternalProject. isParentSelected(IDtNewWizardContext<?> context)
boolean
DtNewWizardParentDetectionStrategy.ByFeatures. isParentSelected(IDtNewWizardContext<?> context)
boolean
DtNewWizardParentDetectionStrategy.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 void
SpreadsheetNewWizardRelatedModelsFactory. 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 void
ScheduledJobNewWizardRelatedModelsFactory. 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 void
TextDocumentNewWizardRelatedModelsFactory. 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 void
IDtNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<M> context, Set<org.eclipse.emf.ecore.EObject> createdModels)
Creates and integrates related models for a given wizard context.void
IDtNewWizardModelClassDetectionStrategy. detectModelClass(IDtNewWizardContext<?> context)
Detects model class from the provided wizard context.void
IDtNewWizardParentDetectionStrategy. 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 contextvoid
DtNewWizardPage. initialize(IDtNewWizardContext<M> context)
Initializes the page, called once at wizard creation.void
IDtNewWizardPage. initialize(IDtNewWizardContext<M> context)
Initializes the page, called once at wizard creation.boolean
IDtNewWizardParentDetectionStrategy. isParentSelected(IDtNewWizardContext<?> context)
Checks whether a givencontext
is considered as having the parent selected according to this strategy.
-