Package | Description |
---|---|
com.borland.silktest.jtf |
The core Java Testing Framework (JTF) classes.
|
com.borland.silktest.jtf.swt |
This package contains classes for the SWT TechDomain.
|
Modifier and Type | Method and Description |
---|---|
Tree |
Tree.getItems()
Deprecated.
Since Silk Test 2011 use the
ItemPaths property instead for retrieving all items of a tree. |
Tree |
Tree.getVisibleItems()
Deprecated.
Since Silk Test 2011 use the
VisibleItemPaths property instead for retrieving all visible items of a tree. |
Modifier and Type | Method and Description |
---|---|
Tree |
SWTTree.getItemsOfColumn()
Retrieve items of the specified column from Tree.
|
Tree |
SWTTree.getItemsOfColumn(boolean allItems)
Retrieve items of the specified column from Tree.
|
Tree |
SWTTree.getItemsOfColumn(boolean allItems,
int column)
Retrieve items of the specified column from Tree.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.