Package com._1c.g5.v8.dt.md.ui.wizards
Class SubsystemWizard
- java.lang.Object
-
- org.eclipse.jface.wizard.Wizard
-
- com._1c.g5.v8.dt.md.ui.wizards.base.DtNewWizard<M>
-
- com._1c.g5.v8.dt.md.ui.wizards.base.aef.DtAefNewWizard<M>
-
- com._1c.g5.v8.dt.md.ui.wizards.base.aef.DtAefMdNewWizard<Subsystem>
-
- com._1c.g5.v8.dt.md.ui.wizards.SubsystemWizard
-
- All Implemented Interfaces:
IDtNewWizard<Subsystem>,org.eclipse.core.runtime.IExecutableExtension,org.eclipse.jface.window.IShellProvider,org.eclipse.jface.wizard.IWizard,org.eclipse.ui.INewWizard,org.eclipse.ui.IWorkbenchWizard
public class SubsystemWizard extends DtAefMdNewWizard<Subsystem>
Wizard that creates a new Subsystem resource.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSubsystemWizard.ByFeaturesDetects model parent by provided features for subsystem wizard.
-
Field Summary
-
Fields inherited from class com._1c.g5.v8.dt.md.ui.wizards.base.aef.DtAefMdNewWizard
mdObjectAvailability
-
Fields inherited from class com._1c.g5.v8.dt.md.ui.wizards.base.DtNewWizard
configurationProvider, derivedDataManagerProvider, modelManager, resourceLookup, runtimeVersionSupport, selectionService, topObjectFqnGenerator, v8projectManager, wizardExtensionsRegistry
-
-
Constructor Summary
Constructors Constructor Description SubsystemWizard()Instantiates a new subsystem wizard.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetNamePrefix()Returns the name prefix for the editingMdObject.voidintegrateModel(org.eclipse.core.runtime.IProgressMonitor monitor)Integrates the created model in the enclosing model.protected voidsetupMdMainPageViewModel(NewWizardPageViewModel viewModel)Setups theNewWizardPageViewModelfor main page.-
Methods inherited from class com._1c.g5.v8.dt.md.ui.wizards.base.aef.DtAefMdNewWizard
createMdMainPage, createMdObjectModel, dispose, disposeMainPageComponent, disposeMdObjectModel, doAddPages, getMainPageComponent, getMdObjectModel, getModelForPageComponent, getProjectNamePrefix
-
Methods inherited from class com._1c.g5.v8.dt.md.ui.wizards.base.aef.DtAefNewWizard
addPage, getEngine, onParentChanged
-
Methods inherited from class com._1c.g5.v8.dt.md.ui.wizards.base.DtNewWizard
addExtensionPages, addPages, canFinish, createModel, createPageControls, detectModelClass, detectParent, getContext, getPreviousPage, getSelection, init, integrateModel, performFinish, postProcessBmIntegration, preProcessBmIntegration, setContainer, setInitializationData, setModelClassDetectionStrategy, setOpenEditorAfterCreation, setParentDetectionStrategy, setSelectAfterCreation, setShowParentSelectionPage
-
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
-
-
-
-
Method Detail
-
integrateModel
public void integrateModel(org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreExceptionDescription copied from class:DtNewWizardIntegrates the created model in the enclosing model. Called at wizard finish.- Specified by:
integrateModelin interfaceIDtNewWizard<Subsystem>- Overrides:
integrateModelin classDtNewWizard<Subsystem>- Parameters:
monitor- the progress monitor to report progress to ornullif progress report is not needed- Throws:
org.eclipse.core.runtime.CoreException- if model integrations fails with some reason
-
getNamePrefix
protected String getNamePrefix()
Description copied from class:DtAefMdNewWizardReturns the name prefix for the editingMdObject.
For example, forCatalogobject it would be "Catalog" string. Its value is used for unique name generation. So, if the name prefix is specified that is mentioned above, then unique names would be generated as "Catalog1", "Catalog2" etc.- Specified by:
getNamePrefixin classDtAefMdNewWizard<Subsystem>- Returns:
- the name prefix.
-
setupMdMainPageViewModel
protected void setupMdMainPageViewModel(NewWizardPageViewModel viewModel)
Description copied from class:DtAefMdNewWizardSetups theNewWizardPageViewModelfor main page.
Actually it is needed to set title and description features.- Specified by:
setupMdMainPageViewModelin classDtAefMdNewWizard<Subsystem>- Parameters:
viewModel- the view model.
-
-