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 IScrollBarContract
RemoteException
public Double getPosition(Integer hwnd) throws RemoteException
getPosition
in interface IScrollBarContract
RemoteException
public Double getUpperBound(Integer hwnd) throws RemoteException
getUpperBound
in interface IScrollBarContract
RemoteException
public void setPosition(Integer hwnd, Double pos) throws RemoteException
setPosition
in interface IScrollBarContract
RemoteException
public Double getSmallStep(Integer hwnd) throws RemoteException
getSmallStep
in interface IScrollBarContract
RemoteException
public Double getLargeStep(Integer hwnd) throws RemoteException
getLargeStep
in interface IScrollBarContract
RemoteException
Copyright © 2013. All rights reserved.