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
RemoteException
Integer getItemsCount(Integer hwnd) throws RemoteException
RemoteException
Integer getSelectedIndex(Integer hwnd) throws RemoteException
RemoteException
String getSelectedItem(Integer hwnd) throws RemoteException
RemoteException
void selectByIndex(Integer hwnd, Integer index) throws RemoteException
RemoteException
void selectByName(Integer hwnd, String item) throws RemoteException
RemoteException
Copyright © 2013. All rights reserved.