Eclipse JDT
2.0

Package org.eclipse.jdt.ui.wizards

Application programming interfaces for interaction with the Eclipse Java User Interface wizards.

See:
          Description

Interface Summary
IClasspathContainerPage A classpath container page allows the user to create a new or edit an existing classpatch container entry.
 

Class Summary
JavaCapabilityConfigurationPage Standard wizard page for creating new Java projects.
NewClassWizardPage Wizard page to create a new class.
NewContainerWizardPage Wizard page that acts as a base class for wizard pages that create new Java elements.
NewElementWizardPage Base class for wizard page responsible to create Java elements.
NewInterfaceWizardPage Wizard page to create a new interface.
NewJavaProjectWizardPage Standard wizard page for creating new Java projects.
NewPackageWizardPage Wizard page to create a new package.
NewTypeWizardPage The class NewTypeWizardPage contains controls and validation routines for a 'New Type WizardPage'.
NewTypeWizardPage.ImportsManager Class used in stub creation routines to add needed imports to a compilation unit.
 

Package org.eclipse.jdt.ui.wizards Description

Application programming interfaces for interaction with the Eclipse Java User Interface wizards.

Package Specification

Provide access to the wizard pages for creating Java elements. Currently only the standard wizard page for creating Java projects is available.


Eclipse JDT
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.