public class Spin 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 |
---|
Spin() |
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) |
String |
getText(Integer hwnd) |
Double |
getUpperBound(Integer hwnd) |
void |
increment(Integer hwnd) |
void |
setPosition(Integer hwnd,
Double pos) |
void |
setText(Integer hwnd,
String text) |
getCommCtl32, getDlg32, getKernel32, getShell32, getUser32, initCommonControls, longToHmenu, longToHwnd, makeLong, makeLParam, makeWParam, postMessage, sendMessage
public Double getLowerBound(Integer hwnd) throws RemoteException
hwnd
- RemoteException
ISpinContractProxy.getLowerBound(java.lang.Integer)
public Double getPosition(Integer hwnd) throws RemoteException
hwnd
- RemoteException
ISpinContractProxy.getPosition(java.lang.Integer)
public String getText(Integer hwnd) throws RemoteException
hwnd
- RemoteException
org.sirius.server.win32lib.controls.spin.ISpinContractProxy#getText(java.lang.Integer)
public Double getUpperBound(Integer hwnd) throws RemoteException
hwnd
- RemoteException
ISpinContractProxy.getUpperBound(java.lang.Integer)
public void setPosition(Integer hwnd, Double pos) throws RemoteException
hwnd
- pos
- RemoteException
ISpinContractProxy.setPosition(java.lang.Integer, java.lang.Double)
public void setText(Integer hwnd, String text) throws RemoteException
hwnd
- text
- RemoteException
org.sirius.server.win32lib.controls.spin.ISpinContractProxy#setText(java.lang.Integer, java.lang.String)
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.