|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IService | |
|---|---|
| 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 | |
| Uses of IService in org.eclipse.ptp.services.core |
|---|
| Methods in org.eclipse.ptp.services.core that return IService | |
|---|---|
IService |
ServiceModelManager.getService(java.lang.String id)
|
IService |
IServiceModelManager.getService(java.lang.String id)
Retrieves the service corresponding to a given id. |
| Methods in org.eclipse.ptp.services.core that return types with arguments of type IService | |
|---|---|
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()
Get all the services that have been registered with the system. |
java.util.Set<IService> |
ServiceModelManager.getServices(org.eclipse.core.resources.IProject project)
|
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(java.lang.String natureId)
|
java.util.Set<IService> |
IServiceModelManager.getServices(java.lang.String natureID)
Get all the services that are associated with a project nature. |
java.util.SortedSet<IService> |
IServiceConfiguration.getServicesByPriority()
Return the set of services that are enabled in this configuration sorted by priority. |
| Methods in org.eclipse.ptp.services.core with parameters of type IService | |
|---|---|
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. |
| Uses of IService in org.eclipse.ptp.services.ui |
|---|
| Methods in org.eclipse.ptp.services.ui with parameters of type IService | |
|---|---|
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. |
| Uses of IService in org.eclipse.ptp.services.ui.dialogs |
|---|
| Methods in org.eclipse.ptp.services.ui.dialogs that return IService | |
|---|---|
IService[] |
ServiceSelectionDialog.getSelectedServices()
|
| Constructors in org.eclipse.ptp.services.ui.dialogs with parameters of type IService | |
|---|---|
ServiceSelectionDialog(org.eclipse.swt.widgets.Shell parentShell,
IService[] services)
|
|
| Uses of IService in org.eclipse.ptp.services.ui.widgets |
|---|
| Methods in org.eclipse.ptp.services.ui.widgets that return types with arguments of type IService | |
|---|---|
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 parameters in org.eclipse.ptp.services.ui.widgets with type arguments of type IService | |
|---|---|
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)
|
|
| Uses of IService in org.eclipse.ptp.services.ui.wizards |
|---|
| Methods in org.eclipse.ptp.services.ui.wizards that return IService | |
|---|---|
protected IService |
ServiceConfigurationWizardPage.getService()
|
| Methods in org.eclipse.ptp.services.ui.wizards that return types with arguments of type IService | |
|---|---|
protected java.util.Set<IService> |
ServiceConfigurationWidget.getContributedServices(org.eclipse.core.resources.IProject project)
Find available remote services and service providers for a given project |
| Constructors in org.eclipse.ptp.services.ui.wizards with parameters of type IService | |
|---|---|
ServiceConfigurationWizardPage(IService service,
java.lang.String pageName)
|
|
|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||