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 - RemoteExceptionIScrollBarContractProxy.getLowerBound(java.lang.Integer)public Double getPosition(Integer hwnd) throws RemoteException
hwnd - RemoteExceptionIScrollBarContractProxy.getPosition(java.lang.Integer)public Double getUpperBound(Integer hwnd) throws RemoteException
hwnd - RemoteExceptionIScrollBarContractProxy.getUpperBound(java.lang.Integer)public void setPosition(Integer hwnd, Double pos) throws RemoteException
hwnd - pos - RemoteExceptionIScrollBarContractProxy.setPosition(java.lang.Integer,
      java.lang.Double)public Double getSmallStep(Integer hwnd) throws RemoteException
RemoteExceptionpublic Double getLargeStep(Integer hwnd) throws RemoteException
RemoteExceptionpublic void increment(Integer hwnd) throws RemoteException
RemoteExceptionpublic void decrement(Integer hwnd) throws RemoteException
RemoteExceptionCopyright © 2013. All rights reserved.