public interface ITabContract extends Remote
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getItemNames(Integer hwnd) | 
| Integer | getItemsCount(Integer hwnd) | 
| Integer | getSelectedIndex(Integer hwnd) | 
| String | getSelectedItem(Integer hwnd) | 
| void | selectByIndex(Integer hwnd,
             Integer index) | 
| void | selectByName(Integer hwnd,
            String item) | 
String[] getItemNames(Integer hwnd) throws RemoteException
RemoteExceptionInteger getItemsCount(Integer hwnd) throws RemoteException
RemoteExceptionInteger getSelectedIndex(Integer hwnd) throws RemoteException
RemoteExceptionString getSelectedItem(Integer hwnd) throws RemoteException
RemoteExceptionvoid selectByIndex(Integer hwnd, Integer index) throws RemoteException
RemoteExceptionvoid selectByName(Integer hwnd, String item) throws RemoteException
RemoteExceptionCopyright © 2013. All rights reserved.