public class ScrollBar extends Object
Constructor and Description |
---|
ScrollBar() |
Modifier and Type | Method and Description |
---|---|
void |
decrement(Integer hwnd) |
Double |
getLargeStep(Integer hwnd) |
Double |
getLowerBound(Integer hwnd) |
Double |
getPosition(Integer hwnd) |
Double |
getSmallStep(Integer hwnd) |
Double |
getUpperBound(Integer hwnd) |
void |
increment(Integer hwnd) |
void |
setPosition(Integer hwnd,
Double pos) |
public Double getLowerBound(Integer hwnd) throws RemoteException
hwnd
- RemoteException
IScrollBarContractProxy.getLowerBound(java.lang.Integer)
public Double getPosition(Integer hwnd) throws RemoteException
hwnd
- RemoteException
IScrollBarContractProxy.getPosition(java.lang.Integer)
public Double getUpperBound(Integer hwnd) throws RemoteException
hwnd
- RemoteException
IScrollBarContractProxy.getUpperBound(java.lang.Integer)
public void setPosition(Integer hwnd, Double pos) throws RemoteException
hwnd
- pos
- RemoteException
IScrollBarContractProxy.setPosition(java.lang.Integer,
java.lang.Double)
public Double getSmallStep(Integer hwnd) throws RemoteException
RemoteException
public Double getLargeStep(Integer hwnd) throws RemoteException
RemoteException
public void increment(Integer hwnd) throws RemoteException
RemoteException
public void decrement(Integer hwnd) throws RemoteException
RemoteException
Copyright © 2013. All rights reserved.