|
PTP Release 5.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IService in org.eclipse.ptp.services.core |
|---|
| Methods in org.eclipse.ptp.services.core that return IService | |
|---|---|
IService |
ServiceModelManager.getService(String id)
|
IService |
IServiceModelManager.getService(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 | |
|---|---|
Set<IService> |
IServiceCategory.getServices()
Get a set of all the services in the category. |
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> |
ServiceModelManager.getServices(org.eclipse.core.resources.IProject project)
|
Set<IService> |
IServiceModelManager.getServices(org.eclipse.core.resources.IProject project)
Get all the services that are used by a particular project. |
Set<IService> |
ServiceModelManager.getServices(String natureId)
|
Set<IService> |
IServiceModelManager.getServices(String natureID)
Get all the services that are associated with a project nature. |
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 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,
Set<IServiceConfiguration> excluded,
Set<IService> services,
boolean enableButtons)
|
|
ServiceConfigurationSelectionWidget(org.eclipse.swt.widgets.Composite parent,
int style,
Set<IServiceConfiguration> excluded,
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 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,
String pageName)
|
|
| Uses of IService in org.eclipse.ptp.ui.wizards |
|---|
| Methods in org.eclipse.ptp.ui.wizards with parameters of type IService | |
|---|---|
org.eclipse.jface.wizard.WizardPage[] |
LaunchServiceContributor.getWizardPages(IService service)
|
| Constructors in org.eclipse.ptp.ui.wizards with parameters of type IService | |
|---|---|
LaunchServiceWizardPage(IService service,
String pageName)
|
|
|
PTP Release 5.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||