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

org.eclipse.ltk.ui.refactoring.resource
Class DeleteResourcesWizard


java.lang.Object
  extended by 

org.eclipse.jface.wizard.Wizard
      extended by 

org.eclipse.ltk.ui.refactoring.RefactoringWizard
          extended by 
org.eclipse.ltk.ui.refactoring.resource.DeleteResourcesWizard
All Implemented Interfaces:
IWizard

public class DeleteResourcesWizard
extends RefactoringWizard

A wizard for the delete resources refactoring.

Since:
3.4

Field Summary
 
Fields inherited from class org.eclipse.ltk.ui.refactoring. RefactoringWizard
CHECK_INITIAL_CONDITIONS_ON_OPEN, DIALOG_BASED_UESR_INTERFACE, DIALOG_BASED_USER_INTERFACE, NO_BACK_BUTTON_ON_STATUS_DIALOG, NO_PREVIEW_PAGE, NONE, PREVIEW_EXPAND_FIRST_NODE, WIZARD_BASED_USER_INTERFACE, YES_NO_BUTTON_STYLE
 
Fields inherited from class org.eclipse.jface.wizard. Wizard
DEFAULT_IMAGE
 
Constructor Summary
DeleteResourcesWizard ( IResource[] resources)
          Creates a DeleteResourcesWizard
 
Method Summary
protected  void addUserInputPages ()
          Hook method to add user input pages to this refactoring wizard.
 
Methods inherited from class org.eclipse.ltk.ui.refactoring. RefactoringWizard
addPage, addPages, canFinish, getChange, getDefaultPageTitle, getMessageLineWidthInChars, getPreviousPage, getRefactoring, getStartingPage, internalCreateChange, internalGetExpandFirstNode, internalHasPreviewPage, internalIsYesNoStyle, internalPerformFinish, internalSetChange, internalSetPreviewShown, internalShowBackButtonOnStatusDialog, performCancel, performFinish, setChangeCreationCancelable, setDefaultPageTitle, setForcePreviewReview, setInitialConditionCheckingStatus
 
Methods inherited from class org.eclipse.jface.wizard. Wizard
createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getShell, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteResourcesWizard

public DeleteResourcesWizard(
IResource[] resources)
Creates a DeleteResourcesWizard

Parameters:
resources - the resources to delete
Method Detail

addUserInputPages

protected void addUserInputPages()
Description copied from class: RefactoringWizard
Hook method to add user input pages to this refactoring wizard. Pages added via this call have to be instances of the type UserInputWizardPage. Adding pages of a different kind is not permitted and will result in unexpected behavior.

Specified by:
addUserInputPages in class RefactoringWizard

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