PTP
Release 7.0

org.eclipse.ptp.remote.ui
Interface IRemoteUIServices

All Superinterfaces:
IRemoteUIServicesDescriptor

public interface IRemoteUIServices
extends IRemoteUIServicesDescriptor

Abstraction of a UI remote services provider. Clients obtain this interface using one of the static methods in RemoteUIServices. The methods on this interface can then be used to access the full range of UI services provided.


Method Summary
 IRemoteUIConnectionManager getUIConnectionManager()
          Get a UI connection manager for managing connections
 IRemoteUIFileManager getUIFileManager()
          Get a UI file manager for managing remote files.
 
Methods inherited from interface org.eclipse.ptp.remote.ui.IRemoteUIServicesDescriptor
getId, getName
 

Method Detail

getUIConnectionManager

IRemoteUIConnectionManager getUIConnectionManager()
Get a UI connection manager for managing connections

Returns:
UI connection manager or null if no connection manager operations are supported

getUIFileManager

IRemoteUIFileManager getUIFileManager()
Get a UI file manager for managing remote files.

Returns:
UI file manager or null if no file manager operations are supported

PTP
Release 7.0

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