| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.x2e.ComponentAPI
public class ComponentAPI

Helper class to get an instance of IRemoteComponentTools. It is used to have a shorter
 JavaScript syntax than to use ComponentToolsFactory
| Constructor Summary | |
|---|---|
ComponentAPI()
 | 
|
| Method Summary | |
|---|---|
static IRemotePropertyBroker | 
getPropertyBroker(IRemoteEclipseConnection conn)
Use this method to get an instance of the IRemotePropertyBroker interface for
 the specified connection | 
static IRemoteSWTHelper | 
getSWTHelper(IRemoteEclipseConnection conn)
Use this method to get an instance of the IRemoteSWTHelper interface for
 the specified connection | 
static IRemoteComponentTools | 
getTools(IRemoteEclipseConnection conn)
Use this method to get an instance of the IRemoteComponentTools 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 | 
|---|
public ComponentAPI()
| Method Detail | 
|---|
public static IRemoteComponentTools getTools(IRemoteEclipseConnection conn)
                                      throws RemoteEclipseAPIException
IRemoteComponentTools interface for
 the specified connection
conn - connection
RemoteEclipseAPIException
public static IRemoteSWTHelper getSWTHelper(IRemoteEclipseConnection conn)
                                     throws RemoteEclipseAPIException
IRemoteSWTHelper interface for
 the specified connection
conn - connection
RemoteEclipseAPIException
public static IRemotePropertyBroker getPropertyBroker(IRemoteEclipseConnection conn)
                                               throws RemoteEclipseAPIException
IRemotePropertyBroker interface for
 the specified connection
conn - connection
RemoteEclipseAPIException
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||