Package | Description |
---|---|
com.borland.silktest.jtf |
Java Testing Framework (JTF) 核心类。
|
com.microfocus.silktest.jtf.rumba |
此程序包中包含 Rumba TechDomain 的类。
|
Modifier and Type | Method and Description |
---|---|
TextPosition |
TextField.getPosition()
获取 文本字段中脱字号的位置。
|
Modifier and Type | Method and Description |
---|---|
void |
TextField.setPosition(TextPosition position)
设置文本字段中的插入点。
|
Modifier and Type | Method and Description |
---|---|
TextPosition |
RumbaScreen.getCursorPosition()
获取 屏幕上的当前光标位置。
|
TextPosition |
RumbaScreen.getScreenSize()
获取 屏幕尺寸(文本行数或列数)。
|
Modifier and Type | Method and Description |
---|---|
List<RumbaCharacterAttribute> |
RumbaScreen.getCharacterAttributes(TextPosition position,
int length)
获取从指定位置开始的指定长度字符的字符属性。
|
String |
RumbaScreen.getContent(TextPosition fromPosition)
检索从指定文本位置开始的字符串(含不换行屏幕文本)。
|
String |
RumbaScreen.getContent(TextPosition fromPosition,
int length)
检索从指定文本位置开始的字符串(含不换行屏幕文本)。
|
List<String> |
RumbaScreen.getLines(TextPosition fromPosition)
检索屏幕剪裁并返回字符串列表中的所选行。
|
List<String> |
RumbaScreen.getLines(TextPosition fromPosition,
TextPosition toPosition)
检索屏幕剪裁并返回字符串列表中的所选行。
|
void |
RumbaScreen.setCursorPosition(TextPosition position)
移动光标至指定的屏幕位置。
|
void |
RumbaScreen.writeText(String text,
TextPosition position)
在屏幕上写入文本。
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.