PTP
Release 7.0

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

java.lang.Object
  extended by Dialog
      extended by org.eclipse.ptp.services.ui.dialogs.ServiceProviderConfigurationDialog

public class ServiceProviderConfigurationDialog
extends Dialog

Launches a dialog that contains the ServiceProviderConfigurationWidget with OK and Cancel buttons. Also has a text field to allow the name of the configuration to be changed.


Constructor Summary
ServiceProviderConfigurationDialog(IShellProvider parentShell, IServiceConfiguration config)
           
ServiceProviderConfigurationDialog(Shell parentShell, IServiceConfiguration config)
           
 
Method Summary
protected  void configureShell(Shell newShell)
           
protected  Control createContents(Composite parent)
           
protected  Control createDialogArea(Composite parent)
           
protected  void okPressed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceProviderConfigurationDialog

public ServiceProviderConfigurationDialog(IShellProvider parentShell,
                                          IServiceConfiguration config)

ServiceProviderConfigurationDialog

public ServiceProviderConfigurationDialog(Shell parentShell,
                                          IServiceConfiguration config)
Method Detail

configureShell

protected void configureShell(Shell newShell)

createDialogArea

protected Control createDialogArea(Composite parent)

createContents

protected Control createContents(Composite parent)

okPressed

protected void okPressed()

PTP
Release 7.0

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