Eclipse JDT
Release 3.8

Uses of Class
org.eclipse.jdt.ui.wizards.NewElementWizardPage

Packages that use NewElementWizardPage
org.eclipse.jdt.junit.wizards Application programming interfaces to implement wizards to create new JUnit testcases. 
org.eclipse.jdt.ui.wizards Application programming interfaces for interaction with the Eclipse Java User Interface wizards. 
 

Uses of NewElementWizardPage in org.eclipse.jdt.junit.wizards
 

Subclasses of NewElementWizardPage in org.eclipse.jdt.junit.wizards
 class NewTestCaseWizardPageOne
          The class NewTestCaseWizardPageOne contains controls and validation routines for the first page of the 'New JUnit TestCase Wizard'.
 class NewTestSuiteWizardPage
          The class NewTestSuiteWizardPage contains controls and validation routines for the single page in the 'New JUnit TestSuite Wizard'.
 

Uses of NewElementWizardPage in org.eclipse.jdt.ui.wizards
 

Subclasses of NewElementWizardPage in org.eclipse.jdt.ui.wizards
 class JavaCapabilityConfigurationPage
          Basic wizard page for creating new Java projects.
 class NewAnnotationWizardPage
          Wizard page to create a new annotation type.
 class NewClassWizardPage
          Wizard page to create a new class.
 class NewContainerWizardPage
          Wizard page that acts as a base class for wizard pages that create new Java elements.
 class NewEnumWizardPage
          Wizard page to create a new enum type.
 class NewInterfaceWizardPage
          Wizard page to create a new interface.
 class NewJavaProjectWizardPage
          Deprecated. Use NewJavaProjectWizardPageTwo or JavaCapabilityConfigurationPage.
 class NewJavaProjectWizardPageTwo
          The second page of the New Java project wizard.
 class NewPackageWizardPage
          Wizard page to create a new package.
 class NewTypeWizardPage
          The class NewTypeWizardPage contains controls and validation routines for a 'New Type WizardPage'.
 


Eclipse JDT
Release 3.8

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.