public class ServiceConfigurationSelectionDialog
extends TitleAreaDialog
Constructor and Description |
---|
ServiceConfigurationSelectionDialog(Shell parentShell,
Set<IServiceConfiguration> currentConfigs)
Create a dialog listing the service configurations which can be selected
for the project
|
Modifier and Type | Method and Description |
---|---|
protected Control |
createDialogArea(Composite parent)
Create the widgets used to display the list of available service
configurations
|
IServiceConfiguration |
getSelectedConfiguration()
Return the service configuration selected by the user
|
public ServiceConfigurationSelectionDialog(Shell parentShell, Set<IServiceConfiguration> currentConfigs)
parentShell
- Shell to use when displaying the dialogcurrentConfigs
- Set of service configurations currently used by the projectprotected Control createDialogArea(Composite parent)
parent
- - The composite widget that is parent to the client areapublic IServiceConfiguration getSelectedConfiguration()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.