public interface ISliderContract extends Remote
| Modifier and Type | Method and Description | 
|---|---|
| Double | getLargeStep(Integer hwnd) | 
| Double | getLowerBound(Integer hwnd) | 
| Double | getPosition(Integer hwnd) | 
| Double | getSmallStep(Integer hwnd) | 
| Double | getUpperBound(Integer hwnd) | 
| void | setPosition(Integer hwnd,
           Double pos) | 
Double getLowerBound(Integer hwnd) throws RemoteException
RemoteExceptionDouble getPosition(Integer hwnd) throws RemoteException
RemoteExceptionDouble getUpperBound(Integer hwnd) throws RemoteException
RemoteExceptionvoid setPosition(Integer hwnd, Double pos) throws RemoteException
RemoteExceptionDouble getSmallStep(Integer hwnd) throws RemoteException
RemoteExceptionDouble getLargeStep(Integer hwnd) throws RemoteException
RemoteExceptionCopyright © 2013. All rights reserved.