PTP
Release 7.0

org.eclipse.ptp.remote.ui
Class RemoteUIServicesUtils

java.lang.Object
  extended by 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

Constructor Summary
RemoteUIServicesUtils()
           
 
Method Summary
static void openConnectionWithProgress(Shell shell, IRunnableContext context, IRemoteConnection connection)
           
static void setConnectionHints(RemoteConnectionWidget connectionWidget, IRemoteConnection connection)
          Used to configure the default host and port in the wizard used for choosing a resource manager connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteUIServicesUtils

public RemoteUIServicesUtils()
Method Detail

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 connection
connection - name of the connection
Throws:
java.net.URISyntaxException
See Also:
RemoteConnectionWidget

PTP
Release 7.0

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