Uses of Interface
org.eclipse.ui.INewWizard
-
Packages that use INewWizard Package Description org.eclipse.ui.wizards.newresource Provides the standard wizards for creating files, folders, and projects in the workspace. -
-
Uses of INewWizard in org.eclipse.ui.wizards.newresource
Classes in org.eclipse.ui.wizards.newresource that implement INewWizard Modifier and Type Class Description classBasicNewFileResourceWizardStandard workbench wizard that create a new file resource in the workspace.classBasicNewFolderResourceWizardStandard workbench wizard that create a new folder resource in the workspace.classBasicNewProjectResourceWizardStandard workbench wizard that creates a new project resource in the workspace.classBasicNewResourceWizardAbstract base implementation of the standard workbench wizards that create new resources in the workspace.
-