PTP
Release 7.0

org.eclipse.ptp.services.ui.dialogs
Class ServiceSelectionDialog

java.lang.Object
  extended by TitleAreaDialog
      extended by org.eclipse.ptp.services.ui.dialogs.ServiceSelectionDialog

public class ServiceSelectionDialog
extends TitleAreaDialog

Dialog that displays a list of available services and allows the user to select one or more. The selected services are available by calling getSelectedServices().


Field Summary
protected static java.lang.String SERVICE_KEY
           
 
Constructor Summary
ServiceSelectionDialog(Shell parentShell, IService[] services)
           
 
Method Summary
protected  Control createDialogArea(Composite parent)
           
 IService[] getSelectedServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_KEY

protected static final java.lang.String SERVICE_KEY
See Also:
Constant Field Values
Constructor Detail

ServiceSelectionDialog

public ServiceSelectionDialog(Shell parentShell,
                              IService[] services)
Method Detail

getSelectedServices

public IService[] getSelectedServices()

createDialogArea

protected Control createDialogArea(Composite parent)

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.