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
RemoteExceptionString getText(Integer hwnd) throws RemoteException
RemoteExceptionvoid setCursorPosition(Integer hwnd, Integer col, Integer row) throws RemoteException
RemoteExceptionvoid setSelection(Integer hwnd, Integer scol, Integer srow, Integer ecol, Integer erow) throws RemoteException
RemoteExceptionvoid setText(Integer hwnd, String text) throws RemoteException
RemoteExceptionvoid typeText(Integer hwnd, String text) throws RemoteException
RemoteExceptionCopyright © 2013. All rights reserved.