Uses of Class
com._1c.g5.v8.dt.ui.wizards.DtNewWizardExtensionsRegistry.DtNewWizardPageExtension
Packages that use DtNewWizardExtensionsRegistry.DtNewWizardPageExtension
-
Uses of DtNewWizardExtensionsRegistry.DtNewWizardPageExtension in com._1c.g5.v8.dt.ui.wizards
Fields in com._1c.g5.v8.dt.ui.wizards with type parameters of type DtNewWizardExtensionsRegistry.DtNewWizardPageExtensionModifier and TypeFieldDescriptionprotected static final Comparator<DtNewWizardExtensionsRegistry.DtNewWizardPageExtension>
DtNewWizardExtensionsRegistry.DtNewWizardPageExtension.ORDER
Order comparator for page extension descriptions.Methods in com._1c.g5.v8.dt.ui.wizards that return DtNewWizardExtensionsRegistry.DtNewWizardPageExtensionModifier and TypeMethodDescriptionDtNewWizardExtensionsRegistry.loadExtension
(org.eclipse.core.runtime.IConfigurationElement configurationElement) Load single DT wizard extension by the configuration element.Methods in com._1c.g5.v8.dt.ui.wizards that return types with arguments of type DtNewWizardExtensionsRegistry.DtNewWizardPageExtensionModifier and TypeMethodDescriptionDtNewWizardExtensionsRegistry.getExtensions()
Returns all registered DT wizard extension pages as map: wizard id to list of page extensions.DtNewWizardExtensionsRegistry.laodExtensions()
Load all registered DT wizard extension and returns loaded extensions as map: wizard id to list of page extensions.