Package | Description |
---|---|
com.borland.silktest.jtf |
Java Testing Framework (JTF) 核心类。
|
com.borland.silktest.jtf.swt |
此程序包中包含 SWT TechDomain 的类。
|
com.microfocus.silktest.jtf.silverlight |
此程序包中包含 Silverlight TechDomain 的类。
|
com.microfocus.silktest.jtf.swing |
此程序包中包含 AWT/Swing TechDomain 的类。
|
com.microfocus.silktest.jtf.wpf |
此程序包中包含 WPF TechDomain 的类。
|
Modifier and Type | Method and Description |
---|---|
ItemPath |
Tree.getSelectedIndex()
获取 第一个所选项目的索引。
|
ItemPath |
Tree.getSelectedItem()
获取 第一个所选项目的名称。
|
Modifier and Type | Method and Description |
---|---|
List<ItemPath> |
Tree.getItemPaths()
返回树的所有项目为 itempath 的列表。
|
List<ItemPath> |
Tree.getSelectedIndices()
获取 所选项目的索引。
|
List<ItemPath> |
Tree.getSelectedItems()
获取 所选项目的名称。
|
List<ItemPath> |
Tree.getVisibleItemPaths()
获取 树中可见项目的列表(包括所有子级)。
|
Modifier and Type | Method and Description |
---|---|
void |
Tree.check(ItemPath itemPath)
选中复选框。
|
void |
Tree.collapse(ItemPath itemPath)
折叠 treeview 控件中的项目。
|
void |
Tree.doubleSelect(ItemPath itemPath)
双击项目。
|
void |
Tree.doubleSelect(ItemPath itemPath,
ModifierKey modifiers)
双击项目。
|
void |
Tree.expand(ItemPath itemPath)
展开 treeview 控件中的对象。
|
Rect |
Tree.getItemRect(ItemPath itemPath)
返回相对于 treeview 控件的项目的大小和位置。
|
Rect |
Tree.getItemRect(ItemPath itemPath,
boolean getIconRect)
返回相对于 treeview 控件的项目的大小和位置。
|
boolean |
Tree.isExpandable(ItemPath itemPath)
确认是否可以展开指定项目。
|
boolean |
Tree.isExpanded(ItemPath itemPath)
确认是否展开指定项目。
|
void |
Tree.select(ItemPath itemPath)
选择树中的项目。
|
void |
Tree.setSelectedIndex(ItemPath selectedIndex)
设置 第一个所选项目的索引。
|
void |
Tree.setSelectedItem(ItemPath selectedItem)
设置 第一个所选项目的名称。
|
void |
Tree.uncheck(ItemPath itemPath)
取消选中复选框。
|
Modifier and Type | Method and Description |
---|---|
void |
Tree.setSelectedIndices(List<ItemPath> selectedIndices)
设置 所选项目的索引。
|
void |
Tree.setSelectedItems(List<ItemPath> selectedItems)
设置 所选项目的名称。
|
Modifier and Type | Method and Description |
---|---|
void |
SWTTree.extendSelect(ItemPath itemPath)
通过扩展选定内容选择一系列项目。
|
void |
SWTTree.multiSelect(ItemPath itemPath)
添加树中的项目至所选项目的集。
|
void |
SWTTree.multiUnselect(ItemPath itemPath)
从所选项目的集删除树中的项目。
|
Modifier and Type | Method and Description |
---|---|
ItemPath |
SLTreeView.getSelectedItemPath()
获取 所选项目路径,如果未作出任何选择,则为空项目路径。
|
Modifier and Type | Method and Description |
---|---|
List<ItemPath> |
SLTreeView.getVisibleItemPaths()
获取 作为项目路径的树中的可见项目。
|
Modifier and Type | Method and Description |
---|---|
void |
SLTreeView.collapse(ItemPath item)
折叠指定项目。
|
void |
SLTreeView.expand(ItemPath item)
展开指定项目。
|
void |
SLTreeView.select(ItemPath item)
选择指定项目。
|
Modifier and Type | Method and Description |
---|---|
ItemPath |
OracleFormsTree.getSelectedItemPath()
获取 所选项目路径的列表。
|
ItemPath |
JTree.getSelectedItemPath()
获取 所选项目路径。
|
Modifier and Type | Method and Description |
---|---|
List<ItemPath> |
JTree.getSelectedItemPaths()
获取 所选项目路径的列表。
|
List<ItemPath> |
JTree.getVisibleItemPaths()
获取 作为项目路径的树中的可见项目。
|
Modifier and Type | Method and Description |
---|---|
void |
OracleFormsMenu.check(ItemPath item)
选中菜单项目。
|
void |
OracleFormsTree.clickItem(ItemPath item)
单击由项目路径指定的树节点。
|
void |
OracleFormsTree.clickItem(ItemPath item,
int button)
单击由项目路径指定的树节点。
|
void |
OracleFormsTree.clickItem(ItemPath item,
int button,
Point position)
单击由项目路径指定的树节点。
|
void |
OracleFormsTree.clickItem(ItemPath item,
int button,
Point position,
ModifierKey modifiers)
单击由项目路径指定的树节点。
|
void |
JTree.clickNode(ItemPath item)
单击由项目路径指定的树节点。
|
void |
JTree.clickNode(ItemPath item,
int button)
单击由项目路径指定的树节点。
|
void |
JTree.clickNode(ItemPath item,
int button,
Point position)
单击由项目路径指定的树节点。
|
void |
JTree.clickNode(ItemPath item,
int button,
Point position,
ModifierKey modifiers)
单击由项目路径指定的树节点。
|
void |
OracleFormsTree.collapse(ItemPath item)
折叠由指定的项目路径确定的树节点。
|
void |
JTree.collapse(ItemPath item)
折叠由指定的项目路径确定的树节点。
|
void |
OracleFormsTree.doubleClickItem(ItemPath item)
双击由项目路径指定的树节点。
|
void |
OracleFormsTree.doubleClickItem(ItemPath item,
int button)
双击由项目路径指定的树节点。
|
void |
OracleFormsTree.doubleClickItem(ItemPath item,
int button,
Point position)
双击由项目路径指定的树节点。
|
void |
OracleFormsTree.doubleClickItem(ItemPath item,
int button,
Point position,
ModifierKey modifiers)
双击由项目路径指定的树节点。
|
void |
JTree.doubleClickNode(ItemPath item)
双击由项目路径指定的树节点。
|
void |
JTree.doubleClickNode(ItemPath item,
int button)
双击由项目路径指定的树节点。
|
void |
JTree.doubleClickNode(ItemPath item,
int button,
Point position)
双击由项目路径指定的树节点。
|
void |
JTree.doubleClickNode(ItemPath item,
int button,
Point position,
ModifierKey modifiers)
双击由项目路径指定的树节点。
|
void |
OracleFormsTree.expand(ItemPath item)
展开由指定的项目路径确定的树节点。
|
void |
JTree.expand(ItemPath item)
展开由指定的项目路径确定的树节点。
|
Rect |
JTree.getItemRect(ItemPath item)
返回相对于树的项目的大小和位置。
|
boolean |
OracleFormsMenu.isChecked(ItemPath item)
表示 MenuItem 是否选中的值。
|
boolean |
OracleFormsTree.isExpanded(ItemPath item)
如果展开指定的项目路径,则返回“ture”。
|
boolean |
JTree.isExpanded(ItemPath item)
如果展开指定的项目路径,则返回“ture”。
|
boolean |
JTree.isPathEditable(ItemPath item)
项目路径是否可编辑。
|
boolean |
OracleFormsTree.isVisible(ItemPath item)
如果指定的项目路径可见,则返回“true”。
|
void |
OracleFormsTree.scrollItemIntoView(ItemPath item)
滚动指定项目路径至可见位置。
|
void |
JTree.scrollPathIntoView(ItemPath item)
滚动指定项目路径至可见位置。
|
void |
OracleFormsTree.select(ItemPath item)
选择由指定的项目路径确定的树节点。
|
void |
OracleFormsMenu.select(ItemPath item)
选择菜单项目。
|
void |
JTree.select(ItemPath item)
选择由指定的项目路径确定的树节点。
|
void |
JTree.startEditing(ItemPath item)
在指定项目路径或当前选定内容上开始编辑。
|
void |
OracleFormsMenu.uncheck(ItemPath item)
取消选中菜单项目。
|
Modifier and Type | Method and Description |
---|---|
ItemPath |
WPFTreeView.getSelectedItemPath()
获取 所选项目路径,如果未作出任何选择,则为空项目路径。
|
Modifier and Type | Method and Description |
---|---|
List<ItemPath> |
WPFTreeView.getVisibleItemPaths()
获取 作为项目路径的树中的可见项目。
|
Modifier and Type | Method and Description |
---|---|
void |
WPFMenuBase.check(ItemPath item)
选中菜单项目。
|
void |
WPFTreeView.collapse(ItemPath item)
折叠指定项目。
|
void |
WPFTreeView.expand(ItemPath item)
展开指定项目。
|
void |
WPFBase.openContextMenuSelect(ItemPath item)
打开上下文菜单并选择其中的菜单项目。
|
void |
WPFBase.openContextMenuSelect(ItemPath item,
Point pos)
打开上下文菜单并选择其中的菜单项目。
|
void |
WPFTreeView.select(ItemPath item)
选择指定项目。
|
void |
WPFMenuBase.select(ItemPath item)
选择菜单项目。
|
void |
WPFMenuBase.uncheck(ItemPath item)
取消选中菜单项目。
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.