com.x2e
Class PlatformUIAPI

java.lang.Object
  extended by com.x2e.PlatformUIAPI

public class PlatformUIAPI
extends java.lang.Object

Helper class to get an instance of IRemotePlatformUI. It is used to have a shorter JavaScript syntax than to use PlatformUIFactory


Constructor Summary
PlatformUIAPI()
           
 
Method Summary
static IRemotePlatformUI getUI(IRemoteEclipseConnection conn)
          Use this method to get an instance of the IRemotePlatformUI interface for the specified connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformUIAPI

public PlatformUIAPI()
Method Detail

getUI

public static IRemotePlatformUI getUI(IRemoteEclipseConnection conn)
                               throws RemoteEclipseAPIException
Use this method to get an instance of the IRemotePlatformUI interface for the specified connection

Parameters:
conn - connection
Returns:
platform ui access
Throws:
RemoteEclipseAPIException