public interface IEditContract extends Remote
Modifier and Type | Method and Description |
---|---|
String |
getSelectedText(Integer hwnd) |
String |
getText(Integer hwnd) |
void |
setCursorPosition(Integer hwnd,
Integer col,
Integer row) |
void |
setSelection(Integer hwnd,
Integer scol,
Integer srow,
Integer ecol,
Integer erow) |
void |
setText(Integer hwnd,
String text) |
void |
typeText(Integer hwnd,
String text) |
String getSelectedText(Integer hwnd) throws RemoteException
RemoteException
String getText(Integer hwnd) throws RemoteException
RemoteException
void setCursorPosition(Integer hwnd, Integer col, Integer row) throws RemoteException
RemoteException
void setSelection(Integer hwnd, Integer scol, Integer srow, Integer ecol, Integer erow) throws RemoteException
RemoteException
void setText(Integer hwnd, String text) throws RemoteException
RemoteException
void typeText(Integer hwnd, String text) throws RemoteException
RemoteException
Copyright © 2013. All rights reserved.