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.ui.dialogs
Interface IWorkingSetEditWizard

All Superinterfaces:
IWizard

public interface IWorkingSetEditWizard
extends IWizard

A working set edit wizard allows editing a working set using the IWorkingSetPage associated with the working set. See the org.eclipse.ui.workingSets extension point for details.

Use org.eclipse.ui.IWorkingSetManager#createWorkingSetEditWizard(IWorkingSet) to create an instance of this wizard.

This interface is not intended to be implemented by clients.

Since:
2.1
See Also:
IWorkingSetManager
Restriction:
This interface is not intended to be implemented by clients.

Method Summary
  IWorkingSet getSelection ()
          Returns the working set edited in the wizard.
 
Methods inherited from interface org.eclipse.jface.wizard. IWizard
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer
 

Method Detail

getSelection


IWorkingSet getSelection()
Returns the working set edited in the wizard.

Returns:
the working set edited in the wizard.

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