Uses of Class
com._1c.g5.v8.dt.ui.wizards.DtNewWizardExtensionsRegistry.DtNewWizardPageExtension
-
Packages that use DtNewWizardExtensionsRegistry.DtNewWizardPageExtension Package Description com._1c.g5.v8.dt.ui.wizards -
-
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.DtNewWizardPageExtension Modifier and Type Field Description protected static Comparator<DtNewWizardExtensionsRegistry.DtNewWizardPageExtension>
DtNewWizardExtensionsRegistry.DtNewWizardPageExtension. ORDER
Order comparator for page extension descriptions.Methods in com._1c.g5.v8.dt.ui.wizards that return DtNewWizardExtensionsRegistry.DtNewWizardPageExtension Modifier and Type Method Description protected DtNewWizardExtensionsRegistry.DtNewWizardPageExtension
DtNewWizardExtensionsRegistry. 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.DtNewWizardPageExtension Modifier and Type Method Description protected Map<String,List<DtNewWizardExtensionsRegistry.DtNewWizardPageExtension>>
DtNewWizardExtensionsRegistry. getExtensions()
Returns all registered DT wizard extension pages as map: wizard id to list of page extensions.protected Map<String,List<DtNewWizardExtensionsRegistry.DtNewWizardPageExtension>>
DtNewWizardExtensionsRegistry. laodExtensions()
Load all registered DT wizard extension and returns loaded extensions as map: wizard id to list of page extensions.
-