public class IScrollBarContractProxy extends Object implements IScrollBarContract
| Constructor and Description | 
|---|
| IScrollBarContractProxy() | 
| IScrollBarContractProxy(String endpoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEndpoint() | 
| IScrollBarContract | getIScrollBarContract() | 
| Double | getLargeStep(Integer hwnd) | 
| Double | getLowerBound(Integer hwnd) | 
| Double | getPosition(Integer hwnd) | 
| Double | getSmallStep(Integer hwnd) | 
| Double | getUpperBound(Integer hwnd) | 
| void | setEndpoint(String endpoint) | 
| void | setPosition(Integer hwnd,
           Double pos) | 
public IScrollBarContractProxy()
public IScrollBarContractProxy(String endpoint)
public String getEndpoint()
public void setEndpoint(String endpoint)
public IScrollBarContract getIScrollBarContract()
public Double getLowerBound(Integer hwnd) throws RemoteException
getLowerBound in interface IScrollBarContractRemoteExceptionpublic Double getPosition(Integer hwnd) throws RemoteException
getPosition in interface IScrollBarContractRemoteExceptionpublic Double getUpperBound(Integer hwnd) throws RemoteException
getUpperBound in interface IScrollBarContractRemoteExceptionpublic void setPosition(Integer hwnd, Double pos) throws RemoteException
setPosition in interface IScrollBarContractRemoteExceptionpublic Double getSmallStep(Integer hwnd) throws RemoteException
getSmallStep in interface IScrollBarContractRemoteExceptionpublic Double getLargeStep(Integer hwnd) throws RemoteException
getLargeStep in interface IScrollBarContractRemoteExceptionCopyright © 2013. All rights reserved.