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 Class
org.eclipse.jface.wizard.Wizard

Packages that use Wizard
org.eclipse.ltk.ui.refactoring Application programming interface to implement a wizard based user interface for refactorings. 
org.eclipse.ltk.ui.refactoring.history Application programming interface to display and preview refactoring history information. 
org.eclipse.ltk.ui.refactoring.resource Application programming interface to actions related to resource refactorings. 
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
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 Wizard in org.eclipse.ltk.ui.refactoring
 

Subclasses of Wizard in org.eclipse.ltk.ui.refactoring
 class RefactoringWizard
          An abstract base implementation of a refactoring wizard.
 

Uses of Wizard in org.eclipse.ltk.ui.refactoring.history
 

Subclasses of Wizard in org.eclipse.ltk.ui.refactoring.history
 class RefactoringHistoryWizard
          A default implementation of a refactoring history wizard.
 

Uses of Wizard in org.eclipse.ltk.ui.refactoring.resource
 

Subclasses of Wizard in org.eclipse.ltk.ui.refactoring.resource
 class DeleteResourcesWizard
          A wizard for the delete resources refactoring.
 class MoveResourcesWizard
          A wizard for the move resources refactoring.
 class RenameResourceWizard
          A wizard for the rename resource refactoring.
 

Uses of Wizard in org.eclipse.team.ui.synchronize
 

Subclasses of Wizard in org.eclipse.team.ui.synchronize
 class ModelParticipantWizard
          This is a convenience class for creating wizards for use with the org.eclipse.team.ui.synchronizeWizard extension point that create a ModelSynchronizeParticipant.
 class ParticipantSynchronizeWizard
          This is a convenience class for creating wizards for use with the org.eclipse.team.ui.synchronizeWizard extension point.
 class SubscriberParticipantWizard
          This is a convenience class for creating wizards for use with the org.eclipse.team.ui.synchronizeWizard extension point that create a SubscriberParticipant.
 

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

Subclasses of Wizard in org.eclipse.ui.wizards.datatransfer
 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 Wizard in org.eclipse.ui.wizards.newresource
 

Subclasses of Wizard in org.eclipse.ui.wizards.newresource
 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