Package | Description |
---|---|
com.borland.silktest.jtf |
Java Testing Framework (JTF) 核心类。
|
com.borland.silktest.jtf.common.types |
此程序包中包含常见的数据类型。
|
com.borland.silktest.jtf.flex |
此程序包中包含 Flex TechDomain 的类。
|
com.borland.silktest.jtf.swt |
此程序包中包含 SWT TechDomain 的类。
|
com.borland.silktest.jtf.xbrowser |
此程序包中包含 xBrowser TechDomain 的类。
|
com.microfocus.silktest.jtf.mobile |
此程序包中包含移动支持的类。
|
com.microfocus.silktest.jtf.rumba |
此程序包中包含 Rumba TechDomain 的类。
|
com.microfocus.silktest.jtf.sap |
此程序包中包含 SAP 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 | Field and Description |
---|---|
static Point |
ClickPosition.Center
点击 UI 对象或图像的中间时可以使用的特殊点
|
Modifier and Type | Method and Description |
---|---|
Point |
Cursor.getPosition()
返回当前光标位置。
|
Modifier and Type | Method and Description |
---|---|
void |
IClickable.click(int button,
Point pos)
单击对象。
|
void |
GuiTestObject.click(int button,
Point pos)
单击对象。
|
void |
Desktop.click(int button,
Point pos) |
void |
IClickable.click(int button,
Point pos,
ModifierKey modifiers)
单击对象。
|
void |
GuiTestObject.click(int button,
Point pos,
ModifierKey modifiers)
单击对象。
|
void |
Desktop.click(int button,
Point pos,
ModifierKey modifiers) |
void |
IClickable.doubleClick(int button,
Point pos)
双击对象上的鼠标按钮。
|
void |
GuiTestObject.doubleClick(int button,
Point pos)
双击对象上的鼠标按钮。
|
void |
Desktop.doubleClick(int button,
Point pos) |
void |
IClickable.doubleClick(int button,
Point pos,
ModifierKey modifiers)
双击对象上的鼠标按钮。
|
void |
GuiTestObject.doubleClick(int button,
Point pos,
ModifierKey modifiers)
双击对象上的鼠标按钮。
|
void |
Desktop.doubleClick(int button,
Point pos,
ModifierKey modifiers) |
void |
AbstractTestObject.imageClick(String imageAsset,
Point position)
点击图像内的某一特定位置。
|
void |
AbstractTestObject.imageClick(String imageAsset,
Point position,
int occurrence)
点击图像的某一特定事件。
|
void |
AbstractTestObject.imageClick(String imageAsset,
Point position,
int occurrence,
ClickType clickType)
在图像上执行某一特定鼠标操作。
|
void |
AbstractTestObject.imageClick(String imageAsset,
Point position,
int occurrence,
ClickType clickType,
ModifierKey modifiers)
按住指定组合键的同时,点击图像。
|
void |
AbstractTestObject.imageClick(String imageAsset,
Point position,
int occurrence,
ClickType clickType,
ModifierKey modifiers,
int timeout)
按住指定组合键的同时,点击图像。
|
void |
AbstractTestObject.imageClickFile(String imageFile,
Point position)
点击图像内的某一特定位置。
|
void |
AbstractTestObject.imageClickFile(String imageFile,
Point position,
int occurrence)
点击图像的特定事件。
|
void |
AbstractTestObject.imageClickFile(String imageFile,
Point position,
int occurrence,
ClickType clickType)
在图像上执行某一特定鼠标操作。
|
void |
AbstractTestObject.imageClickFile(String imageFile,
Point position,
int occurrence,
ClickType clickType,
ModifierKey modifiers)
按住指定的组合键的同时,点击图像。
|
void |
AbstractTestObject.imageClickFile(String imageFile,
Point position,
int occurrence,
ClickType clickType,
ModifierKey modifiers,
int timeout)
按住指定的组合键的同时,点击图像。
|
void |
IClickable.mouseMove(Point pos)
将指针移至对象中的指定位置。
|
void |
GuiTestObject.mouseMove(Point pos)
将指针移至对象中的指定位置。
|
void |
Desktop.mouseMove(Point pos) |
void |
Window.move(Point pos)
移动窗口。
|
void |
IMoveable.move(Point pos)
移动窗口。
|
void |
BaseGuiTestObject.openContextMenu(Point pos)
打开指定位置上的上下文菜单。
|
void |
IClickable.pressMouse(int button,
Point pos)
按住(不松开)对象上的鼠标按钮。
|
void |
GuiTestObject.pressMouse(int button,
Point pos)
按住(不松开)对象上的鼠标按钮。
|
void |
Desktop.pressMouse(int button,
Point pos) |
void |
IClickable.pressMouse(int button,
Point pos,
ModifierKey modifiers)
按住(不松开)对象上的鼠标按钮。
|
void |
GuiTestObject.pressMouse(int button,
Point pos,
ModifierKey modifiers)
按住(不松开)对象上的鼠标按钮。
|
void |
Desktop.pressMouse(int button,
Point pos,
ModifierKey modifiers) |
void |
IClickable.releaseMouse(int button,
Point pos)
松开鼠标按钮。
|
void |
GuiTestObject.releaseMouse(int button,
Point pos)
松开鼠标按钮。
|
void |
Desktop.releaseMouse(int button,
Point pos) |
void |
IClickable.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
松开鼠标按钮。
|
void |
GuiTestObject.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
松开鼠标按钮。
|
void |
Desktop.releaseMouse(int button,
Point pos,
ModifierKey modifiers) |
void |
TestObject.textClick(String text,
int occurrence,
ClickType clickType,
ModifierKey modifiers,
Point position)
单击指定文本的中间。
|
void |
TestObject.textClick(String text,
int occurrence,
ClickType clickType,
ModifierKey modifiers,
Point position,
boolean exactMatch)
单击指定文本的中间。
|
Modifier and Type | Method and Description |
---|---|
Point |
Rect.getCenter()
返回矩形的中心。
|
Modifier and Type | Method and Description |
---|---|
boolean |
Rect.contains(Point point)
检查此矩形是否包含指定的点。
|
Modifier and Type | Method and Description |
---|---|
void |
FlexRepeater.click(int button,
Point pos)
单击对象。
|
void |
FlexDisplayObject.click(int button,
Point pos)
单击对象。
|
void |
FlexRepeater.click(int button,
Point pos,
ModifierKey modifiers)
单击对象。
|
void |
FlexDisplayObject.click(int button,
Point pos,
ModifierKey modifiers)
单击对象。
|
void |
FlexRepeater.doubleClick(int button,
Point pos)
双击对象上的鼠标按钮。
|
void |
FlexDisplayObject.doubleClick(int button,
Point pos)
双击对象上的鼠标按钮。
|
void |
FlexRepeater.doubleClick(int button,
Point pos,
ModifierKey modifiers)
双击对象上的鼠标按钮。
|
void |
FlexDisplayObject.doubleClick(int button,
Point pos,
ModifierKey modifiers)
双击对象上的鼠标按钮。
|
void |
FlexRepeater.mouseMove(Point pos)
将指针移至对象中的指定位置。
|
void |
FlexDisplayObject.mouseMove(Point pos)
将指针移至对象中的指定位置。
|
void |
SparkWindowedApplication.move(Point pos)
移动窗口。
|
void |
SparkWindow.move(Point pos)
移动窗口。
|
void |
FlexWindowedApplication.move(Point pos)
移动窗口。
|
void |
FlexWindow.move(Point pos)
移动窗口。
|
void |
FlexRepeater.pressMouse(int button,
Point pos)
按住(不松开)对象上的鼠标按钮。
|
void |
FlexDisplayObject.pressMouse(int button,
Point pos)
按住(不松开)对象上的鼠标按钮。
|
void |
FlexRepeater.pressMouse(int button,
Point pos,
ModifierKey modifiers)
按住(不松开)对象上的鼠标按钮。
|
void |
FlexDisplayObject.pressMouse(int button,
Point pos,
ModifierKey modifiers)
按住(不松开)对象上的鼠标按钮。
|
void |
FlexRepeater.releaseMouse(int button,
Point pos)
松开鼠标按钮。
|
void |
FlexDisplayObject.releaseMouse(int button,
Point pos)
松开鼠标按钮。
|
void |
FlexRepeater.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
松开鼠标按钮。
|
void |
FlexDisplayObject.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
松开鼠标按钮。
|
Modifier and Type | Method and Description |
---|---|
Point |
ScrolledComposite.getOrigin()
获取 滚动的组件左上角当前显示的内容中的点。
|
Point |
CBanner.getRightMinimumSize()
获取 位于横幅右侧的控件的最小尺寸。
|
Modifier and Type | Method and Description |
---|---|
void |
ScrolledComposite.setOrigin(Point origin)
设置 滚动的组件左上角当前显示的内容中的点。
|
void |
CBanner.setRightMinimumSize(Point rightMinimumSize)
设置 位于横幅右侧的控件的最小尺寸。
|
Modifier and Type | Method and Description |
---|---|
void |
BrowserObject.click(int button,
Point pos)
单击对象。
|
void |
BrowserObject.click(int button,
Point pos,
ModifierKey modifiers)
单击对象。
|
void |
DomElement.domClick(int button,
Point pos)
使用 DOM API 调用单击。
|
void |
DomElement.domDoubleClick(int button,
Point pos)
使用 DOM API 调用单击。
|
void |
DomElement.domDoubleClick(int button,
Point pos,
ModifierKey modifiers)
使用 DOM API 调用单击。
|
void |
DomElement.domMouseMove(Point pos)
使用 DOM API 调用鼠标移动。
|
void |
BrowserObject.doubleClick(int button,
Point pos)
双击对象上的鼠标按钮。
|
void |
BrowserObject.doubleClick(int button,
Point pos,
ModifierKey modifiers)
双击对象上的鼠标按钮。
|
void |
BrowserObject.mouseMove(Point pos)
将指针移至对象中的指定位置。
|
void |
BrowserObject.pressMouse(int button,
Point pos)
按住(不松开)对象上的鼠标按钮。
|
void |
BrowserObject.pressMouse(int button,
Point pos,
ModifierKey modifiers)
按住(不松开)对象上的鼠标按钮。
|
void |
BrowserObject.releaseMouse(int button,
Point pos)
松开鼠标按钮。
|
void |
BrowserObject.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
松开鼠标按钮。
|
Modifier and Type | Method and Description |
---|---|
void |
MobileObject.click(Point position)
单击指定坐标上的设备。
|
void |
MobileDevice.click(Point position)
单击指定坐标上的设备。
|
void |
IMobileClickable.click(Point position)
单击指定坐标上的设备。
|
void |
MobileObject.drag(Point start,
Point end)
在两个指定点间执行拖动操作。
|
void |
MobileDevice.drag(Point start,
Point end)
在两个指定点间执行拖动操作。
|
void |
IMobileGestures.drag(Point start,
Point end)
在两个指定点间执行拖动操作。
|
void |
MobileObject.dragTo(Point destination)
拖动此对象至相对于移动设备的指定点。
|
void |
MobileObject.longClick(Point position)
多次单击指定坐标上的设备。
|
void |
MobileDevice.longClick(Point position)
多次单击指定坐标上的设备。
|
void |
IMobileClickable.longClick(Point position)
多次单击指定坐标上的设备。
|
void |
MobileObject.swipe(Point start,
Point end)
在两个指定点间执行滑动。
|
void |
MobileDevice.swipe(Point start,
Point end)
在两个指定点间执行滑动。
|
void |
IMobileGestures.swipe(Point start,
Point end)
在两个指定点间执行滑动。
|
void |
MobileObject.swipe(Point start,
Point end,
int steps)
在两个指定点间执行滑动。
|
void |
MobileDevice.swipe(Point start,
Point end,
int steps)
在两个指定点间执行滑动。
|
void |
IMobileGestures.swipe(Point start,
Point end,
int steps)
在两个指定点间执行滑动。
|
void |
MobileObject.swipe(Point start,
Point end,
int steps,
int delayBetweenSteps)
在两个指定点间执行滑动。
|
void |
MobileDevice.swipe(Point start,
Point end,
int steps,
int delayBetweenSteps)
在两个指定点间执行滑动。
|
void |
IMobileGestures.swipe(Point start,
Point end,
int steps,
int delayBetweenSteps)
在两个指定点间执行滑动。
|
void |
MobileObject.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2)
使用两个指针执行多点触控操作。
|
void |
MobileDevice.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2)
使用两个指针执行多点触控操作。
|
void |
IMobileGestures.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2)
使用两个指针执行多点触控操作。
|
void |
MobileObject.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2,
int steps)
使用两个指针执行多点触控操作。
|
void |
MobileDevice.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2,
int steps)
使用两个指针执行多点触控操作。
|
void |
IMobileGestures.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2,
int steps)
使用两个指针执行多点触控操作。
|
void |
MobileObject.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2,
int steps,
int delayBetweenSteps)
使用两个指针执行多点触控操作。
|
void |
MobileDevice.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2,
int steps,
int delayBetweenSteps)
使用两个指针执行多点触控操作。
|
void |
IMobileGestures.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2,
int steps,
int delayBetweenSteps)
使用两个指针执行多点触控操作。
|
Modifier and Type | Method and Description |
---|---|
void |
MobileObject.multiTouch(List<List<Point>> pointers)
使用指定指针执行多点触控操作。
|
void |
MobileDevice.multiTouch(List<List<Point>> pointers)
使用指定指针执行多点触控操作。
|
void |
IMobileGestures.multiTouch(List<List<Point>> pointers)
使用指定指针执行多点触控操作。
|
void |
MobileObject.swipeWithSegments(List<Point> segments)
在两点间执行滑动。
|
void |
MobileDevice.swipeWithSegments(List<Point> segments)
在两点间执行滑动。
|
void |
IMobileGestures.swipeWithSegments(List<Point> segments)
在两点间执行滑动。
|
void |
MobileObject.swipeWithSegments(List<Point> segments,
int steps)
在两点间执行滑动。
|
void |
MobileDevice.swipeWithSegments(List<Point> segments,
int steps)
在两点间执行滑动。
|
void |
IMobileGestures.swipeWithSegments(List<Point> segments,
int steps)
在两点间执行滑动。
|
void |
MobileObject.swipeWithSegments(List<Point> segments,
int steps,
int delayBetweenSteps)
在两点间执行滑动。
|
void |
MobileDevice.swipeWithSegments(List<Point> segments,
int steps,
int delayBetweenSteps)
在两点间执行滑动。
|
void |
IMobileGestures.swipeWithSegments(List<Point> segments,
int steps,
int delayBetweenSteps)
在两点间执行滑动。
|
Modifier and Type | Method and Description |
---|---|
void |
RumbaObject.click(int button,
Point pos)
单击对象。
|
void |
RumbaObject.click(int button,
Point pos,
ModifierKey modifiers)
单击对象。
|
void |
RumbaObject.doubleClick(int button,
Point pos)
双击对象上的鼠标按钮。
|
void |
RumbaObject.doubleClick(int button,
Point pos,
ModifierKey modifiers)
双击对象上的鼠标按钮。
|
void |
RumbaObject.mouseMove(Point pos)
将指针移至对象中的指定位置。
|
void |
RumbaObject.pressMouse(int button,
Point pos)
按住(不松开)对象上的鼠标按钮。
|
void |
RumbaObject.pressMouse(int button,
Point pos,
ModifierKey modifiers)
按住(不松开)对象上的鼠标按钮。
|
void |
RumbaObject.releaseMouse(int button,
Point pos)
松开鼠标按钮。
|
void |
RumbaObject.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
松开鼠标按钮。
|
Modifier and Type | Method and Description |
---|---|
void |
SapWindow.move(Point pos)
移动窗口。
|
Modifier and Type | Method and Description |
---|---|
void |
SLBase.click(int button,
Point pos)
单击对象。
|
void |
SLBase.click(int button,
Point pos,
ModifierKey modifiers)
单击对象。
|
void |
SLBase.doubleClick(int button,
Point pos)
双击对象上的鼠标按钮。
|
void |
SLBase.doubleClick(int button,
Point pos,
ModifierKey modifiers)
双击对象上的鼠标按钮。
|
void |
SLBase.mouseMove(Point pos)
将指针移至对象中的指定位置。
|
void |
SLBase.pressMouse(int button,
Point pos)
按住(不松开)对象上的鼠标按钮。
|
void |
SLBase.pressMouse(int button,
Point pos,
ModifierKey modifiers)
按住(不松开)对象上的鼠标按钮。
|
void |
SLBase.releaseMouse(int button,
Point pos)
松开鼠标按钮。
|
void |
SLBase.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
松开鼠标按钮。
|
Modifier and Type | Method and Description |
---|---|
Point |
JScrollPane.getPosition()
获取 可滚动组件的当前滚动位置。
|
Point |
IBaseScrollable.getPosition()
获取 可滚动组件的当前滚动位置。
|
Point |
AWTTextArea.getPosition()
获取 可滚动组件的当前滚动位置。
|
Point |
AWTScrollPane.getPosition()
获取 可滚动组件的当前滚动位置。
|
Modifier and Type | Method and Description |
---|---|
void |
AWTMenuComponent.click(int button,
Point pos)
单击对象。
|
void |
AWTComponent.click(int button,
Point pos)
单击对象。
|
void |
AWTMenuComponent.click(int button,
Point pos,
ModifierKey modifiers)
单击对象。
|
void |
AWTComponent.click(int button,
Point pos,
ModifierKey modifiers)
单击对象。
|
void |
JTable.clickCell(int row,
int columnIndex,
int button,
Point position)
单击表中的指定单元格。
|
void |
JTable.clickCell(int row,
int columnIndex,
int button,
Point position,
ModifierKey modifiers)
单击表中的指定单元格。
|
void |
JTable.clickCell(int row,
ItemIdentifier column,
int button,
Point position)
单击表中的指定单元格。
|
void |
JTable.clickCell(int row,
ItemIdentifier column,
int button,
Point position,
ModifierKey modifiers)
单击表中的指定单元格。
|
void |
JTable.clickCell(int row,
String columnText,
int button,
Point position)
单击表中的指定单元格。
|
void |
JTable.clickCell(int row,
String columnText,
int button,
Point position,
ModifierKey modifiers)
单击表中的指定单元格。
|
void |
JTableHeader.clickColumnHeader(int columnIndex,
int button,
Point position)
单击表的列标题。
|
void |
JTableHeader.clickColumnHeader(int columnIndex,
int button,
Point position,
ModifierKey modifiers)
单击表的列标题。
|
void |
JTableHeader.clickColumnHeader(ItemIdentifier column,
int button,
Point position)
单击表的列标题。
|
void |
JTableHeader.clickColumnHeader(ItemIdentifier column,
int button,
Point position,
ModifierKey modifiers)
单击表的列标题。
|
void |
JTableHeader.clickColumnHeader(String columnText,
int button,
Point position)
单击表的列标题。
|
void |
JTableHeader.clickColumnHeader(String columnText,
int button,
Point position,
ModifierKey modifiers)
单击表的列标题。
|
void |
OracleFormsListBox.clickItem(int itemIndex,
int button,
Point position)
单击指定的列表项目。
|
void |
JList.clickItem(int itemIndex,
int button,
Point position)
单击指定的列表项目。
|
void |
OracleFormsListBox.clickItem(int itemIndex,
int button,
Point position,
ModifierKey modifiers)
单击指定的列表项目。
|
void |
JList.clickItem(int itemIndex,
int button,
Point position,
ModifierKey modifiers)
单击指定的列表项目。
|
void |
OracleFormsListBox.clickItem(ItemIdentifier item,
int button,
Point position)
单击指定的列表项目。
|
void |
JList.clickItem(ItemIdentifier item,
int button,
Point position)
单击指定的列表项目。
|
void |
OracleFormsListBox.clickItem(ItemIdentifier item,
int button,
Point position,
ModifierKey modifiers)
单击指定的列表项目。
|
void |
JList.clickItem(ItemIdentifier item,
int button,
Point position,
ModifierKey modifiers)
单击指定的列表项目。
|
void |
OracleFormsTree.clickItem(ItemPath item,
int button,
Point position)
单击由项目路径指定的树节点。
|
void |
OracleFormsTree.clickItem(ItemPath item,
int button,
Point position,
ModifierKey modifiers)
单击由项目路径指定的树节点。
|
void |
OracleFormsTree.clickItem(String item,
int button,
Point position)
单击由项目路径指定的树节点。
|
void |
OracleFormsListBox.clickItem(String itemText,
int button,
Point position)
单击指定的列表项目。
|
void |
JList.clickItem(String itemText,
int button,
Point position)
单击指定的列表项目。
|
void |
OracleFormsTree.clickItem(String item,
int button,
Point position,
ModifierKey modifiers)
单击由项目路径指定的树节点。
|
void |
OracleFormsListBox.clickItem(String itemText,
int button,
Point position,
ModifierKey modifiers)
单击指定的列表项目。
|
void |
JList.clickItem(String itemText,
int button,
Point position,
ModifierKey modifiers)
单击指定的列表项目。
|
void |
JTree.clickNode(ItemPath item,
int button,
Point position)
单击由项目路径指定的树节点。
|
void |
JTree.clickNode(ItemPath item,
int button,
Point position,
ModifierKey modifiers)
单击由项目路径指定的树节点。
|
void |
JTree.clickNode(String item,
int button,
Point position)
单击由项目路径指定的树节点。
|
void |
JTree.clickNode(String item,
int button,
Point position,
ModifierKey modifiers)
单击由项目路径指定的树节点。
|
void |
AWTMenuComponent.doubleClick(int button,
Point pos)
双击对象上的鼠标按钮。
|
void |
AWTComponent.doubleClick(int button,
Point pos)
双击对象上的鼠标按钮。
|
void |
AWTMenuComponent.doubleClick(int button,
Point pos,
ModifierKey modifiers)
双击对象上的鼠标按钮。
|
void |
AWTComponent.doubleClick(int button,
Point pos,
ModifierKey modifiers)
双击对象上的鼠标按钮。
|
void |
JTable.doubleClickCell(int row,
int columnIndex,
int button,
Point position)
双击表中的指定单元格。
|
void |
JTable.doubleClickCell(int row,
int columnIndex,
int button,
Point position,
ModifierKey modifiers)
双击表中的指定单元格。
|
void |
JTable.doubleClickCell(int row,
ItemIdentifier column,
int button,
Point position)
双击表中的指定单元格。
|
void |
JTable.doubleClickCell(int row,
ItemIdentifier column,
int button,
Point position,
ModifierKey modifiers)
双击表中的指定单元格。
|
void |
JTable.doubleClickCell(int row,
String columnText,
int button,
Point position)
双击表中的指定单元格。
|
void |
JTable.doubleClickCell(int row,
String columnText,
int button,
Point position,
ModifierKey modifiers)
双击表中的指定单元格。
|
void |
OracleFormsListBox.doubleClickItem(int itemIndex,
int button,
Point position)
双击列表项目。
|
void |
JList.doubleClickItem(int itemIndex,
int button,
Point position)
双击列表项目。
|
void |
OracleFormsListBox.doubleClickItem(int itemIndex,
int button,
Point position,
ModifierKey modifiers)
双击列表项目。
|
void |
JList.doubleClickItem(int itemIndex,
int button,
Point position,
ModifierKey modifiers)
双击列表项目。
|
void |
OracleFormsListBox.doubleClickItem(ItemIdentifier item,
int button,
Point position)
双击列表项目。
|
void |
JList.doubleClickItem(ItemIdentifier item,
int button,
Point position)
双击列表项目。
|
void |
OracleFormsListBox.doubleClickItem(ItemIdentifier item,
int button,
Point position,
ModifierKey modifiers)
双击列表项目。
|
void |
JList.doubleClickItem(ItemIdentifier item,
int button,
Point position,
ModifierKey modifiers)
双击列表项目。
|
void |
OracleFormsTree.doubleClickItem(ItemPath item,
int button,
Point position)
双击由项目路径指定的树节点。
|
void |
OracleFormsTree.doubleClickItem(ItemPath item,
int button,
Point position,
ModifierKey modifiers)
双击由项目路径指定的树节点。
|
void |
OracleFormsTree.doubleClickItem(String item,
int button,
Point position)
双击由项目路径指定的树节点。
|
void |
OracleFormsListBox.doubleClickItem(String itemText,
int button,
Point position)
双击列表项目。
|
void |
JList.doubleClickItem(String itemText,
int button,
Point position)
双击列表项目。
|
void |
OracleFormsTree.doubleClickItem(String item,
int button,
Point position,
ModifierKey modifiers)
双击由项目路径指定的树节点。
|
void |
OracleFormsListBox.doubleClickItem(String itemText,
int button,
Point position,
ModifierKey modifiers)
双击列表项目。
|
void |
JList.doubleClickItem(String itemText,
int button,
Point position,
ModifierKey modifiers)
双击列表项目。
|
void |
JTree.doubleClickNode(ItemPath item,
int button,
Point position)
双击由项目路径指定的树节点。
|
void |
JTree.doubleClickNode(ItemPath item,
int button,
Point position,
ModifierKey modifiers)
双击由项目路径指定的树节点。
|
void |
JTree.doubleClickNode(String item,
int button,
Point position)
双击由项目路径指定的树节点。
|
void |
JTree.doubleClickNode(String item,
int button,
Point position,
ModifierKey modifiers)
双击由项目路径指定的树节点。
|
void |
AWTMenuComponent.mouseMove(Point pos)
将指针移至对象中的指定位置。
|
void |
AWTComponent.mouseMove(Point pos)
将指针移至对象中的指定位置。
|
void |
AWTWindow.move(Point pos)
移动窗口。
|
void |
AWTComponent.openContextMenu(Point pos)
打开指定位置上的上下文菜单。
|
void |
AWTMenuComponent.pressMouse(int button,
Point pos)
按住(不松开)对象上的鼠标按钮。
|
void |
AWTComponent.pressMouse(int button,
Point pos)
按住(不松开)对象上的鼠标按钮。
|
void |
AWTMenuComponent.pressMouse(int button,
Point pos,
ModifierKey modifiers)
按住(不松开)对象上的鼠标按钮。
|
void |
AWTComponent.pressMouse(int button,
Point pos,
ModifierKey modifiers)
按住(不松开)对象上的鼠标按钮。
|
void |
AWTMenuComponent.releaseMouse(int button,
Point pos)
松开鼠标按钮。
|
void |
AWTComponent.releaseMouse(int button,
Point pos)
松开鼠标按钮。
|
void |
AWTMenuComponent.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
松开鼠标按钮。
|
void |
AWTComponent.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
松开鼠标按钮。
|
void |
JScrollPane.scrollTo(Point position)
滚动至指定位置。
|
void |
IBaseScrollable.scrollTo(Point position)
滚动至指定位置。
|
void |
AWTTextArea.scrollTo(Point position)
滚动至指定位置。
|
void |
AWTScrollPane.scrollTo(Point position)
滚动至指定位置。
|
Modifier and Type | Method and Description |
---|---|
Point |
WPFFrameworkElement.pointFromScreen(Point point)
将以屏幕坐标表示的点转换为表示视觉对象当前坐标系的点。
|
Point |
WPFFrameworkElement.pointToScreen(Point point)
将表示视觉对象当前坐标系的点转换为以屏幕坐标表示的点。
|
Modifier and Type | Method and Description |
---|---|
void |
WPFBase.click(int button,
Point pos)
单击对象。
|
void |
WPFBase.click(int button,
Point pos,
ModifierKey modifiers)
单击对象。
|
void |
WPFBase.doubleClick(int button,
Point pos)
双击对象上的鼠标按钮。
|
void |
WPFBase.doubleClick(int button,
Point pos,
ModifierKey modifiers)
双击对象上的鼠标按钮。
|
void |
WPFBase.mouseMove(Point pos)
将指针移至对象中的指定位置。
|
void |
WPFWindow.move(Point pos)
移动窗口。
|
void |
WPFBase.openContextMenu(Point pos)
打开指定位置上的上下文菜单。
|
void |
WPFBase.openContextMenuSelect(ItemPath item,
Point pos)
打开上下文菜单并选择其中的菜单项目。
|
void |
WPFBase.openContextMenuSelect(String item,
Point pos)
打开上下文菜单并选择其中的菜单项目。
|
Point |
WPFFrameworkElement.pointFromScreen(Point point)
将以屏幕坐标表示的点转换为表示视觉对象当前坐标系的点。
|
Point |
WPFFrameworkElement.pointToScreen(Point point)
将表示视觉对象当前坐标系的点转换为以屏幕坐标表示的点。
|
void |
WPFBase.pressMouse(int button,
Point pos)
按住(不松开)对象上的鼠标按钮。
|
void |
WPFBase.pressMouse(int button,
Point pos,
ModifierKey modifiers)
按住(不松开)对象上的鼠标按钮。
|
void |
WPFBase.releaseMouse(int button,
Point pos)
松开鼠标按钮。
|
void |
WPFBase.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
松开鼠标按钮。
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.