com.x2e
Class PerspectiveAPI

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

public class PerspectiveAPI
extends java.lang.Object

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


Constructor Summary
PerspectiveAPI()
           
 
Method Summary
static IRemotePerspectiveTools getTools(IRemoteEclipseConnection conn)
          Use this method to get an instance of the IRemotePerspectiveTools 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

PerspectiveAPI

public PerspectiveAPI()
Method Detail

getTools

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

Parameters:
conn - connection
Returns:
Perspective tools
Throws:
RemoteEclipseAPIException