public class IEditContractProxy extends Object implements IEditContract
| Constructor and Description | 
|---|
| IEditContractProxy() | 
| IEditContractProxy(String endpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEndpoint() | 
| IEditContract | getIEditContract() | 
| String | getSelectedText(Integer hwnd) | 
| String | getText(Integer hwnd) | 
| void | setCursorPosition(Integer hwnd,
                 Integer col,
                 Integer row) | 
| void | setEndpoint(String endpoint) | 
| void | setSelection(Integer hwnd,
            Integer scol,
            Integer srow,
            Integer ecol,
            Integer erow) | 
| void | setText(Integer hwnd,
       String text) | 
| void | typeText(Integer hwnd,
        String text) | 
public IEditContractProxy()
public IEditContractProxy(String endpoint)
public String getEndpoint()
public IEditContract getIEditContract()
public String getSelectedText(Integer hwnd) throws RemoteException
getSelectedText in interface IEditContractRemoteExceptionpublic String getText(Integer hwnd) throws RemoteException
getText in interface IEditContractRemoteExceptionpublic void setCursorPosition(Integer hwnd, Integer col, Integer row) throws RemoteException
setCursorPosition in interface IEditContractRemoteExceptionpublic void setEndpoint(String endpoint)
public void setSelection(Integer hwnd, Integer scol, Integer srow, Integer ecol, Integer erow) throws RemoteException
setSelection in interface IEditContractRemoteExceptionpublic void setText(Integer hwnd, String text) throws RemoteException
setText in interface IEditContractRemoteExceptionpublic void typeText(Integer hwnd, String text) throws RemoteException
typeText in interface IEditContractRemoteExceptionCopyright © 2013. All rights reserved.