Package | Description |
---|---|
org.eclipse.ptp.services.core | |
org.eclipse.ptp.services.ui | |
org.eclipse.ptp.services.ui.dialogs | |
org.eclipse.ptp.services.ui.widgets | |
org.eclipse.ptp.services.ui.wizards |
Modifier and Type | Method and Description |
---|---|
IService |
ServiceModelManager.getService(String id) |
IService |
IServiceModelManager.getService(String id)
Retrieves the service corresponding to a given id.
|
Modifier and Type | Method and Description |
---|---|
Set<IService> |
ServiceModelManager.getServices() |
Set<IService> |
IServiceModelManager.getServices()
Get all the services that have been registered with the system.
|
Set<IService> |
IServiceConfiguration.getServices()
Returns all of the services that are enabled in this configuration.
|
Set<IService> |
IServiceCategory.getServices()
Get a set of all the services in the category.
|
Set<IService> |
ServiceModelManager.getServices(IProject project) |
Set<IService> |
IServiceModelManager.getServices(IProject project)
Get all the services that are used by a particular project.
|
SortedSet<IService> |
IServiceConfiguration.getServicesByPriority()
Return the set of services that are enabled in this configuration
sorted by priority.
|
Modifier and Type | Method and Description |
---|---|
void |
IServiceConfiguration.disable(IService service)
Disables (removes) the service provider from this configuration.
|
IServiceProvider |
IServiceConfiguration.getServiceProvider(IService service)
Get the service provider for a particular service in this configuration.
|
boolean |
IServiceConfiguration.isDisabled(IService service)
Returns true of the given service is not part of this configuration.
|
void |
IServiceConfiguration.setServiceProvider(IService service,
IServiceProvider provider)
Set the service provider for a particular service in this configuration.
|
Modifier and Type | Method and Description |
---|---|
IServiceContributor |
ServiceModelUIManager.getServiceContributor(IService service)
Get the configuration UI associated with a service.
|
WizardPage[] |
IServiceContributor.getWizardPages(IService service)
Retrieve the wizard pages to be displayed prior to configuring a provider
for the service.
|
Modifier and Type | Method and Description |
---|---|
IService[] |
ServiceSelectionDialog.getSelectedServices() |
Constructor and Description |
---|
ServiceSelectionDialog(Shell parentShell,
IService[] services) |
Modifier and Type | Method and Description |
---|---|
protected Set<IService> |
ServiceModelWidget.getContributedServices(IProject project)
Find available remote services and service providers for a given project
|
Constructor and Description |
---|
AddServiceConfigurationWidget(Composite parent,
int style,
Set<IServiceConfiguration> excluded,
Set<IService> services,
boolean enableButtons) |
ServiceConfigurationSelectionWidget(Composite parent,
int style,
Set<IServiceConfiguration> excluded,
Set<IService> services,
boolean enableButtons) |
Modifier and Type | Method and Description |
---|---|
protected IService |
ServiceConfigurationWizardPage.getService() |
Modifier and Type | Method and Description |
---|---|
protected Set<IService> |
ServiceConfigurationWidget.getContributedServices(IProject project)
Find available remote services and service providers for a given project
|
Constructor and Description |
---|
ServiceConfigurationWizardPage(IService service,
String pageName) |
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.