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 IEditContract
RemoteException
public String getText(Integer hwnd) throws RemoteException
getText
in interface IEditContract
RemoteException
public void setCursorPosition(Integer hwnd, Integer col, Integer row) throws RemoteException
setCursorPosition
in interface IEditContract
RemoteException
public void setEndpoint(String endpoint)
public void setSelection(Integer hwnd, Integer scol, Integer srow, Integer ecol, Integer erow) throws RemoteException
setSelection
in interface IEditContract
RemoteException
public void setText(Integer hwnd, String text) throws RemoteException
setText
in interface IEditContract
RemoteException
public void typeText(Integer hwnd, String text) throws RemoteException
typeText
in interface IEditContract
RemoteException
Copyright © 2013. All rights reserved.