Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.ui.IWorkbenchWizard

Packages that use IWorkbenchWizard
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.wizards Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface wizard support. 
org.eclipse.ui.wizards.datatransfer Provides the standard Import and Export wizards for moving resources into and out of the workspace. 
org.eclipse.ui.wizards.newresource Provides the standard wizards for creating files, folders, and projects in the workspace. 
 

Uses of IWorkbenchWizard in org.eclipse.ui
 

Subinterfaces of IWorkbenchWizard in org.eclipse.ui
 interface IExportWizard
          Interface for export wizards.
 interface IImportWizard
          Interface for import wizards.
 interface INewWizard
          Interface for creation wizards.
 

Uses of IWorkbenchWizard in org.eclipse.ui.wizards
 

Methods in org.eclipse.ui.wizards that return IWorkbenchWizard
  IWorkbenchWizard IWizardDescriptor. createWizard ()
          Create a wizard.
 

Uses of IWorkbenchWizard in org.eclipse.ui.wizards.datatransfer
 

Classes in org.eclipse.ui.wizards.datatransfer that implement IWorkbenchWizard
 class ExternalProjectImportWizard
          Standard workbench wizard for importing projects defined outside of the currently defined projects into Eclipse.
 class FileSystemExportWizard
          Standard workbench wizard for exporting resources from the workspace to the local file system.
 class FileSystemImportWizard
          Standard workbench wizard for importing resources from the local file system into the workspace.
 class ZipFileExportWizard
          Standard workbench wizard for exporting resources from the workspace to a zip file.
 class ZipFileImportWizard
          Standard workbench wizard for importing resources from a zip file into the workspace.
 

Uses of IWorkbenchWizard in org.eclipse.ui.wizards.newresource
 

Classes in org.eclipse.ui.wizards.newresource that implement IWorkbenchWizard
 class BasicNewFileResourceWizard
          Standard workbench wizard that create a new file resource in the workspace.
 class BasicNewFolderResourceWizard
          Standard workbench wizard that create a new folder resource in the workspace.
 class BasicNewProjectResourceWizard
          Standard workbench wizard that creates a new project resource in the workspace.
 class BasicNewResourceWizard
          Abstract base implementation of the standard workbench wizards that create new resources in the workspace.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire