PTP
Release 7.0

org.eclipse.ptp.remote.ui
Interface IRemoteUIServicesDescriptor

All Known Subinterfaces:
IRemoteUIServices

public interface IRemoteUIServicesDescriptor

Interface representing a remote UI services provider extension. Clients can use this to find out information about the extension without loading it.


Method Summary
 java.lang.String getId()
          Get unique ID of this service.
 java.lang.String getName()
          Get display name of this service.
 

Method Detail

getId

java.lang.String getId()
Get unique ID of this service. Can be used as a lookup key.

Returns:
unique ID

getName

java.lang.String getName()
Get display name of this service.

Returns:
display name

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.