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