Package org.eclipse.wst.server.ui.wizard

Wizard and task support for the server tools UI.

See:
          Description

Interface Summary
IWizardHandle A wizard handle.
 

Class Summary
WizardFragment A wizard fragment is a node within a wizard that provides a completely extendable wizard flow by supporting a flexible tree structure for the pages.
 

Package org.eclipse.wst.server.ui.wizard Description

Wizard and task support for the server tools UI.

WizardFragment is extended to provide a subtree of wizard pages or tasks that can be inserted into a larger wizard flow. TaskWizard is the standard wizard that knows how to handle WizardFragments and display them in order within a single wizard. It uses the TaskWizardPages to display the wizard fragment's composites within the wizard.