| 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 |
IServiceModelManager.getService(java.lang.String id)
Retrieves the service corresponding to a given id.
|
IService |
ServiceModelManager.getService(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<IService> |
IServiceModelManager.getServices()
Get all the services that have been registered with the system.
|
java.util.Set<IService> |
ServiceModelManager.getServices() |
java.util.Set<IService> |
IServiceConfiguration.getServices()
Returns all of the services that are enabled in this configuration.
|
java.util.Set<IService> |
IServiceCategory.getServices()
Get a set of all the services in the category.
|
java.util.Set<IService> |
IServiceModelManager.getServices(org.eclipse.core.resources.IProject project)
Get all the services that are used by a particular project.
|
java.util.Set<IService> |
ServiceModelManager.getServices(org.eclipse.core.resources.IProject project) |
java.util.Set<IService> |
IServiceModelManager.getServices(java.lang.String natureID)
Get all the services that are associated with a project nature.
|
java.util.Set<IService> |
ServiceModelManager.getServices(java.lang.String natureId) |
java.util.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.
|
org.eclipse.jface.wizard.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(org.eclipse.swt.widgets.Shell parentShell,
IService[] services) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<IService> |
ServiceModelWidget.getContributedServices(org.eclipse.core.resources.IProject project)
Find available remote services and service providers for a given project
|
| Constructor and Description |
|---|
AddServiceConfigurationWidget(org.eclipse.swt.widgets.Composite parent,
int style,
java.util.Set<IServiceConfiguration> excluded,
java.util.Set<IService> services,
boolean enableButtons) |
ServiceConfigurationSelectionWidget(org.eclipse.swt.widgets.Composite parent,
int style,
java.util.Set<IServiceConfiguration> excluded,
java.util.Set<IService> services,
boolean enableButtons) |
| Modifier and Type | Method and Description |
|---|---|
protected IService |
ServiceConfigurationWizardPage.getService() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<IService> |
ServiceConfigurationWidget.getContributedServices(org.eclipse.core.resources.IProject project)
Find available remote services and service providers for a given project
|
| Constructor and Description |
|---|
ServiceConfigurationWizardPage(IService service,
java.lang.String pageName) |
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.