public class ITabContractProxy extends Object implements ITabContract
| Constructor and Description | 
|---|
| ITabContractProxy() | 
| ITabContractProxy(String endpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEndpoint() | 
| ITabContract | getITabContract() | 
| 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) | 
| void | setEndpoint(String endpoint) | 
public ITabContractProxy()
public ITabContractProxy(String endpoint)
public String getEndpoint()
public ITabContract getITabContract()
public String[] getItemNames(Integer hwnd) throws RemoteException
getItemNames in interface ITabContractRemoteExceptionpublic Integer getItemsCount(Integer hwnd) throws RemoteException
getItemsCount in interface ITabContractRemoteExceptionpublic Integer getSelectedIndex(Integer hwnd) throws RemoteException
getSelectedIndex in interface ITabContractRemoteExceptionpublic String getSelectedItem(Integer hwnd) throws RemoteException
getSelectedItem in interface ITabContractRemoteExceptionpublic void selectByIndex(Integer hwnd, Integer index) throws RemoteException
selectByIndex in interface ITabContractRemoteExceptionpublic void selectByName(Integer hwnd, String item) throws RemoteException
selectByName in interface ITabContractRemoteExceptionpublic void setEndpoint(String endpoint)
Copyright © 2013. All rights reserved.