Uses of Class
org.eclipse.jdt.ui.wizards.NewElementWizardPage
-
Packages that use NewElementWizardPage Package Description 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 Modifier and Type Class Description classNewTestCaseWizardPageOneThe classNewTestCaseWizardPageOnecontains controls and validation routines for the first page of the 'New JUnit TestCase Wizard'.classNewTestSuiteWizardPageThe classNewTestSuiteWizardPagecontains 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 Modifier and Type Class Description classJavaCapabilityConfigurationPageBasic wizard page for creating new Java projects.classNewAnnotationWizardPageWizard page to create a new annotation type.classNewClassWizardPageWizard page to create a new class.classNewContainerWizardPageWizard page that acts as a base class for wizard pages that create new Java elements.classNewEnumWizardPageWizard page to create a new enum type.classNewInterfaceWizardPageWizard page to create a new interface.classNewJavaProjectWizardPageDeprecated.classNewJavaProjectWizardPageTwoThe second page of the New Java project wizard.classNewModuleInfoWizardPageWizard page to create a new module-info file.classNewPackageWizardPageWizard page to create a new package.classNewRecordWizardPageWizard page to create a new record.classNewTypeWizardPageThe classNewTypeWizardPagecontains controls and validation routines for a 'New Type WizardPage'.
-