com.mindoo.remote.api.org.eclipse.ui
Class PerspectiveToolsFactory

java.lang.Object
  extended by com.mindoo.remote.api.org.eclipse.ui.PerspectiveToolsFactory

public class PerspectiveToolsFactory
extends java.lang.Object

Factory to get an instance of IRemotePerspectiveTools for an Eclipse connection


Constructor Summary
PerspectiveToolsFactory()
           
 
Method Summary
static IRemotePerspectiveTools getInstance(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

PerspectiveToolsFactory

public PerspectiveToolsFactory()
Method Detail

getInstance

public static IRemotePerspectiveTools getInstance(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