Uses of Interface
net.ssehub.easy.dslCore.ui.wizards.IWizardPageFactory
-
Packages that use IWizardPageFactory Package Description de.uni_hildesheim.sse.ivml.ui.wizards de.uni_hildesheim.sse.ui.wizards de.uni_hildesheim.sse.vil.templatelang.ui.wizards "File New Wizard" for the creation of VTL files.net.ssehub.easy.dslCore.ui.wizards Abstract classes for creating "New File" wizards. -
-
Uses of IWizardPageFactory in de.uni_hildesheim.sse.ivml.ui.wizards
Classes in de.uni_hildesheim.sse.ivml.ui.wizards that implement IWizardPageFactory Modifier and Type Class Description (package private) classCommentsPageCreatorCreates the contents of theCommentsFiletypeWizard.(package private) classIVMLPageCreatorCreates the contents of theIVMLFiletypeWizard. -
Uses of IWizardPageFactory in de.uni_hildesheim.sse.ui.wizards
Classes in de.uni_hildesheim.sse.ui.wizards that implement IWizardPageFactory Modifier and Type Class Description classVILPageCreatorCreates the contents of theVILFiletypeWizard. -
Uses of IWizardPageFactory in de.uni_hildesheim.sse.vil.templatelang.ui.wizards
Classes in de.uni_hildesheim.sse.vil.templatelang.ui.wizards that implement IWizardPageFactory Modifier and Type Class Description (package private) classVTLPageCreatorCreates the contents of theVTLFiletypeWizard. -
Uses of IWizardPageFactory in net.ssehub.easy.dslCore.ui.wizards
Fields in net.ssehub.easy.dslCore.ui.wizards declared as IWizardPageFactory Modifier and Type Field Description private IWizardPageFactoryAbstractFiletypeWizard. pageCreatorConstructors in net.ssehub.easy.dslCore.ui.wizards with parameters of type IWizardPageFactory Constructor Description AbstractFiletypeWizard(IWizardPageFactory pageCreator, java.lang.String pluginID)Constructor for FiletypeWizard.
-