Package | Description |
---|---|
com.borland.silktest.jtf |
The core Java Testing Framework (JTF) classes.
|
com.borland.silktest.jtf.common.types |
This package contains common data types.
|
com.borland.silktest.jtf.flex |
This package contains classes for the Flex TechDomain.
|
com.borland.silktest.jtf.swt |
This package contains classes for the SWT TechDomain.
|
com.borland.silktest.jtf.xbrowser |
This package contains classes for the xBrowser TechDomain.
|
com.microfocus.silktest.jtf.mobile |
This package contains classes for the mobile support.
|
com.microfocus.silktest.jtf.rumba |
This package contains classes for the Rumba TechDomain.
|
com.microfocus.silktest.jtf.sap |
This package contains classes for the SAP 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 | Field and Description |
---|---|
static Point |
ClickPosition.Center
Special point that can be used in click operations to click in the middle of an UI object or image.
|
Modifier and Type | Method and Description |
---|---|
Point |
Cursor.getPosition()
Returns the position of the current cursor.
|
Modifier and Type | Method and Description |
---|---|
void |
IClickable.click(int button,
Point pos)
Clicks on the object.
|
void |
GuiTestObject.click(int button,
Point pos)
Clicks on the object.
|
void |
Desktop.click(int button,
Point pos) |
void |
IClickable.click(int button,
Point pos,
ModifierKey modifiers)
Clicks on the object.
|
void |
GuiTestObject.click(int button,
Point pos,
ModifierKey modifiers)
Clicks on the object.
|
void |
Desktop.click(int button,
Point pos,
ModifierKey modifiers) |
void |
IClickable.doubleClick(int button,
Point pos)
Double-clicks a mouse button on the object.
|
void |
GuiTestObject.doubleClick(int button,
Point pos)
Double-clicks a mouse button on the object.
|
void |
Desktop.doubleClick(int button,
Point pos) |
void |
IClickable.doubleClick(int button,
Point pos,
ModifierKey modifiers)
Double-clicks a mouse button on the object.
|
void |
GuiTestObject.doubleClick(int button,
Point pos,
ModifierKey modifiers)
Double-clicks a mouse button on the object.
|
void |
Desktop.doubleClick(int button,
Point pos,
ModifierKey modifiers) |
void |
AbstractTestObject.imageClick(String imageAsset,
Point position)
Clicks on a specific position within an image.
|
void |
AbstractTestObject.imageClick(String imageAsset,
Point position,
int occurrence)
Clicks on a specific occurrence of an image.
|
void |
AbstractTestObject.imageClick(String imageAsset,
Point position,
int occurrence,
ClickType clickType)
Executes a specific mouse action on an image.
|
void |
AbstractTestObject.imageClick(String imageAsset,
Point position,
int occurrence,
ClickType clickType,
ModifierKey modifiers)
Clicks on an image while pressing the specified key modifiers.
|
void |
AbstractTestObject.imageClick(String imageAsset,
Point position,
int occurrence,
ClickType clickType,
ModifierKey modifiers,
int timeout)
Clicks on an image while pressing the specified key modifiers.
|
void |
AbstractTestObject.imageClickFile(String imageFile,
Point position)
Clicks on a specific position within an image.
|
void |
AbstractTestObject.imageClickFile(String imageFile,
Point position,
int occurrence)
Clicks on a specific occurrence of an image.
|
void |
AbstractTestObject.imageClickFile(String imageFile,
Point position,
int occurrence,
ClickType clickType)
Executes a specific mouse action on an image.
|
void |
AbstractTestObject.imageClickFile(String imageFile,
Point position,
int occurrence,
ClickType clickType,
ModifierKey modifiers)
Clicks on an image while pressing the specified key modifiers.
|
void |
AbstractTestObject.imageClickFile(String imageFile,
Point position,
int occurrence,
ClickType clickType,
ModifierKey modifiers,
int timeout)
Clicks on an image while pressing the specified key modifiers.
|
void |
IClickable.mouseMove(Point pos)
Moves the pointer to the specified location in the object.
|
void |
GuiTestObject.mouseMove(Point pos)
Moves the pointer to the specified location in the object.
|
void |
Desktop.mouseMove(Point pos) |
void |
Window.move(Point pos)
Moves the window.
|
void |
IMoveable.move(Point pos)
Moves the window.
|
void |
BaseGuiTestObject.openContextMenu(Point pos)
Opens a context menu at the specified position.
|
void |
IClickable.pressMouse(int button,
Point pos)
Presses (but does not release) a mouse button in the object.
|
void |
GuiTestObject.pressMouse(int button,
Point pos)
Presses (but does not release) a mouse button in the object.
|
void |
Desktop.pressMouse(int button,
Point pos) |
void |
IClickable.pressMouse(int button,
Point pos,
ModifierKey modifiers)
Presses (but does not release) a mouse button in the object.
|
void |
GuiTestObject.pressMouse(int button,
Point pos,
ModifierKey modifiers)
Presses (but does not release) a mouse button in the object.
|
void |
Desktop.pressMouse(int button,
Point pos,
ModifierKey modifiers) |
void |
IClickable.releaseMouse(int button,
Point pos)
Releases a mouse button.
|
void |
GuiTestObject.releaseMouse(int button,
Point pos)
Releases a mouse button.
|
void |
Desktop.releaseMouse(int button,
Point pos) |
void |
IClickable.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
Releases a mouse button.
|
void |
GuiTestObject.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
Releases a mouse button.
|
void |
Desktop.releaseMouse(int button,
Point pos,
ModifierKey modifiers) |
void |
TestObject.textClick(String text,
int occurrence,
ClickType clickType,
ModifierKey modifiers,
Point position)
Clicks in the center of the specified text.
|
void |
TestObject.textClick(String text,
int occurrence,
ClickType clickType,
ModifierKey modifiers,
Point position,
boolean exactMatch)
Clicks in the center of the specified text.
|
Modifier and Type | Method and Description |
---|---|
Point |
Rect.getCenter()
Returns the center of the rectangle.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Rect.contains(Point point)
Checks whether or not this rectangle contains the specified point.
|
Modifier and Type | Method and Description |
---|---|
void |
FlexRepeater.click(int button,
Point pos)
Clicks on the object.
|
void |
FlexDisplayObject.click(int button,
Point pos)
Clicks on the object.
|
void |
FlexRepeater.click(int button,
Point pos,
ModifierKey modifiers)
Clicks on the object.
|
void |
FlexDisplayObject.click(int button,
Point pos,
ModifierKey modifiers)
Clicks on the object.
|
void |
FlexRepeater.doubleClick(int button,
Point pos)
Double-clicks a mouse button on the object.
|
void |
FlexDisplayObject.doubleClick(int button,
Point pos)
Double-clicks a mouse button on the object.
|
void |
FlexRepeater.doubleClick(int button,
Point pos,
ModifierKey modifiers)
Double-clicks a mouse button on the object.
|
void |
FlexDisplayObject.doubleClick(int button,
Point pos,
ModifierKey modifiers)
Double-clicks a mouse button on the object.
|
void |
FlexRepeater.mouseMove(Point pos)
Moves the pointer to the specified location in the object.
|
void |
FlexDisplayObject.mouseMove(Point pos)
Moves the pointer to the specified location in the object.
|
void |
SparkWindowedApplication.move(Point pos)
Moves the window.
|
void |
SparkWindow.move(Point pos)
Moves the window.
|
void |
FlexWindowedApplication.move(Point pos)
Moves the window.
|
void |
FlexWindow.move(Point pos)
Moves the window.
|
void |
FlexRepeater.pressMouse(int button,
Point pos)
Presses (but does not release) a mouse button in the object.
|
void |
FlexDisplayObject.pressMouse(int button,
Point pos)
Presses (but does not release) a mouse button in the object.
|
void |
FlexRepeater.pressMouse(int button,
Point pos,
ModifierKey modifiers)
Presses (but does not release) a mouse button in the object.
|
void |
FlexDisplayObject.pressMouse(int button,
Point pos,
ModifierKey modifiers)
Presses (but does not release) a mouse button in the object.
|
void |
FlexRepeater.releaseMouse(int button,
Point pos)
Releases a mouse button.
|
void |
FlexDisplayObject.releaseMouse(int button,
Point pos)
Releases a mouse button.
|
void |
FlexRepeater.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
Releases a mouse button.
|
void |
FlexDisplayObject.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
Releases a mouse button.
|
Modifier and Type | Method and Description |
---|---|
Point |
ScrolledComposite.getOrigin()
Gets the point in the content that currently appears in the top left corner of the scrolled composite.
|
Point |
CBanner.getRightMinimumSize()
Gets the minimum size of the control located on the right side of the banner.
|
Modifier and Type | Method and Description |
---|---|
void |
ScrolledComposite.setOrigin(Point origin)
Sets the point in the content that currently appears in the top left corner of the scrolled composite.
|
void |
CBanner.setRightMinimumSize(Point rightMinimumSize)
Sets the minimum size of the control located on the right side of the banner.
|
Modifier and Type | Method and Description |
---|---|
void |
BrowserObject.click(int button,
Point pos)
Clicks on the object.
|
void |
BrowserObject.click(int button,
Point pos,
ModifierKey modifiers)
Clicks on the object.
|
void |
DomElement.domClick(int button,
Point pos)
Invokes a click using the DOM API.
|
void |
DomElement.domDoubleClick(int button,
Point pos)
Invokes a double click using the DOM API.
|
void |
DomElement.domDoubleClick(int button,
Point pos,
ModifierKey modifiers)
Invokes a double click using the DOM API.
|
void |
DomElement.domMouseMove(Point pos)
Invokes a mouse move using the DOM API.
|
void |
BrowserObject.doubleClick(int button,
Point pos)
Double-clicks a mouse button on the object.
|
void |
BrowserObject.doubleClick(int button,
Point pos,
ModifierKey modifiers)
Double-clicks a mouse button on the object.
|
void |
BrowserObject.mouseMove(Point pos)
Moves the pointer to the specified location in the object.
|
void |
BrowserObject.pressMouse(int button,
Point pos)
Presses (but does not release) a mouse button in the object.
|
void |
BrowserObject.pressMouse(int button,
Point pos,
ModifierKey modifiers)
Presses (but does not release) a mouse button in the object.
|
void |
BrowserObject.releaseMouse(int button,
Point pos)
Releases a mouse button.
|
void |
BrowserObject.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
Releases a mouse button.
|
Modifier and Type | Method and Description |
---|---|
void |
MobileObject.click(Point position)
Clicks on the device at the specified coordinates.
|
void |
MobileDevice.click(Point position)
Clicks on the device at the specified coordinates.
|
void |
IMobileClickable.click(Point position)
Clicks on the device at the specified coordinates.
|
void |
MobileObject.drag(Point start,
Point end)
Performs a drag operation between the two specified points.
|
void |
MobileDevice.drag(Point start,
Point end)
Performs a drag operation between the two specified points.
|
void |
IMobileGestures.drag(Point start,
Point end)
Performs a drag operation between the two specified points.
|
void |
MobileObject.dragTo(Point destination)
Drags this object to the specified point relative to the mobile device.
|
void |
MobileObject.longClick(Point position)
LongClicks on the device at the specified coordinates.
|
void |
MobileDevice.longClick(Point position)
LongClicks on the device at the specified coordinates.
|
void |
IMobileClickable.longClick(Point position)
LongClicks on the device at the specified coordinates.
|
void |
MobileObject.swipe(Point start,
Point end)
Performs a swipe between the two specified points.
|
void |
MobileDevice.swipe(Point start,
Point end)
Performs a swipe between the two specified points.
|
void |
IMobileGestures.swipe(Point start,
Point end)
Performs a swipe between the two specified points.
|
void |
MobileObject.swipe(Point start,
Point end,
int steps)
Performs a swipe between the two specified points.
|
void |
MobileDevice.swipe(Point start,
Point end,
int steps)
Performs a swipe between the two specified points.
|
void |
IMobileGestures.swipe(Point start,
Point end,
int steps)
Performs a swipe between the two specified points.
|
void |
MobileObject.swipe(Point start,
Point end,
int steps,
int delayBetweenSteps)
Performs a swipe between the two specified points.
|
void |
MobileDevice.swipe(Point start,
Point end,
int steps,
int delayBetweenSteps)
Performs a swipe between the two specified points.
|
void |
IMobileGestures.swipe(Point start,
Point end,
int steps,
int delayBetweenSteps)
Performs a swipe between the two specified points.
|
void |
MobileObject.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2)
Performs a multi-touch operation with two pointers.
|
void |
MobileDevice.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2)
Performs a multi-touch operation with two pointers.
|
void |
IMobileGestures.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2)
Performs a multi-touch operation with two pointers.
|
void |
MobileObject.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2,
int steps)
Performs a multi-touch operation with two pointers.
|
void |
MobileDevice.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2,
int steps)
Performs a multi-touch operation with two pointers.
|
void |
IMobileGestures.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2,
int steps)
Performs a multi-touch operation with two pointers.
|
void |
MobileObject.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2,
int steps,
int delayBetweenSteps)
Performs a multi-touch operation with two pointers.
|
void |
MobileDevice.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2,
int steps,
int delayBetweenSteps)
Performs a multi-touch operation with two pointers.
|
void |
IMobileGestures.twoPointerMultiTouch(Point startPointer1,
Point endPointer1,
Point startPointer2,
Point endPointer2,
int steps,
int delayBetweenSteps)
Performs a multi-touch operation with two pointers.
|
Modifier and Type | Method and Description |
---|---|
void |
MobileObject.multiTouch(List<List<Point>> pointers)
Performs a multi-touch operation with the given pointers.
|
void |
MobileDevice.multiTouch(List<List<Point>> pointers)
Performs a multi-touch operation with the given pointers.
|
void |
IMobileGestures.multiTouch(List<List<Point>> pointers)
Performs a multi-touch operation with the given pointers.
|
void |
MobileObject.swipeWithSegments(List<Point> segments)
Performs a swipe between the specified points.
|
void |
MobileDevice.swipeWithSegments(List<Point> segments)
Performs a swipe between the specified points.
|
void |
IMobileGestures.swipeWithSegments(List<Point> segments)
Performs a swipe between the specified points.
|
void |
MobileObject.swipeWithSegments(List<Point> segments,
int steps)
Performs a swipe between the specified points.
|
void |
MobileDevice.swipeWithSegments(List<Point> segments,
int steps)
Performs a swipe between the specified points.
|
void |
IMobileGestures.swipeWithSegments(List<Point> segments,
int steps)
Performs a swipe between the specified points.
|
void |
MobileObject.swipeWithSegments(List<Point> segments,
int steps,
int delayBetweenSteps)
Performs a swipe between the specified points.
|
void |
MobileDevice.swipeWithSegments(List<Point> segments,
int steps,
int delayBetweenSteps)
Performs a swipe between the specified points.
|
void |
IMobileGestures.swipeWithSegments(List<Point> segments,
int steps,
int delayBetweenSteps)
Performs a swipe between the specified points.
|
Modifier and Type | Method and Description |
---|---|
void |
RumbaObject.click(int button,
Point pos)
Clicks on the object.
|
void |
RumbaObject.click(int button,
Point pos,
ModifierKey modifiers)
Clicks on the object.
|
void |
RumbaObject.doubleClick(int button,
Point pos)
Double-clicks a mouse button on the object.
|
void |
RumbaObject.doubleClick(int button,
Point pos,
ModifierKey modifiers)
Double-clicks a mouse button on the object.
|
void |
RumbaObject.mouseMove(Point pos)
Moves the pointer to the specified location in the object.
|
void |
RumbaObject.pressMouse(int button,
Point pos)
Presses (but does not release) a mouse button in the object.
|
void |
RumbaObject.pressMouse(int button,
Point pos,
ModifierKey modifiers)
Presses (but does not release) a mouse button in the object.
|
void |
RumbaObject.releaseMouse(int button,
Point pos)
Releases a mouse button.
|
void |
RumbaObject.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
Releases a mouse button.
|
Modifier and Type | Method and Description |
---|---|
void |
SapWindow.move(Point pos)
Moves the window.
|
Modifier and Type | Method and Description |
---|---|
void |
SLBase.click(int button,
Point pos)
Clicks on the object.
|
void |
SLBase.click(int button,
Point pos,
ModifierKey modifiers)
Clicks on the object.
|
void |
SLBase.doubleClick(int button,
Point pos)
Double-clicks a mouse button on the object.
|
void |
SLBase.doubleClick(int button,
Point pos,
ModifierKey modifiers)
Double-clicks a mouse button on the object.
|
void |
SLBase.mouseMove(Point pos)
Moves the pointer to the specified location in the object.
|
void |
SLBase.pressMouse(int button,
Point pos)
Presses (but does not release) a mouse button in the object.
|
void |
SLBase.pressMouse(int button,
Point pos,
ModifierKey modifiers)
Presses (but does not release) a mouse button in the object.
|
void |
SLBase.releaseMouse(int button,
Point pos)
Releases a mouse button.
|
void |
SLBase.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
Releases a mouse button.
|
Modifier and Type | Method and Description |
---|---|
Point |
JScrollPane.getPosition()
Gets the current scroll position of the scrollable component.
|
Point |
IBaseScrollable.getPosition()
Gets the current scroll position of the scrollable component.
|
Point |
AWTTextArea.getPosition()
Gets the current scroll position of the scrollable component.
|
Point |
AWTScrollPane.getPosition()
Gets the current scroll position of the scrollable component.
|
Modifier and Type | Method and Description |
---|---|
void |
AWTMenuComponent.click(int button,
Point pos)
Clicks on the object.
|
void |
AWTComponent.click(int button,
Point pos)
Clicks on the object.
|
void |
AWTMenuComponent.click(int button,
Point pos,
ModifierKey modifiers)
Clicks on the object.
|
void |
AWTComponent.click(int button,
Point pos,
ModifierKey modifiers)
Clicks on the object.
|
void |
JTable.clickCell(int row,
int columnIndex,
int button,
Point position)
Clicks the specified cell in the table.
|
void |
JTable.clickCell(int row,
int columnIndex,
int button,
Point position,
ModifierKey modifiers)
Clicks the specified cell in the table.
|
void |
JTable.clickCell(int row,
ItemIdentifier column,
int button,
Point position)
Clicks the specified cell in the table.
|
void |
JTable.clickCell(int row,
ItemIdentifier column,
int button,
Point position,
ModifierKey modifiers)
Clicks the specified cell in the table.
|
void |
JTable.clickCell(int row,
String columnText,
int button,
Point position)
Clicks the specified cell in the table.
|
void |
JTable.clickCell(int row,
String columnText,
int button,
Point position,
ModifierKey modifiers)
Clicks the specified cell in the table.
|
void |
JTableHeader.clickColumnHeader(int columnIndex,
int button,
Point position)
Clicks the column header of the table.
|
void |
JTableHeader.clickColumnHeader(int columnIndex,
int button,
Point position,
ModifierKey modifiers)
Clicks the column header of the table.
|
void |
JTableHeader.clickColumnHeader(ItemIdentifier column,
int button,
Point position)
Clicks the column header of the table.
|
void |
JTableHeader.clickColumnHeader(ItemIdentifier column,
int button,
Point position,
ModifierKey modifiers)
Clicks the column header of the table.
|
void |
JTableHeader.clickColumnHeader(String columnText,
int button,
Point position)
Clicks the column header of the table.
|
void |
JTableHeader.clickColumnHeader(String columnText,
int button,
Point position,
ModifierKey modifiers)
Clicks the column header of the table.
|
void |
OracleFormsListBox.clickItem(int itemIndex,
int button,
Point position)
Clicks the specified list item.
|
void |
JList.clickItem(int itemIndex,
int button,
Point position)
Clicks the specified list item.
|
void |
OracleFormsListBox.clickItem(int itemIndex,
int button,
Point position,
ModifierKey modifiers)
Clicks the specified list item.
|
void |
JList.clickItem(int itemIndex,
int button,
Point position,
ModifierKey modifiers)
Clicks the specified list item.
|
void |
OracleFormsListBox.clickItem(ItemIdentifier item,
int button,
Point position)
Clicks the specified list item.
|
void |
JList.clickItem(ItemIdentifier item,
int button,
Point position)
Clicks the specified list item.
|
void |
OracleFormsListBox.clickItem(ItemIdentifier item,
int button,
Point position,
ModifierKey modifiers)
Clicks the specified list item.
|
void |
JList.clickItem(ItemIdentifier item,
int button,
Point position,
ModifierKey modifiers)
Clicks the specified list item.
|
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 |
OracleFormsTree.clickItem(String item,
int button,
Point position)
Clicks on a tree node specified by the item path.
|
void |
OracleFormsListBox.clickItem(String itemText,
int button,
Point position)
Clicks the specified list item.
|
void |
JList.clickItem(String itemText,
int button,
Point position)
Clicks the specified list item.
|
void |
OracleFormsTree.clickItem(String item,
int button,
Point position,
ModifierKey modifiers)
Clicks on a tree node specified by the item path.
|
void |
OracleFormsListBox.clickItem(String itemText,
int button,
Point position,
ModifierKey modifiers)
Clicks the specified list item.
|
void |
JList.clickItem(String itemText,
int button,
Point position,
ModifierKey modifiers)
Clicks the specified list item.
|
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 |
JTree.clickNode(String item,
int button,
Point position)
Clicks on a tree node specified by the item path.
|
void |
JTree.clickNode(String item,
int button,
Point position,
ModifierKey modifiers)
Clicks on a tree node specified by the item path.
|
void |
AWTMenuComponent.doubleClick(int button,
Point pos)
Double-clicks a mouse button on the object.
|
void |
AWTComponent.doubleClick(int button,
Point pos)
Double-clicks a mouse button on the object.
|
void |
AWTMenuComponent.doubleClick(int button,
Point pos,
ModifierKey modifiers)
Double-clicks a mouse button on the object.
|
void |
AWTComponent.doubleClick(int button,
Point pos,
ModifierKey modifiers)
Double-clicks a mouse button on the object.
|
void |
JTable.doubleClickCell(int row,
int columnIndex,
int button,
Point position)
Double-clicks the specified cell in the table.
|
void |
JTable.doubleClickCell(int row,
int columnIndex,
int button,
Point position,
ModifierKey modifiers)
Double-clicks the specified cell in the table.
|
void |
JTable.doubleClickCell(int row,
ItemIdentifier column,
int button,
Point position)
Double-clicks the specified cell in the table.
|
void |
JTable.doubleClickCell(int row,
ItemIdentifier column,
int button,
Point position,
ModifierKey modifiers)
Double-clicks the specified cell in the table.
|
void |
JTable.doubleClickCell(int row,
String columnText,
int button,
Point position)
Double-clicks the specified cell in the table.
|
void |
JTable.doubleClickCell(int row,
String columnText,
int button,
Point position,
ModifierKey modifiers)
Double-clicks the specified cell in the table.
|
void |
OracleFormsListBox.doubleClickItem(int itemIndex,
int button,
Point position)
Double-clicks a list item.
|
void |
JList.doubleClickItem(int itemIndex,
int button,
Point position)
Double-clicks a list item.
|
void |
OracleFormsListBox.doubleClickItem(int itemIndex,
int button,
Point position,
ModifierKey modifiers)
Double-clicks a list item.
|
void |
JList.doubleClickItem(int itemIndex,
int button,
Point position,
ModifierKey modifiers)
Double-clicks a list item.
|
void |
OracleFormsListBox.doubleClickItem(ItemIdentifier item,
int button,
Point position)
Double-clicks a list item.
|
void |
JList.doubleClickItem(ItemIdentifier item,
int button,
Point position)
Double-clicks a list item.
|
void |
OracleFormsListBox.doubleClickItem(ItemIdentifier item,
int button,
Point position,
ModifierKey modifiers)
Double-clicks a list item.
|
void |
JList.doubleClickItem(ItemIdentifier item,
int button,
Point position,
ModifierKey modifiers)
Double-clicks a list item.
|
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 |
OracleFormsTree.doubleClickItem(String item,
int button,
Point position)
Double-clicks on a tree node specified by the item path.
|
void |
OracleFormsListBox.doubleClickItem(String itemText,
int button,
Point position)
Double-clicks a list item.
|
void |
JList.doubleClickItem(String itemText,
int button,
Point position)
Double-clicks a list item.
|
void |
OracleFormsTree.doubleClickItem(String item,
int button,
Point position,
ModifierKey modifiers)
Double-clicks on a tree node specified by the item path.
|
void |
OracleFormsListBox.doubleClickItem(String itemText,
int button,
Point position,
ModifierKey modifiers)
Double-clicks a list item.
|
void |
JList.doubleClickItem(String itemText,
int button,
Point position,
ModifierKey modifiers)
Double-clicks a list item.
|
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 |
JTree.doubleClickNode(String item,
int button,
Point position)
Double-clicks on a tree node specified by the item path.
|
void |
JTree.doubleClickNode(String item,
int button,
Point position,
ModifierKey modifiers)
Double-clicks on a tree node specified by the item path.
|
void |
AWTMenuComponent.mouseMove(Point pos)
Moves the pointer to the specified location in the object.
|
void |
AWTComponent.mouseMove(Point pos)
Moves the pointer to the specified location in the object.
|
void |
AWTWindow.move(Point pos)
Moves the window.
|
void |
AWTComponent.openContextMenu(Point pos)
Opens a context menu at the specified position.
|
void |
AWTMenuComponent.pressMouse(int button,
Point pos)
Presses (but does not release) a mouse button in the object.
|
void |
AWTComponent.pressMouse(int button,
Point pos)
Presses (but does not release) a mouse button in the object.
|
void |
AWTMenuComponent.pressMouse(int button,
Point pos,
ModifierKey modifiers)
Presses (but does not release) a mouse button in the object.
|
void |
AWTComponent.pressMouse(int button,
Point pos,
ModifierKey modifiers)
Presses (but does not release) a mouse button in the object.
|
void |
AWTMenuComponent.releaseMouse(int button,
Point pos)
Releases a mouse button.
|
void |
AWTComponent.releaseMouse(int button,
Point pos)
Releases a mouse button.
|
void |
AWTMenuComponent.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
Releases a mouse button.
|
void |
AWTComponent.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
Releases a mouse button.
|
void |
JScrollPane.scrollTo(Point position)
Scrolls to the specified position.
|
void |
IBaseScrollable.scrollTo(Point position)
Scrolls to the specified position.
|
void |
AWTTextArea.scrollTo(Point position)
Scrolls to the specified position.
|
void |
AWTScrollPane.scrollTo(Point position)
Scrolls to the specified position.
|
Modifier and Type | Method and Description |
---|---|
Point |
WPFFrameworkElement.pointFromScreen(Point point)
Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual.
|
Point |
WPFFrameworkElement.pointToScreen(Point point)
Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates.
|
Modifier and Type | Method and Description |
---|---|
void |
WPFBase.click(int button,
Point pos)
Clicks on the object.
|
void |
WPFBase.click(int button,
Point pos,
ModifierKey modifiers)
Clicks on the object.
|
void |
WPFBase.doubleClick(int button,
Point pos)
Double-clicks a mouse button on the object.
|
void |
WPFBase.doubleClick(int button,
Point pos,
ModifierKey modifiers)
Double-clicks a mouse button on the object.
|
void |
WPFBase.mouseMove(Point pos)
Moves the pointer to the specified location in the object.
|
void |
WPFWindow.move(Point pos)
Moves the window.
|
void |
WPFBase.openContextMenu(Point pos)
Opens a context menu at the specified position.
|
void |
WPFBase.openContextMenuSelect(ItemPath item,
Point pos)
Opens a context menu and selects a menu item from the context menu.
|
void |
WPFBase.openContextMenuSelect(String item,
Point pos)
Opens a context menu and selects a menu item from the context menu.
|
Point |
WPFFrameworkElement.pointFromScreen(Point point)
Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual.
|
Point |
WPFFrameworkElement.pointToScreen(Point point)
Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates.
|
void |
WPFBase.pressMouse(int button,
Point pos)
Presses (but does not release) a mouse button in the object.
|
void |
WPFBase.pressMouse(int button,
Point pos,
ModifierKey modifiers)
Presses (but does not release) a mouse button in the object.
|
void |
WPFBase.releaseMouse(int button,
Point pos)
Releases a mouse button.
|
void |
WPFBase.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
Releases a mouse button.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.