Package com._1c.g5.v8.dt.md.ui.wizards
Class FunctionWizard
- 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<M>
- 
- com._1c.g5.v8.dt.md.ui.wizards.base.aef.DtAefMdWithTypeNewWizard<Function>
- 
- com._1c.g5.v8.dt.md.ui.wizards.FunctionWizard
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- IDtNewWizard<Function>,- 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 FunctionWizard extends DtAefMdWithTypeNewWizard<Function> Wizard forFunction.
- 
- 
Field Summary- 
Fields inherited from class com._1c.g5.v8.dt.md.ui.wizards.base.aef.DtAefMdNewWizardmdObjectAvailability
 - 
Fields inherited from class com._1c.g5.v8.dt.md.ui.wizards.base.DtNewWizardconfigurationProvider, derivedDataManagerProvider, modelManager, resourceLookup, runtimeVersionSupport, selectionService, topObjectFqnGenerator, v8projectManager, wizardExtensionsRegistry
 
- 
 - 
Constructor SummaryConstructors Constructor Description FunctionWizard()Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MdModelNewWizardPageComponent<? extends IMdObjectModel>createMdMainPage()protected MdObjectModel<Function>createMdObjectModel()protected StringgetNamePrefix()Returns the name prefix for the editingMdObject.protected org.eclipse.emf.ecore.EReferencegetTypeFeature()Returns theEReferencethat represents the type feature.protected voidsetupMdMainPageViewModel(NewWizardPageViewModel viewModel)Setups theNewWizardPageViewModelfor main page.- 
Methods inherited from class com._1c.g5.v8.dt.md.ui.wizards.base.aef.DtAefMdWithTypeNewWizarddisposeMdObjectModel, getTypeDescriptionModel
 - 
Methods inherited from class com._1c.g5.v8.dt.md.ui.wizards.base.aef.DtAefMdNewWizarddispose, disposeMainPageComponent, doAddPages, getMainPageComponent, getMdObjectModel, getModelForPageComponent, getProjectNamePrefix
 - 
Methods inherited from class com._1c.g5.v8.dt.md.ui.wizards.base.aef.DtAefNewWizardaddPage, getEngine, onParentChanged
 - 
Methods inherited from class com._1c.g5.v8.dt.md.ui.wizards.base.DtNewWizardaddExtensionPages, addPages, canFinish, createModel, createPageControls, detectModelClass, detectParent, getContext, getPreviousPage, getSelection, init, integrateModel, integrateModel, performFinish, postProcessBmIntegration, preProcessBmIntegration, setContainer, setInitializationData, setModelClassDetectionStrategy, setOpenEditorAfterCreation, setParentDetectionStrategy, setSelectAfterCreation, setShowParentSelectionPage
 - 
Methods inherited from class org.eclipse.jface.wizard.WizardaddPage, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
- 
 
- 
- 
- 
Method Detail- 
getTypeFeatureprotected org.eclipse.emf.ecore.EReference getTypeFeature() Description copied from class:DtAefMdWithTypeNewWizardReturns theEReferencethat represents the type feature.- Specified by:
- getTypeFeaturein class- DtAefMdWithTypeNewWizard<Function>
- Returns:
- the EReferenceinstance.
 
 - 
getNamePrefixprotected 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 class- DtAefMdNewWizard<Function>
- Returns:
- the name prefix.
 
 - 
createMdMainPageprotected MdModelNewWizardPageComponent<? extends IMdObjectModel> createMdMainPage() Description copied from class:DtAefMdNewWizard- Overrides:
- createMdMainPagein class- DtAefMdWithTypeNewWizard<Function>
- Returns:
- a newly created page component.
 
 - 
setupMdMainPageViewModelprotected 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 class- DtAefMdNewWizard<Function>
- Parameters:
- viewModel- the view model.
 
 - 
createMdObjectModelprotected MdObjectModel<Function> createMdObjectModel() Description copied from class:DtAefMdNewWizard- Overrides:
- createMdObjectModelin class- DtAefMdNewWizard<Function>
- Returns:
- newly created IMdObjectModel
 
 
- 
 
-