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.
|
com.microfocus.silktest.jtf.silverlight |
This package contains classes for the Silverlight TechDomain.
|
com.microfocus.silktest.jtf.swing |
This package contains classes for the AWT/Swing TechDomain.
|
com.microfocus.silktest.jtf.wpf |
This package contains classes for the WPF TechDomain.
|
Modifier and Type | Method and Description |
---|---|
ItemPath |
Tree.getSelectedIndex()
Gets the index of the first selected item.
|
ItemPath |
Tree.getSelectedItem()
Gets the name of the first selected item.
|
Modifier and Type | Method and Description |
---|---|
List<ItemPath> |
Tree.getItemPaths()
Returns all items of the tree as a list of itempaths.
|
List<ItemPath> |
Tree.getSelectedIndices()
Gets the indices of the selected item(s).
|
List<ItemPath> |
Tree.getSelectedItems()
Gets the names of the selected item(s).
|
List<ItemPath> |
Tree.getVisibleItemPaths()
Gets a list of visible items in the tree (including all children).
|
Modifier and Type | Method and Description |
---|---|
void |
Tree.check(ItemPath itemPath)
Checks the check box.
|
void |
Tree.collapse(ItemPath itemPath)
Collapses an item in a treeview control.
|
void |
Tree.doubleSelect(ItemPath itemPath)
Double-clicks an item.
|
void |
Tree.doubleSelect(ItemPath itemPath,
ModifierKey modifiers)
Double-clicks an item.
|
void |
Tree.expand(ItemPath itemPath)
Expands an object in a treeview control.
|
Rect |
Tree.getItemRect(ItemPath itemPath)
Returns the size and position of an item relative to the treeview control.
|
Rect |
Tree.getItemRect(ItemPath itemPath,
boolean getIconRect)
Returns the size and position of an item relative to the treeview control.
|
boolean |
Tree.isExpandable(ItemPath itemPath)
Checks if the given item can be expanded.
|
boolean |
Tree.isExpanded(ItemPath itemPath)
Checks if the given item is expanded.
|
void |
Tree.select(ItemPath itemPath)
Selects an item from the tree.
|
void |
Tree.setSelectedIndex(ItemPath selectedIndex)
Sets the index of the first selected item.
|
void |
Tree.setSelectedItem(ItemPath selectedItem)
Sets the name of the first selected item.
|
void |
Tree.uncheck(ItemPath itemPath)
Unchecks the check box.
|
Modifier and Type | Method and Description |
---|---|
void |
Tree.setSelectedIndices(List<ItemPath> selectedIndices)
Sets the indices of the selected item(s).
|
void |
Tree.setSelectedItems(List<ItemPath> selectedItems)
Sets the names of the selected item(s).
|
Modifier and Type | Method and Description |
---|---|
void |
SWTTree.extendSelect(ItemPath itemPath)
Selects a range of items by extending the selection.
|
void |
SWTTree.multiSelect(ItemPath itemPath)
Adds an item from the tree to the set of selected items.
|
void |
SWTTree.multiUnselect(ItemPath itemPath)
Removes an item in the tree from the set of selected items.
|
Modifier and Type | Method and Description |
---|---|
ItemPath |
SLTreeView.getSelectedItemPath()
Gets the selected item path or an empty item path if nothing is selected.
|
Modifier and Type | Method and Description |
---|---|
List<ItemPath> |
SLTreeView.getVisibleItemPaths()
Gets the visible items in the tree as item paths.
|
Modifier and Type | Method and Description |
---|---|
void |
SLTreeView.collapse(ItemPath item)
Collapses the specified item.
|
void |
SLTreeView.expand(ItemPath item)
Expands the specified item.
|
void |
SLTreeView.select(ItemPath item)
Selects the specified item.
|
Modifier and Type | Method and Description |
---|---|
ItemPath |
OracleFormsTree.getSelectedItemPath()
Gets the list of selected item path.
|
ItemPath |
JTree.getSelectedItemPath()
Gets the selected item path.
|
Modifier and Type | Method and Description |
---|---|
List<ItemPath> |
JTree.getSelectedItemPaths()
Gets the list of selected item paths.
|
List<ItemPath> |
JTree.getVisibleItemPaths()
Gets the visible items in the tree as item paths.
|
Modifier and Type | Method and Description |
---|---|
void |
OracleFormsMenu.check(ItemPath item)
Checks a menu item.
|
void |
OracleFormsTree.clickItem(ItemPath item)
Clicks on a tree node specified by the item path.
|
void |
OracleFormsTree.clickItem(ItemPath item,
int button)
Clicks on a tree node specified by the item path.
|
void |
OracleFormsTree.clickItem(ItemPath item,
int button,
Point position)
Clicks on a tree node specified by the item path.
|
void |
OracleFormsTree.clickItem(ItemPath item,
int button,
Point position,
ModifierKey modifiers)
Clicks on a tree node specified by the item path.
|
void |
JTree.clickNode(ItemPath item)
Clicks on a tree node specified by the item path.
|
void |
JTree.clickNode(ItemPath item,
int button)
Clicks on a tree node specified by the item path.
|
void |
JTree.clickNode(ItemPath item,
int button,
Point position)
Clicks on a tree node specified by the item path.
|
void |
JTree.clickNode(ItemPath item,
int button,
Point position,
ModifierKey modifiers)
Clicks on a tree node specified by the item path.
|
void |
OracleFormsTree.collapse(ItemPath item)
Collapses the tree node identified by the specified item path.
|
void |
JTree.collapse(ItemPath item)
Collapses the tree node identified by the specified item path.
|
void |
OracleFormsTree.doubleClickItem(ItemPath item)
Double-clicks on a tree node specified by the item path.
|
void |
OracleFormsTree.doubleClickItem(ItemPath item,
int button)
Double-clicks on a tree node specified by the item path.
|
void |
OracleFormsTree.doubleClickItem(ItemPath item,
int button,
Point position)
Double-clicks on a tree node specified by the item path.
|
void |
OracleFormsTree.doubleClickItem(ItemPath item,
int button,
Point position,
ModifierKey modifiers)
Double-clicks on a tree node specified by the item path.
|
void |
JTree.doubleClickNode(ItemPath item)
Double-clicks on a tree node specified by the item path.
|
void |
JTree.doubleClickNode(ItemPath item,
int button)
Double-clicks on a tree node specified by the item path.
|
void |
JTree.doubleClickNode(ItemPath item,
int button,
Point position)
Double-clicks on a tree node specified by the item path.
|
void |
JTree.doubleClickNode(ItemPath item,
int button,
Point position,
ModifierKey modifiers)
Double-clicks on a tree node specified by the item path.
|
void |
OracleFormsTree.expand(ItemPath item)
Expands the tree node identified by the specified item path.
|
void |
JTree.expand(ItemPath item)
Expands the tree node identified by the specified item path.
|
Rect |
JTree.getItemRect(ItemPath item)
Returns the size and position of the item relative to the tree.
|
boolean |
OracleFormsMenu.isChecked(ItemPath item)
a value that indicates whether the MenuItem is checked.
|
boolean |
OracleFormsTree.isExpanded(ItemPath item)
Returns 'true' if the specified item path is expanded.
|
boolean |
JTree.isExpanded(ItemPath item)
Returns 'true' if the specified item path is expanded.
|
boolean |
JTree.isPathEditable(ItemPath item)
whether an item path is editable.
|
boolean |
OracleFormsTree.isVisible(ItemPath item)
Returns 'true' if the specified item path is visible.
|
void |
OracleFormsTree.scrollItemIntoView(ItemPath item)
Scrolls the given item path to a visible position.
|
void |
JTree.scrollPathIntoView(ItemPath item)
Scrolls the given item path to a visible position.
|
void |
OracleFormsTree.select(ItemPath item)
Selects a tree node identified by the specified item path.
|
void |
OracleFormsMenu.select(ItemPath item)
Selects a menu item.
|
void |
JTree.select(ItemPath item)
Selects a tree node identified by the specified item path.
|
void |
JTree.startEditing(ItemPath item)
Starts editing at given item path or current selection.
|
void |
OracleFormsMenu.uncheck(ItemPath item)
Unchecks a menu item.
|
Modifier and Type | Method and Description |
---|---|
ItemPath |
WPFTreeView.getSelectedItemPath()
Gets the selected item path or an empty item path if nothing is selected.
|
Modifier and Type | Method and Description |
---|---|
List<ItemPath> |
WPFTreeView.getVisibleItemPaths()
Gets the visible items in the tree as item paths.
|
Modifier and Type | Method and Description |
---|---|
void |
WPFMenuBase.check(ItemPath item)
Checks a menu item.
|
void |
WPFTreeView.collapse(ItemPath item)
Collapses the specified item.
|
void |
WPFTreeView.expand(ItemPath item)
Expands the specified item.
|
void |
WPFBase.openContextMenuSelect(ItemPath item)
Opens a context menu and selects a menu item from the context menu.
|
void |
WPFBase.openContextMenuSelect(ItemPath item,
Point pos)
Opens a context menu and selects a menu item from the context menu.
|
void |
WPFTreeView.select(ItemPath item)
Selects the specified item.
|
void |
WPFMenuBase.select(ItemPath item)
Selects a menu item.
|
void |
WPFMenuBase.uncheck(ItemPath item)
Unchecks a menu item.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.