Package | Description |
---|---|
com.borland.silktest.jtf |
The core Java Testing Framework (JTF) classes.
|
com.microfocus.silktest.jtf.rumba |
This package contains classes for the Rumba TechDomain.
|
Modifier and Type | Method and Description |
---|---|
TextPosition |
TextField.getPosition()
Gets the position of the caret within the text field.
|
Modifier and Type | Method and Description |
---|---|
void |
TextField.setPosition(TextPosition position)
Sets the insertion point in the text field.
|
Modifier and Type | Method and Description |
---|---|
TextPosition |
RumbaScreen.getCursorPosition()
Gets the current cursor position on the screen.
|
TextPosition |
RumbaScreen.getScreenSize()
Gets the size of the screen in text lines and columns.
|
Modifier and Type | Method and Description |
---|---|
List<RumbaCharacterAttribute> |
RumbaScreen.getCharacterAttributes(TextPosition position,
int length)
Gets the character attributes for length-number of characters starting at the given position.
|
String |
RumbaScreen.getContent(TextPosition fromPosition)
Retrieves a string containing the screen without line breaks starting at the specified text position.
|
String |
RumbaScreen.getContent(TextPosition fromPosition,
int length)
Retrieves a string containing the screen without line breaks starting at the specified text position.
|
List<String> |
RumbaScreen.getLines(TextPosition fromPosition)
Retrieves a clipping of the screen and returns the selected lines in a list of strings.
|
List<String> |
RumbaScreen.getLines(TextPosition fromPosition,
TextPosition toPosition)
Retrieves a clipping of the screen and returns the selected lines in a list of strings.
|
void |
RumbaScreen.setCursorPosition(TextPosition position)
Moves the cursor to the given position of the screen.
|
void |
RumbaScreen.writeText(String text,
TextPosition position)
Writes text on the screen.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.