public class ServiceProviderConfigurationWidget
extends Composite
Constructor and Description |
---|
ServiceProviderConfigurationWidget(Composite parent,
int style) |
Modifier and Type | Method and Description |
---|---|
void |
addSelectionListener(SelectionListener listener)
Adds the listener to the collection of listeners who will be notified
when the users selects a service configuration
|
void |
applyChangesToConfiguration() |
protected void |
changeServiceState(boolean disabled) |
IServiceConfiguration |
getServiceConfiguration()
Returns the service configuration object that is being displayed by this
widget.
|
void |
removeSelectionListener(SelectionListener listener)
Removes the listener from the collection of listeners who will be
notified when a service configuration is selected by the user.
|
void |
setServiceConfiguration(IServiceConfiguration conf)
Causes the tree to display all the services that are available in the
system.
|
void |
setServiceConfiguration(IServiceConfiguration configuration,
Set<String> natureIds)
Causes the tree to display all the services that are available in the
system.
|
public ServiceProviderConfigurationWidget(Composite parent, int style)
public void addSelectionListener(SelectionListener listener)
listener
- the listener that will be notified of the selectionpublic void applyChangesToConfiguration()
public IServiceConfiguration getServiceConfiguration()
public void removeSelectionListener(SelectionListener listener)
listener
- the listener which will no longer be notifiedpublic void setServiceConfiguration(IServiceConfiguration conf)
public void setServiceConfiguration(IServiceConfiguration configuration, Set<String> natureIds)
protected void changeServiceState(boolean disabled)
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.