Uses of Class
net.ssehub.easy.dslCore.ui.wizards.AbstractFiletypeWizardPage
-
Packages that use AbstractFiletypeWizardPage 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 AbstractFiletypeWizardPage in de.uni_hildesheim.sse.ivml.ui.wizards
Subclasses of AbstractFiletypeWizardPage in de.uni_hildesheim.sse.ivml.ui.wizards Modifier and Type Class Description classCommentsFiletypeWizardPageThe "New" wizard page allows setting the container for the new file as well as the file name.classIVMLFiletypeWizardPageThe "New" wizard page allows setting the container for the new file as well as the file name.Methods in de.uni_hildesheim.sse.ivml.ui.wizards that return AbstractFiletypeWizardPage Modifier and Type Method Description AbstractFiletypeWizardPageCommentsPageCreator. createPage(org.eclipse.jface.viewers.ISelection selection)AbstractFiletypeWizardPageIVMLPageCreator. createPage(org.eclipse.jface.viewers.ISelection selection) -
Uses of AbstractFiletypeWizardPage in de.uni_hildesheim.sse.ui.wizards
Subclasses of AbstractFiletypeWizardPage in de.uni_hildesheim.sse.ui.wizards Modifier and Type Class Description classVILFiletypeWizardPageThe "New" wizard page allows setting the container for the new file as well as the file name.Methods in de.uni_hildesheim.sse.ui.wizards that return AbstractFiletypeWizardPage Modifier and Type Method Description AbstractFiletypeWizardPageVILPageCreator. createPage(org.eclipse.jface.viewers.ISelection selection) -
Uses of AbstractFiletypeWizardPage in de.uni_hildesheim.sse.vil.templatelang.ui.wizards
Subclasses of AbstractFiletypeWizardPage in de.uni_hildesheim.sse.vil.templatelang.ui.wizards Modifier and Type Class Description classVTLFiletypeWizardPageThe "New" wizard page allows setting the container for the new file as well as the file name.Methods in de.uni_hildesheim.sse.vil.templatelang.ui.wizards that return AbstractFiletypeWizardPage Modifier and Type Method Description AbstractFiletypeWizardPageVTLPageCreator. createPage(org.eclipse.jface.viewers.ISelection selection) -
Uses of AbstractFiletypeWizardPage in net.ssehub.easy.dslCore.ui.wizards
Fields in net.ssehub.easy.dslCore.ui.wizards declared as AbstractFiletypeWizardPage Modifier and Type Field Description private AbstractFiletypeWizardPageAbstractFiletypeWizard. pageMethods in net.ssehub.easy.dslCore.ui.wizards that return AbstractFiletypeWizardPage Modifier and Type Method Description AbstractFiletypeWizardPageIWizardPageFactory. createPage(org.eclipse.jface.viewers.ISelection selection)Creates a newAbstractFiletypeWizardPage.
-