public class Slider extends Common
ICC_ALL, ICC_ANIMATE_CLASS, ICC_BAR_CLASSES, ICC_COOL_CLASSES, ICC_DATE_CLASSES, ICC_HOTKEY_CLASS, ICC_INTERNET_CLASSES, ICC_LINK_CLASS, ICC_LISTVIEW_CLASSES, ICC_NATIVEFNTCTL_CLASS, ICC_PAGESCROLLER_CLASS, ICC_PROGRESS_CLASS, ICC_STANDARD_CLASSES, ICC_TAB_CLASSES, ICC_TREEVIEW_CLASSES, ICC_UPDOWN_CLASS, ICC_USEREX_CLASSES, ICC_WIN95_CLASSES
Constructor and Description |
---|
Slider() |
Modifier and Type | Method and Description |
---|---|
Double |
getLowerBound(Integer hwnd) |
Double |
getPosition(Integer hwnd) |
Double |
getUpperBound(Integer hwnd) |
void |
setPosition(Integer hwnd,
Double pos) |
getCommCtl32, getDlg32, getKernel32, getShell32, getUser32, initCommonControls, longToHmenu, longToHwnd, makeLong, makeLParam, makeWParam, postMessage, sendMessage
public Double getLowerBound(Integer hwnd) throws RemoteException
hwnd
- RemoteException
ISliderContractProxy.getLowerBound(java.lang.Integer)
public Double getPosition(Integer hwnd) throws RemoteException
hwnd
- RemoteException
ISliderContractProxy.getPosition(java.lang.Integer)
public Double getUpperBound(Integer hwnd) throws RemoteException
hwnd
- RemoteException
ISliderContractProxy.getUpperBound(java.lang.Integer)
public void setPosition(Integer hwnd, Double pos) throws RemoteException
hwnd
- pos
- RemoteException
ISliderContractProxy.setPosition(java.lang.Integer, java.lang.Double)
Copyright © 2013. All rights reserved.