public interface WinListView extends Control
| Modifier and Type | Method and Description |
|---|---|
void |
checkItem(int itemIndex,
boolean check)
Checks the item specified by its index, from 0, or by its name.
|
void |
checkItem(String itemName,
boolean check)
Checks the item specified by its index, from 0, or by its name.
|
void |
clickItem(int itemIndex)
Moves the mouse cursor to the item and then simulates a single click.
|
void |
clickItem(int itemIndex,
int subitemIndex)
Moves the mouse cursor to the item and then simulates a single click.
|
void |
clickItem(int itemIndex,
int subitemIndex,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a single click.
|
void |
clickItem(int itemIndex,
String subitemName)
Moves the mouse cursor to the item and then simulates a single click.
|
void |
clickItem(int itemIndex,
String subitemName,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a single click.
|
void |
clickItem(String itemName)
Moves the mouse cursor to the item and then simulates a single click.
|
void |
clickItem(String itemName,
int subitemIndex)
Moves the mouse cursor to the item and then simulates a single click.
|
void |
clickItem(String itemName,
int subitemIndex,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a single click.
|
void |
clickItem(String itemName,
String subitemName)
Moves the mouse cursor to the item and then simulates a single click.
|
void |
clickItem(String itemName,
String subitemName,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a single click.
|
void |
clickItemR(int itemIndex)
Moves the mouse cursor to the item and then simulates a right click.
|
void |
clickItemR(int itemIndex,
int subitemIndex)
Moves the mouse cursor to the item and then simulates a right click.
|
void |
clickItemR(int itemIndex,
int subitemIndex,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a right click.
|
void |
clickItemR(int itemIndex,
String subitemName)
Moves the mouse cursor to the item and then simulates a right click.
|
void |
clickItemR(int itemIndex,
String subitemName,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a right click.
|
void |
clickItemR(String itemName)
Moves the mouse cursor to the item and then simulates a right click.
|
void |
clickItemR(String itemName,
int subitemIndex)
Moves the mouse cursor to the item and then simulates a right click.
|
void |
clickItemR(String itemName,
int subitemIndex,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a right click.
|
void |
clickItemR(String itemName,
String subitemName)
Moves the mouse cursor to the item and then simulates a right click.
|
void |
clickItemR(String itemName,
String subitemName,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a right click.
|
void |
clickItemRXY(int itemIndex,
int subitemIndex,
int x,
int y)
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|
void |
clickItemRXY(int itemIndex,
int subitemIndex,
int x,
int y,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|
void |
clickItemRXY(int itemIndex,
String subitemName,
int x,
int y)
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|
void |
clickItemRXY(int itemIndex,
String subitemName,
int x,
int y,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|
void |
clickItemRXY(String itemName,
int subitemIndex,
int x,
int y)
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|
void |
clickItemRXY(String itemName,
int subitemIndex,
int x,
int y,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|
void |
clickItemRXY(String itemName,
String subitemName,
int x,
int y)
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|
void |
clickItemRXY(String itemName,
String subitemName,
int x,
int y,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a right click at (x, y).
|
void |
clickItemXY(int itemIndex,
int subitemIndex,
int x,
int y)
Moves the mouse cursor to the item and then simulates a single click at (x, y).
|
void |
clickItemXY(int itemIndex,
int subitemIndex,
int x,
int y,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a single click at (x, y).
|
void |
clickItemXY(int itemIndex,
String subitemName,
int x,
int y)
Moves the mouse cursor to the item and then simulates a single click at (x, y).
|
void |
clickItemXY(int itemIndex,
String subitemName,
int x,
int y,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a single click at (x, y).
|
void |
clickItemXY(String itemName,
int subitemIndex,
int x,
int y)
Moves the mouse cursor to the item and then simulates a single click at (x, y).
|
void |
clickItemXY(String itemName,
int subitemIndex,
int x,
int y,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a single click at (x, y).
|
void |
clickItemXY(String itemName,
String subitemName,
int x,
int y)
Moves the mouse cursor to the item and then simulates a single click at (x, y).
|
void |
clickItemXY(String itemName,
String subitemName,
int x,
int y,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a single click at (x, y).
|
void |
dblClickItem(int itemIndex)
Moves the mouse cursor to the item and then simulates a double-click.
|
void |
dblClickItem(int itemIndex,
int subitemIndex)
Moves the mouse cursor to the item and then simulates a double-click.
|
void |
dblClickItem(int itemIndex,
int subitemIndex,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a double-click.
|
void |
dblClickItem(int itemIndex,
String subitemName)
Moves the mouse cursor to the item and then simulates a double-click.
|
void |
dblClickItem(int itemIndex,
String subitemName,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a double-click.
|
void |
dblClickItem(String itemName)
Moves the mouse cursor to the item and then simulates a double-click.
|
void |
dblClickItem(String itemName,
int subitemIndex)
Moves the mouse cursor to the item and then simulates a double-click.
|
void |
dblClickItem(String itemName,
int subitemIndex,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a double-click.
|
void |
dblClickItem(String itemName,
String subitemName)
Moves the mouse cursor to the item and then simulates a double-click.
|
void |
dblClickItem(String itemName,
String subitemName,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a double-click.
|
void |
dblClickItemR(int itemIndex)
Moves the mouse cursor to the item and then simulates a right double click.
|
void |
dblClickItemR(int itemIndex,
int subitemIndex)
Moves the mouse cursor to the item and then simulates a right double click.
|
void |
dblClickItemR(int itemIndex,
int subitemIndex,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a right double click.
|
void |
dblClickItemR(int itemIndex,
String subitemName)
Moves the mouse cursor to the item and then simulates a right double click.
|
void |
dblClickItemR(int itemIndex,
String subitemName,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a right double click.
|
void |
dblClickItemR(String itemName)
Moves the mouse cursor to the item and then simulates a right double click.
|
void |
dblClickItemR(String itemName,
int subitemIndex)
Moves the mouse cursor to the item and then simulates a right double click.
|
void |
dblClickItemR(String itemName,
int subitemIndex,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a right double click.
|
void |
dblClickItemR(String itemName,
String subitemName)
Moves the mouse cursor to the item and then simulates a right double click.
|
void |
dblClickItemR(String itemName,
String subitemName,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a right double click.
|
void |
dblClickItemRXY(int itemIndex,
int subitemIndex,
int x,
int y)
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
|
void |
dblClickItemRXY(int itemIndex,
int subitemIndex,
int x,
int y,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
|
void |
dblClickItemRXY(int itemIndex,
String subitemName,
int x,
int y)
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
|
void |
dblClickItemRXY(int itemIndex,
String subitemName,
int x,
int y,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
|
void |
dblClickItemRXY(String itemName,
int subitemIndex,
int x,
int y)
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
|
void |
dblClickItemRXY(String itemName,
int subitemIndex,
int x,
int y,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
|
void |
dblClickItemRXY(String itemName,
String subitemName,
int x,
int y)
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
|
void |
dblClickItemRXY(String itemName,
String subitemName,
int x,
int y,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a right double click at (x, y).
|
void |
dblClickItemXY(int itemIndex,
int subitemIndex,
int x,
int y)
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
|
void |
dblClickItemXY(int itemIndex,
int subitemIndex,
int x,
int y,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
|
void |
dblClickItemXY(int itemIndex,
String subitemName,
int x,
int y)
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
|
void |
dblClickItemXY(int itemIndex,
String subitemName,
int x,
int y,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
|
void |
dblClickItemXY(String itemName,
int subitemIndex,
int x,
int y)
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
|
void |
dblClickItemXY(String itemName,
int subitemIndex,
int x,
int y,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
|
void |
dblClickItemXY(String itemName,
String subitemName,
int x,
int y)
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
|
void |
dblClickItemXY(String itemName,
String subitemName,
int x,
int y,
ShiftKey shift)
Moves the mouse cursor to the item and then simulates a double-click at (x, y).
|
void |
focusItem(int itemIndex)
Focuses the specified list view item.
|
void |
focusItem(String itemName)
Focuses the specified list view item.
|
WinListViewBackground |
getwBackground()
Returns the Win32ListViewBackground object that provides a scripting interface to the list view background image.
|
boolean |
getwChecked(int intValue)
Gets an element by its index (zero-based).
|
boolean |
getwChecked(String stringValue)
Gets an element by its index (zero-based).
|
int |
getwColumnCount()
Returns the total number of columns in the list view.
|
boolean |
getwCut(int itemIndex)
Gets an item by its index (zero-based).
|
boolean |
getwCut(int itemIndex,
int subitemIndex)
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
|
boolean |
getwCut(int itemIndex,
String subitemName)
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
|
boolean |
getwCut(String itemName)
Gets an item value by the item's name.
|
boolean |
getwCut(String itemName,
int subitemIndex)
Gets a subitem's value by the parent item name and subitem's index (zero-based).
|
boolean |
getwCut(String itemName,
String subitemName)
Gets a subitem's value by the parent item's name and subitem's name.
|
boolean |
getwFocused(int itemIndex)
Gets an item by its index (zero-based).
|
boolean |
getwFocused(int itemIndex,
int subitemIndex)
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
|
boolean |
getwFocused(int itemIndex,
String subitemName)
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
|
boolean |
getwFocused(String itemName)
Gets an item value by the item's name.
|
boolean |
getwFocused(String itemName,
int subitemIndex)
Gets a subitem's value by the parent item name and subitem's index (zero-based).
|
boolean |
getwFocused(String itemName,
String subitemName)
Gets a subitem's value by the parent item's name and subitem's name.
|
WinListViewGroup |
getwGroup(int itemIndex)
Gets an item by its index (zero-based).
|
WinListViewGroup |
getwGroup(int itemIndex,
int subitemIndex)
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
|
WinListViewGroup |
getwGroup(int itemIndex,
String subitemName)
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
|
WinListViewGroup |
getwGroup(String itemName)
Gets an item value by the item's name.
|
WinListViewGroup |
getwGroup(String itemName,
int subitemIndex)
Gets a subitem's value by the parent item name and subitem's index (zero-based).
|
WinListViewGroup |
getwGroup(String itemName,
String subitemName)
Gets a subitem's value by the parent item's name and subitem's name.
|
int |
getwGroupCount()
Returns the number of list view groups.
|
WinListViewGroup |
getwGroups(int groupIndex)
Gets a group by its ID.
|
WinListViewGroup |
getwGroups(int groupIndex,
boolean byIndex)
Gets a group by its ID or index (zero-based).
|
WinHeader |
getwHeader()
Returns the Win32Header object that provides the scripting interface to the list view header.
|
Rectangle |
getwIconBounds(int itemIndex)
Gets an item by its index (zero-based).
|
Rectangle |
getwIconBounds(int itemIndex,
int subitemIndex)
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
|
Rectangle |
getwIconBounds(int itemIndex,
String subitemName)
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
|
Rectangle |
getwIconBounds(String itemName)
Gets an item value by the item's name.
|
Rectangle |
getwIconBounds(String itemName,
int subitemIndex)
Gets a subitem's value by the parent item name and subitem's index (zero-based).
|
Rectangle |
getwIconBounds(String itemName,
String subitemName)
Gets a subitem's value by the parent item's name and subitem's name.
|
BufferedImage |
getwImage(int itemIndex)
Gets an item by its index (zero-based).
|
BufferedImage |
getwImage(int itemIndex,
int subitemIndex)
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
|
BufferedImage |
getwImage(int itemIndex,
String subitemName)
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
|
BufferedImage |
getwImage(String itemName)
Gets an item value by the item's name.
|
BufferedImage |
getwImage(String itemName,
int subitemIndex)
Gets a subitem's value by the parent item name and subitem's index (zero-based).
|
BufferedImage |
getwImage(String itemName,
String subitemName)
Gets a subitem's value by the parent item's name and subitem's name.
|
String |
getwItem(int itemIndex)
Gets an item by its index (zero-based).
|
String |
getwItem(int itemIndex,
int subitemIndex)
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
|
String |
getwItem(int itemIndex,
String subitemName)
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
|
String |
getwItem(String itemName)
Gets an item value by the item's name.
|
String |
getwItem(String itemName,
int subitemIndex)
Gets a subitem's value by the parent item name and subitem's index (zero-based).
|
String |
getwItem(String itemName,
String subitemName)
Gets a subitem's value by the parent item's name and subitem's name.
|
Rectangle |
getwItemBounds(int itemIndex)
Gets an item by its index (zero-based).
|
Rectangle |
getwItemBounds(int itemIndex,
int subitemIndex)
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
|
Rectangle |
getwItemBounds(int itemIndex,
String subitemName)
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
|
Rectangle |
getwItemBounds(String itemName)
Gets an item value by the item's name.
|
Rectangle |
getwItemBounds(String itemName,
int subitemIndex)
Gets a subitem's value by the parent item name and subitem's index (zero-based).
|
Rectangle |
getwItemBounds(String itemName,
String subitemName)
Gets a subitem's value by the parent item's name and subitem's name.
|
int |
getwItemCount()
Returns the total number of items in the list view.
|
WinListViewStyleEx |
getwListViewStyleEx()
Returns the Win32ListViewStyleEx object that provides a scripting interface to the list view extended styles.
|
int |
getwLParam(int itemIndex)
Gets an item by its index (zero-based).
|
int |
getwLParam(int itemIndex,
int subitemIndex)
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
|
int |
getwLParam(int itemIndex,
String subitemName)
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
|
int |
getwLParam(String itemName)
Gets an item value by the item's name.
|
int |
getwLParam(String itemName,
int subitemIndex)
Gets a subitem's value by the parent item name and subitem's index (zero-based).
|
int |
getwLParam(String itemName,
String subitemName)
Gets a subitem's value by the parent item's name and subitem's name.
|
Rectangle |
getwSelectBounds(int intValue)
Gets an element by its index (zero-based).
|
Rectangle |
getwSelectBounds(String stringValue)
Gets an element by its index (zero-based).
|
boolean |
getwSelected(int itemIndex)
Gets an item by its index (zero-based).
|
boolean |
getwSelected(int itemIndex,
int subitemIndex)
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
|
boolean |
getwSelected(int itemIndex,
String subitemName)
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
|
boolean |
getwSelected(String itemName)
Gets an item value by the item's name.
|
boolean |
getwSelected(String itemName,
int subitemIndex)
Gets a subitem's value by the parent item name and subitem's index (zero-based).
|
boolean |
getwSelected(String itemName,
String subitemName)
Gets a subitem's value by the parent item's name and subitem's name.
|
BufferedImage |
getwStateImage(int itemIndex)
Gets an item by its index (zero-based).
|
BufferedImage |
getwStateImage(int itemIndex,
int subitemIndex)
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
|
BufferedImage |
getwStateImage(int itemIndex,
String subitemName)
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
|
BufferedImage |
getwStateImage(String itemName)
Gets an item value by the item's name.
|
BufferedImage |
getwStateImage(String itemName,
int subitemIndex)
Gets a subitem's value by the parent item name and subitem's index (zero-based).
|
BufferedImage |
getwStateImage(String itemName,
String subitemName)
Gets a subitem's value by the parent item's name and subitem's name.
|
Rectangle |
getwTextBounds(int itemIndex)
Gets an item by its index (zero-based).
|
Rectangle |
getwTextBounds(int itemIndex,
int subitemIndex)
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
|
Rectangle |
getwTextBounds(int itemIndex,
String subitemName)
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
|
Rectangle |
getwTextBounds(String itemName)
Gets an item value by the item's name.
|
Rectangle |
getwTextBounds(String itemName,
int subitemIndex)
Gets a subitem's value by the parent item name and subitem's index (zero-based).
|
Rectangle |
getwTextBounds(String itemName,
String subitemName)
Gets a subitem's value by the parent item's name and subitem's name.
|
void |
hotTrackSelect(int itemIndex)
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
void |
hotTrackSelect(int itemIndex,
int subitemIndex)
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
void |
hotTrackSelect(int itemIndex,
int subitemIndex,
ShiftKey shift)
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
void |
hotTrackSelect(int itemIndex,
String subitemName)
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
void |
hotTrackSelect(int itemIndex,
String subitemName,
ShiftKey shift)
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
void |
hotTrackSelect(String itemName)
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
void |
hotTrackSelect(String itemName,
int subitemIndex)
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
void |
hotTrackSelect(String itemName,
int subitemIndex,
ShiftKey shift)
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
void |
hotTrackSelect(String itemName,
String subitemName)
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
void |
hotTrackSelect(String itemName,
String subitemName,
ShiftKey shift)
Moves the mouse cursor to the specified item (or subitem), but does not click it.
|
String |
selectItem(int itemIndex)
Selects the item.
|
String |
selectItem(String itemName)
Selects the item.
|
click, click, click, clickM, clickM, clickM, clickR, clickR, clickR, dblClick, dblClick, dblClick, dblClickM, dblClickM, dblClickM, dblClickR, dblClickR, dblClickR, drag, drag, dragM, dragM, dragR, dragR, getEnabled, getHeight, getScreenLeft, getScreenTop, getVisible, getVisibleOnScreen, getWidth, hoverMouse, hoverMouse, keys, mouseWheel, mouseWheel, screenToWindow, windowToScreenfind, find, find, findAll, findAll, getChildren, getParent, tryFind, tryFind, tryFind, waitProperty, waitPropertypicture, picture, picturecallMethod, callMethod, cast, getProperty, setProperty, toStringint getwItemCount()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.int getwColumnCount()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.WinHeader getwHeader() throws InvocationException, HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.WinListViewStyleEx getwListViewStyleEx() throws InvocationException, HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.WinListViewBackground getwBackground() throws InvocationException, HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.int getwGroupCount()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.String getwItem(int itemIndex) throws InvocationException, HttpException
itemIndex - Index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.String getwItem(String itemName) throws InvocationException, HttpException
itemName - Name of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.String getwItem(int itemIndex, int subitemIndex) throws InvocationException, HttpException
itemIndex - Index of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.String getwItem(String itemName, int subitemIndex) throws InvocationException, HttpException
itemName - Name of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.String getwItem(int itemIndex, String subitemName) throws InvocationException, HttpException
itemIndex - Index of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.String getwItem(String itemName, String subitemName) throws InvocationException, HttpException
itemName - Name of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwChecked(int intValue)
throws InvocationException,
HttpException
intValue - The element's index (zero-based).InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwChecked(String stringValue) throws InvocationException, HttpException
stringValue - The element's index (zero-based).InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.WinListViewGroup getwGroups(int groupIndex) throws InvocationException, HttpException
groupIndex - Index of the group.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.WinListViewGroup getwGroups(int groupIndex, boolean byIndex) throws InvocationException, HttpException
groupIndex - Index of the group.byIndex - if set to true [byindex].InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.WinListViewGroup getwGroup(int itemIndex) throws InvocationException, HttpException
itemIndex - Index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.WinListViewGroup getwGroup(String itemName) throws InvocationException, HttpException
itemName - Name of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.WinListViewGroup getwGroup(int itemIndex, int subitemIndex) throws InvocationException, HttpException
itemIndex - Index of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.WinListViewGroup getwGroup(String itemName, int subitemIndex) throws InvocationException, HttpException
itemName - Name of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.WinListViewGroup getwGroup(int itemIndex, String subitemName) throws InvocationException, HttpException
itemIndex - Index of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.WinListViewGroup getwGroup(String itemName, String subitemName) throws InvocationException, HttpException
itemName - Name of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.BufferedImage getwImage(int itemIndex) throws InvocationException, HttpException
itemIndex - Index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.BufferedImage getwImage(String itemName) throws InvocationException, HttpException
itemName - Name of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.BufferedImage getwImage(int itemIndex, int subitemIndex) throws InvocationException, HttpException
itemIndex - Index of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.BufferedImage getwImage(String itemName, int subitemIndex) throws InvocationException, HttpException
itemName - Name of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.BufferedImage getwImage(int itemIndex, String subitemName) throws InvocationException, HttpException
itemIndex - Index of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.BufferedImage getwImage(String itemName, String subitemName) throws InvocationException, HttpException
itemName - Name of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.BufferedImage getwStateImage(int itemIndex) throws InvocationException, HttpException
itemIndex - Index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.BufferedImage getwStateImage(String itemName) throws InvocationException, HttpException
itemName - Name of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.BufferedImage getwStateImage(int itemIndex, int subitemIndex) throws InvocationException, HttpException
itemIndex - Index of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.BufferedImage getwStateImage(String itemName, int subitemIndex) throws InvocationException, HttpException
itemName - Name of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.BufferedImage getwStateImage(int itemIndex, String subitemName) throws InvocationException, HttpException
itemIndex - Index of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.BufferedImage getwStateImage(String itemName, String subitemName) throws InvocationException, HttpException
itemName - Name of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.int getwLParam(int itemIndex)
throws InvocationException,
HttpException
itemIndex - Index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.int getwLParam(String itemName) throws InvocationException, HttpException
itemName - Name of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.int getwLParam(int itemIndex,
int subitemIndex)
throws InvocationException,
HttpException
itemIndex - Index of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.int getwLParam(String itemName, int subitemIndex) throws InvocationException, HttpException
itemName - Name of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.int getwLParam(int itemIndex,
String subitemName)
throws InvocationException,
HttpException
itemIndex - Index of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.int getwLParam(String itemName, String subitemName) throws InvocationException, HttpException
itemName - Name of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwSelected(int itemIndex)
throws InvocationException,
HttpException
itemIndex - Index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwSelected(String itemName) throws InvocationException, HttpException
itemName - Name of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwSelected(int itemIndex,
int subitemIndex)
throws InvocationException,
HttpException
itemIndex - Index of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwSelected(String itemName, int subitemIndex) throws InvocationException, HttpException
itemName - Name of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwSelected(int itemIndex,
String subitemName)
throws InvocationException,
HttpException
itemIndex - Index of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwSelected(String itemName, String subitemName) throws InvocationException, HttpException
itemName - Name of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwFocused(int itemIndex)
throws InvocationException,
HttpException
itemIndex - Index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwFocused(String itemName) throws InvocationException, HttpException
itemName - Name of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwFocused(int itemIndex,
int subitemIndex)
throws InvocationException,
HttpException
itemIndex - Index of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwFocused(String itemName, int subitemIndex) throws InvocationException, HttpException
itemName - Name of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwFocused(int itemIndex,
String subitemName)
throws InvocationException,
HttpException
itemIndex - Index of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwFocused(String itemName, String subitemName) throws InvocationException, HttpException
itemName - Name of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwCut(int itemIndex)
throws InvocationException,
HttpException
itemIndex - Index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwCut(String itemName) throws InvocationException, HttpException
itemName - Name of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwCut(int itemIndex,
int subitemIndex)
throws InvocationException,
HttpException
itemIndex - Index of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwCut(String itemName, int subitemIndex) throws InvocationException, HttpException
itemName - Name of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwCut(int itemIndex,
String subitemName)
throws InvocationException,
HttpException
itemIndex - Index of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwCut(String itemName, String subitemName) throws InvocationException, HttpException
itemName - Name of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwItemBounds(int itemIndex) throws InvocationException, HttpException
itemIndex - Index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwItemBounds(String itemName) throws InvocationException, HttpException
itemName - Name of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwItemBounds(int itemIndex, int subitemIndex) throws InvocationException, HttpException
itemIndex - Index of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwItemBounds(String itemName, int subitemIndex) throws InvocationException, HttpException
itemName - Name of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwItemBounds(int itemIndex, String subitemName) throws InvocationException, HttpException
itemIndex - Index of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwItemBounds(String itemName, String subitemName) throws InvocationException, HttpException
itemName - Name of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwIconBounds(int itemIndex) throws InvocationException, HttpException
itemIndex - Index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwIconBounds(String itemName) throws InvocationException, HttpException
itemName - Name of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwIconBounds(int itemIndex, int subitemIndex) throws InvocationException, HttpException
itemIndex - Index of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwIconBounds(String itemName, int subitemIndex) throws InvocationException, HttpException
itemName - Name of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwIconBounds(int itemIndex, String subitemName) throws InvocationException, HttpException
itemIndex - Index of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwIconBounds(String itemName, String subitemName) throws InvocationException, HttpException
itemName - Name of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwTextBounds(int itemIndex) throws InvocationException, HttpException
itemIndex - Index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwTextBounds(String itemName) throws InvocationException, HttpException
itemName - Name of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwTextBounds(int itemIndex, int subitemIndex) throws InvocationException, HttpException
itemIndex - Index of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwTextBounds(String itemName, int subitemIndex) throws InvocationException, HttpException
itemName - Name of the item.subitemIndex - Index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwTextBounds(int itemIndex, String subitemName) throws InvocationException, HttpException
itemIndex - Index of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwTextBounds(String itemName, String subitemName) throws InvocationException, HttpException
itemName - Name of the item.subitemName - Name of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwSelectBounds(int intValue) throws InvocationException, HttpException
intValue - The element's index (zero-based).InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Rectangle getwSelectBounds(String stringValue) throws InvocationException, HttpException
stringValue - The element's index (zero-based).InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemXY(String itemName, String subitemName, int x, int y) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.x - The X coordinate of the click.y - The Y coordinate of the click.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemXY(String itemName, int subitemIndex, int x, int y) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.x - The X coordinate of the click.y - The Y coordinate of the click.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemXY(int itemIndex,
String subitemName,
int x,
int y)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.x - The X coordinate of the click.y - The Y coordinate of the click.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemXY(String itemName, String subitemName, int x, int y, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.x - The X coordinate of the click.y - The Y coordinate of the click.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemXY(String itemName, int subitemIndex, int x, int y, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.x - The X coordinate of the click.y - The Y coordinate of the click.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemXY(int itemIndex,
String subitemName,
int x,
int y,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.x - The X coordinate of the click.y - The Y coordinate of the click.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemXY(int itemIndex,
int subitemIndex,
int x,
int y,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.x - The X coordinate of the click.y - The Y coordinate of the click.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemRXY(String itemName, String subitemName, int x, int y) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.x - The X coordinate of the click.y - The Y coordinate of the click.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemRXY(String itemName, int subitemIndex, int x, int y) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.x - The X coordinate of the click.y - The Y coordinate of the click.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemRXY(int itemIndex,
String subitemName,
int x,
int y)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.x - The X coordinate of the click.y - The Y coordinate of the click.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemRXY(int itemIndex,
int subitemIndex,
int x,
int y)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.x - The X coordinate of the click.y - The Y coordinate of the click.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemRXY(String itemName, String subitemName, int x, int y, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.x - The X coordinate of the click.y - The Y coordinate of the click.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemRXY(String itemName, int subitemIndex, int x, int y, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.x - The X coordinate of the click.y - The Y coordinate of the click.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemRXY(int itemIndex,
String subitemName,
int x,
int y,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.x - The X coordinate of the click.y - The Y coordinate of the click.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemRXY(int itemIndex,
int subitemIndex,
int x,
int y,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.x - The X coordinate of the click.y - The Y coordinate of the click.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemRXY(String itemName, String subitemName, int x, int y) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.x - The X coordinate of the click.y - The Y coordinate of the click.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemRXY(String itemName, int subitemIndex, int x, int y) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.x - The X coordinate of the click.y - The Y coordinate of the click.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemRXY(int itemIndex,
String subitemName,
int x,
int y)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.x - The X coordinate of the click.y - The Y coordinate of the click.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemRXY(int itemIndex,
int subitemIndex,
int x,
int y)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.x - The X coordinate of the click.y - The Y coordinate of the click.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemRXY(String itemName, String subitemName, int x, int y, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.x - The X coordinate of the click.y - The Y coordinate of the click.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemRXY(String itemName, int subitemIndex, int x, int y, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.x - The X coordinate of the click.y - The Y coordinate of the click.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemRXY(int itemIndex,
String subitemName,
int x,
int y,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.x - The X coordinate of the click.y - The Y coordinate of the click.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemRXY(int itemIndex,
int subitemIndex,
int x,
int y,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.x - The X coordinate of the click.y - The Y coordinate of the click.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.String selectItem(String itemName) throws InvocationException, HttpException
itemName - The item's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.String selectItem(int itemIndex) throws InvocationException, HttpException
itemIndex - The zero-based index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItem(String itemName) throws InvocationException, HttpException
itemName - The item's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItem(int itemIndex)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItem(String itemName, String subitemName) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItem(String itemName, int subitemIndex) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItem(int itemIndex,
String subitemName)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItem(int itemIndex,
int subitemIndex)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItem(String itemName, String subitemName, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItem(String itemName, int subitemIndex, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItem(int itemIndex,
String subitemName,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItem(int itemIndex,
int subitemIndex,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItem(String itemName) throws InvocationException, HttpException
itemName - The item's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItem(int itemIndex)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItem(String itemName, String subitemName) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItem(String itemName, int subitemIndex) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItem(int itemIndex,
String subitemName)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItem(int itemIndex,
int subitemIndex)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItem(String itemName, String subitemName, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItem(String itemName, int subitemIndex, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItem(int itemIndex,
String subitemName,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItem(int itemIndex,
int subitemIndex,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemR(String itemName) throws InvocationException, HttpException
itemName - The item's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemR(int itemIndex)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemR(String itemName, String subitemName) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemR(String itemName, int subitemIndex) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemR(int itemIndex,
String subitemName)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemR(int itemIndex,
int subitemIndex)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemR(String itemName, String subitemName, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemR(String itemName, int subitemIndex, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemR(int itemIndex,
String subitemName,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemR(int itemIndex,
int subitemIndex,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemR(String itemName) throws InvocationException, HttpException
itemName - The item's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemR(int itemIndex)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemR(String itemName, String subitemName) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemR(String itemName, int subitemIndex) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemR(int itemIndex,
String subitemName)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemR(int itemIndex,
int subitemIndex)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemR(String itemName, String subitemName, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemR(String itemName, int subitemIndex, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemR(int itemIndex,
String subitemName,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemR(int itemIndex,
int subitemIndex,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void checkItem(String itemName, boolean check) throws InvocationException, HttpException
itemName - The item's name.check - Specifies whether the specified item should be checked (true) or unchecked (false).InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void checkItem(int itemIndex,
boolean check)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.check - Specifies whether the specified item should be checked (true) or unchecked (false).InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void focusItem(String itemName) throws InvocationException, HttpException
itemName - The item's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void focusItem(int itemIndex)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void hotTrackSelect(String itemName) throws InvocationException, HttpException
itemName - The item's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void hotTrackSelect(int itemIndex)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void hotTrackSelect(String itemName, String subitemName) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void hotTrackSelect(String itemName, int subitemIndex) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void hotTrackSelect(int itemIndex,
String subitemName)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void hotTrackSelect(int itemIndex,
int subitemIndex)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void hotTrackSelect(String itemName, String subitemName, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void hotTrackSelect(String itemName, int subitemIndex, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void hotTrackSelect(int itemIndex,
String subitemName,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void hotTrackSelect(int itemIndex,
int subitemIndex,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemXY(String itemName, String subitemName, int x, int y) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.x - The X coordinate of the click.y - The Y coordinate of the click.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemXY(String itemName, int subitemIndex, int x, int y) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.x - The X coordinate of the click.y - The Y coordinate of the click.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemXY(int itemIndex,
String subitemName,
int x,
int y)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.x - The X coordinate of the click.y - The Y coordinate of the click.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemXY(int itemIndex,
int subitemIndex,
int x,
int y)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.x - The X coordinate of the click.y - The Y coordinate of the click.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemXY(String itemName, String subitemName, int x, int y, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemName - The subitem's name.x - The X coordinate of the click.y - The Y coordinate of the click.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemXY(String itemName, int subitemIndex, int x, int y, ShiftKey shift) throws InvocationException, HttpException
itemName - The item's name.subitemIndex - The zero-based index of the subitem.x - The X coordinate of the click.y - The Y coordinate of the click.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemXY(int itemIndex,
String subitemName,
int x,
int y,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemName - The subitem's name.x - The X coordinate of the click.y - The Y coordinate of the click.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void clickItemXY(int itemIndex,
int subitemIndex,
int x,
int y,
ShiftKey shift)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.x - The X coordinate of the click.y - The Y coordinate of the click.shift - The ShiftKey that is pressed when a click is performed.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dblClickItemXY(int itemIndex,
int subitemIndex,
int x,
int y)
throws InvocationException,
HttpException
itemIndex - The zero-based index of the item.subitemIndex - The zero-based index of the subitem.x - The X coordinate of the click.y - The Y coordinate of the click.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Copyright © 2020 SmartBear Software. All Rights Reserved.