org.eclipse.ptp.remote.ui
Class RemoteUIServicesUtils
java.lang.Object
org.eclipse.ptp.remote.ui.RemoteUIServicesUtils
public class RemoteUIServicesUtils
- extends java.lang.Object
Convenience methods for handling various actions involving IRemoteUIServices.
- Since:
- 5.0
- See Also:
IRemoteUIServices,
IRemoteUIFileManager,
IRemoteUIConnectionManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteUIServicesUtils
public RemoteUIServicesUtils()
openConnectionWithProgress
public static void openConnectionWithProgress(Shell shell,
IRunnableContext context,
IRemoteConnection connection)
- Parameters:
shell - context - connection - - Since:
- 7.0
setConnectionHints
public static void setConnectionHints(RemoteConnectionWidget connectionWidget,
IRemoteConnection connection)
throws java.net.URISyntaxException
- Used to configure the default host and port in the wizard used for
choosing a resource manager connection.
- Parameters:
connectionWidget - the widget allowing the user to choose the connectionconnection - name of the connection
- Throws:
java.net.URISyntaxException- See Also:
RemoteConnectionWidget
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.