|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTitleAreaDialog
org.eclipse.ptp.services.ui.dialogs.ServiceConfigurationSelectionDialog
public class ServiceConfigurationSelectionDialog
Display a dialog prompting the user to select a service configuration to add to the project. Only service configurations not currently used by the project are displayed.
| Constructor Summary | |
|---|---|
ServiceConfigurationSelectionDialog(Shell parentShell,
java.util.Set<IServiceConfiguration> currentConfigs)
Create a dialog listing the service configurations which can be selected for the project |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceConfigurationSelectionDialog(Shell parentShell,
java.util.Set<IServiceConfiguration> currentConfigs)
parentShell - Shell to use when displaying the dialogcurrentConfigs - Set of service configurations currently used by the project| Method Detail |
|---|
protected Control createDialogArea(Composite parent)
parent - - The composite widget that is parent to the client area
public IServiceConfiguration getSelectedConfiguration()
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||