public class ListBox extends Common implements IListBoxConsts
LB_ADDFILE, LB_ADDSTRING, LB_DELETESTRING, LB_DIR, LB_FINDSTRING, LB_FINDSTRINGEXACT, LB_GETANCHORINDEX, LB_GETCARETINDEX, LB_GETCOUNT, LB_GETCURSEL, LB_GETHORIZONTALEXTENT, LB_GETITEMDATA, LB_GETITEMHEIGHT, LB_GETITEMRECT, LB_GETLOCALE, LB_GETSEL, LB_GETSELCOUNT, LB_GETSELITEMS, LB_GETTEXT, LB_GETTEXTLEN, LB_GETTOPINDEX, LB_INITSTORAGE, LB_INSERTSTRING, LB_ITEMFROMPOINT, LB_RESETCONTENT, LB_SELECTSTRING, LB_SELITEMRANGE, LB_SELITEMRANGEEX, LB_SETANCHORINDEX, LB_SETCARETINDEX, LB_SETCOLUMNWIDTH, LB_SETCOUNT, LB_SETCURSEL, LB_SETHORIZONTALEXTENT, LB_SETITEMDATA, LB_SETITEMHEIGHT, LB_SETLOCALE, LB_SETSEL, LB_SETTABSTOPS, LB_SETTOPINDEX, LBN_DBLCLK, LBN_ERRSPACE, LBN_KILLFOCUS, LBN_SELCANCEL, LBN_SELCHANGE, LBN_SETFOCUSICC_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 |
|---|
ListBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSelectionByIndex(Integer hwnd,
Integer index) |
void |
addSelectionByName(Integer hwnd,
String item) |
void |
deselectAll(Integer hwnd) |
boolean |
equals(Object obj) |
String |
getEndpoint() |
IListBoxContract |
getIListBoxContract() |
String[] |
getItemNames(Integer hwnd) |
Integer |
getItemsCount(Integer hwnd) |
Integer |
getSelectedIndex(Integer hwnd) |
String |
getSelectedItem(Integer hwnd) |
String[] |
getSelectedItems(Integer hwnd) |
void |
removeSelectionByIndex(Integer hwnd,
Integer index) |
void |
removeSelectionByName(Integer hwnd,
String item) |
void |
selectAll(Integer hwnd) |
void |
selectByIndex(Integer hwnd,
Integer index) |
void |
selectByName(Integer hwnd,
String item) |
getCommCtl32, getDlg32, getKernel32, getShell32, getUser32, initCommonControls, longToHmenu, longToHwnd, makeLong, makeLParam, makeWParam, postMessage, sendMessagepublic void addSelectionByIndex(Integer hwnd, Integer index) throws RemoteException
hwnd - index - RemoteExceptionIListBoxContractProxy.addSelectionByIndex(java.lang.Integer, java.lang.Integer)public void addSelectionByName(Integer hwnd, String item) throws RemoteException
hwnd - item - RemoteExceptionIListBoxContractProxy.addSelectionByName(java.lang.Integer, java.lang.String)public void deselectAll(Integer hwnd) throws RemoteException
hwnd - RemoteExceptionIListBoxContractProxy.deselectAll(java.lang.Integer)public String getEndpoint()
IListBoxContractProxy.getEndpoint()public IListBoxContract getIListBoxContract()
IListBoxContractProxy.getIListBoxContract()public String[] getItemNames(Integer hwnd) throws RemoteException
hwnd - RemoteExceptionIListBoxContractProxy.getItemNames(java.lang.Integer)public Integer getItemsCount(Integer hwnd) throws RemoteException
hwnd - RemoteExceptionIListBoxContractProxy.getItemsCount(java.lang.Integer)public Integer getSelectedIndex(Integer hwnd) throws RemoteException
hwnd - RemoteExceptionIListBoxContractProxy.getSelectedIndex(java.lang.Integer)public boolean equals(Object obj)
equals in class Objectobj - Object.equals(java.lang.Object)public String getSelectedItem(Integer hwnd) throws RemoteException
hwnd - RemoteExceptionIListBoxContractProxy.getSelectedItem(java.lang.Integer)public String[] getSelectedItems(Integer hwnd) throws RemoteException
hwnd - RemoteExceptionIListBoxContractProxy.getSelectedItems(java.lang.Integer)public void removeSelectionByIndex(Integer hwnd, Integer index) throws RemoteException
hwnd - index - RemoteExceptionIListBoxContractProxy.removeSelectionByIndex(java.lang.Integer, java.lang.Integer)public void removeSelectionByName(Integer hwnd, String item) throws RemoteException
hwnd - item - RemoteExceptionIListBoxContractProxy.removeSelectionByName(java.lang.Integer, java.lang.String)public void selectAll(Integer hwnd) throws RemoteException
hwnd - RemoteExceptionIListBoxContractProxy.selectAll(java.lang.Integer)public void selectByIndex(Integer hwnd, Integer index) throws RemoteException
hwnd - index - RemoteExceptionIListBoxContractProxy.selectByIndex(java.lang.Integer, java.lang.Integer)public void selectByName(Integer hwnd, String item) throws RemoteException
hwnd - item - RemoteExceptionIListBoxContractProxy.selectByName(java.lang.Integer, java.lang.String)Copyright © 2013. All rights reserved.