com.x2e
Class NotesUIAPI

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

public class NotesUIAPI
extends java.lang.Object

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


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

NotesUIAPI

public NotesUIAPI()
Method Detail

getTools

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

Parameters:
conn - connection
Returns:
Notes UI tools
Throws:
RemoteEclipseAPIException