public interface TreeView extends Control
Modifier and Type | Method and Description |
---|---|
void |
clickItem(String itemPath)
Moves the mouse cursor to the specified item and then simulates a single click.
|
void |
clickItem(String itemPath,
ShiftKey shift)
Moves the mouse cursor to the specified item and then simulates a single click with the Shift key pressed.
|
void |
clickItemM(String itemPath)
Moves the mouse cursor to the specified item and then simulates a middle click.
|
void |
clickItemM(String itemPath,
ShiftKey shift)
Moves the mouse cursor to the specified item and then simulates a middle click.
|
void |
clickItemMXY(String itemPath,
int x,
int y)
Simulates a click of the middle mouse button on the item at (X,Y).
|
void |
clickItemMXY(String itemPath,
int x,
int y,
ShiftKey shift)
Simulates a click of the middle mouse button on the item at (X,Y).
|
void |
clickItemR(String itemPath)
Moves the mouse cursor to the specified item and then simulates a right click.
|
void |
clickItemR(String itemPath,
ShiftKey shift)
Moves the mouse cursor to the specified item and then simulates a right click.
|
void |
clickItemRXY(String itemPath,
int x,
int y)
Simulates a right click on the item at (X,Y).
|
void |
clickItemRXY(String itemPath,
int x,
int y,
ShiftKey shift)
Simulates a right click on the item at (X,Y).
|
void |
clickItemXY(String itemPath,
int x,
int y)
Simulates a click on the item.
|
void |
clickItemXY(String itemPath,
int x,
int y,
ShiftKey shift)
Simulates a click on the item with the Shift key pressed.
|
void |
collapseItem(String itemPath)
Collapses the specified tree view item.
|
void |
dblClickItem(String itemPath)
Moves the mouse cursor to the specified item and then simulates a double-click.
|
void |
dblClickItem(String itemPath,
ShiftKey shift)
Moves the mouse cursor to the specified item and then simulates a double-click with the Shift key pressed.
|
void |
dblClickItemM(String itemPath)
Moves the mouse cursor to the specified item and then simulates a double-click of the middle mouse button over that item.
|
void |
dblClickItemM(String itemPath,
ShiftKey shift)
Moves the mouse cursor to the specified item and then simulates a double-click of the middle mouse button over that item.
|
void |
dblClickItemMXY(String itemPath,
int x,
int y)
Simulates a double click of the middle mouse button on the item at (X,Y).
|
void |
dblClickItemMXY(String itemPath,
int x,
int y,
ShiftKey shift)
Simulates a double click of the middle mouse button on the item at (X,Y).
|
void |
dblClickItemR(String itemPath)
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over that item.
|
void |
dblClickItemR(String itemPath,
ShiftKey shift)
Moves the mouse cursor to the specified item and then simulates a double-click of the right mouse button over that item.
|
void |
dblClickItemRXY(String itemPath,
int x,
int y)
Simulates a double-click of the right mouse button on the item at (X,Y).
|
void |
dblClickItemRXY(String itemPath,
int x,
int y,
ShiftKey shift)
Simulates a double-click of the right mouse button on the item at (X,Y).
|
void |
dblClickItemXY(String itemPath,
int x,
int y)
Simulates a double-click on the item.
|
void |
dblClickItemXY(String itemPath,
int x,
int y,
ShiftKey shift)
Simulates a double-click on the item with the Shift key pressed.
|
void |
expandItem(String itemPath)
Expands the specified tree view item.
|
ItemCollection<TreeViewItem> |
getwItems()
Returns a collection of items.
|
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, windowToScreen
find, find, find, findAll, findAll, getChildren, getParent, tryFind, tryFind, tryFind, waitProperty, waitProperty
picture, picture, picture
callMethod, callMethod, cast, getProperty, setProperty, toString
ItemCollection<TreeViewItem> getwItems() throws InvocationException, HttpException
InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void clickItem(String itemPath) throws InvocationException, HttpException
itemPath
- The item path.InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void clickItem(String itemPath, ShiftKey shift) throws InvocationException, HttpException
itemPath
- The item path.shift
- The button 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 itemPath) throws InvocationException, HttpException
itemPath
- The item path.InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void dblClickItem(String itemPath, ShiftKey shift) throws InvocationException, HttpException
itemPath
- The item path.shift
- The button 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 itemPath, int x, int y) throws InvocationException, HttpException
itemPath
- The item path.x
- The X coordinate of the clicky
- The Y coordinate of the clickInvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void clickItemXY(String itemPath, int x, int y, ShiftKey shift) throws InvocationException, HttpException
itemPath
- The item path.x
- The X coordinate of the clicky
- The Y coordinate of the clickshift
- The button 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 itemPath, int x, int y) throws InvocationException, HttpException
itemPath
- The item path.x
- The X coordinate of the clicky
- The Y coordinate of the clickInvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void dblClickItemXY(String itemPath, int x, int y, ShiftKey shift) throws InvocationException, HttpException
itemPath
- The item path.x
- The X coordinate of the clicky
- The Y coordinate of the clickshift
- The button 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 expandItem(String itemPath) throws InvocationException, HttpException
itemPath
- The item path.InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void collapseItem(String itemPath) throws InvocationException, HttpException
itemPath
- The item path.InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void clickItemR(String itemPath) throws InvocationException, HttpException
itemPath
- The item path.InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void clickItemR(String itemPath, ShiftKey shift) throws InvocationException, HttpException
itemPath
- The item path.shift
- The button 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 itemPath) throws InvocationException, HttpException
itemPath
- The item path.InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void dblClickItemR(String itemPath, ShiftKey shift) throws InvocationException, HttpException
itemPath
- The item path.shift
- The button 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 clickItemM(String itemPath) throws InvocationException, HttpException
itemPath
- The item path.InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void clickItemM(String itemPath, ShiftKey shift) throws InvocationException, HttpException
itemPath
- The item path.shift
- The button 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 dblClickItemM(String itemPath) throws InvocationException, HttpException
itemPath
- The item path.InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void dblClickItemM(String itemPath, ShiftKey shift) throws InvocationException, HttpException
itemPath
- The item path.shift
- The button 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 itemPath, int x, int y) throws InvocationException, HttpException
itemPath
- The item path.x
- The X coordinate of the clicky
- The Y coordinate of the clickInvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void clickItemRXY(String itemPath, int x, int y, ShiftKey shift) throws InvocationException, HttpException
itemPath
- The item path.x
- The X coordinate of the clicky
- The Y coordinate of the clickshift
- The button 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 itemPath, int x, int y) throws InvocationException, HttpException
itemPath
- The item path.x
- The X coordinate of the clicky
- The Y coordinate of the clickInvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void dblClickItemRXY(String itemPath, int x, int y, ShiftKey shift) throws InvocationException, HttpException
itemPath
- The item path.x
- The X coordinate of the clicky
- The Y coordinate of the clickshift
- The button 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 clickItemMXY(String itemPath, int x, int y) throws InvocationException, HttpException
itemPath
- The item path.x
- The X coordinate of the clicky
- The Y coordinate of the clickInvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void clickItemMXY(String itemPath, int x, int y, ShiftKey shift) throws InvocationException, HttpException
itemPath
- The item path.x
- The X coordinate of the clicky
- The Y coordinate of the clickshift
- The button 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 dblClickItemMXY(String itemPath, int x, int y) throws InvocationException, HttpException
itemPath
- The item path.x
- The X coordinate of the clicky
- The Y coordinate of the clickInvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void dblClickItemMXY(String itemPath, int x, int y, ShiftKey shift) throws InvocationException, HttpException
itemPath
- The item path.x
- The X coordinate of the clicky
- The Y coordinate of the clickshift
- The button that is pressed when a click is performed.InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.Copyright © 2020 SmartBear Software. All Rights Reserved.