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.win32 |
This package contains classes for the Win32 TechDomain.
|
com.borland.silktest.jtf.windowsforms |
This package contains classes for the WindowsForms TechDomain.
|
com.borland.silktest.jtf.xbrowser |
This package contains classes for the xBrowser TechDomain.
|
com.microfocus.silktest.jtf.rumba |
This package contains classes for the Rumba 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 | Method and Description |
---|---|
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,
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 |
Table.doubleSelect(int rowIndex,
int columnIndex,
ModifierKey modifiers)
Double-clicks an item.
|
void |
Table.doubleSelect(int rowIndex,
ItemIdentifier column,
ModifierKey modifiers)
Double-clicks an item.
|
void |
ListBox.doubleSelect(int itemIndex,
ModifierKey modifiers)
Double-clicks an item in the list box.
|
void |
Table.doubleSelect(int rowIndex,
String columnText,
ModifierKey modifiers)
Double-clicks an item.
|
void |
Table.doubleSelect(ItemIdentifier row,
int columnIndex,
ModifierKey modifiers)
Double-clicks an item.
|
void |
Table.doubleSelect(ItemIdentifier row,
ItemIdentifier column,
ModifierKey modifiers)
Double-clicks an item.
|
void |
ListBox.doubleSelect(ItemIdentifier item,
ModifierKey modifiers)
Double-clicks an item in the list box.
|
void |
Table.doubleSelect(ItemIdentifier row,
String columnText,
ModifierKey modifiers)
Double-clicks an item.
|
void |
Tree.doubleSelect(ItemPath itemPath,
ModifierKey modifiers)
Double-clicks an item.
|
void |
Table.doubleSelect(String rowText,
int columnIndex,
ModifierKey modifiers)
Double-clicks an item.
|
void |
Table.doubleSelect(String rowText,
ItemIdentifier column,
ModifierKey modifiers)
Double-clicks an item.
|
void |
Tree.doubleSelect(String itemPath,
ModifierKey modifiers)
Double-clicks an item.
|
void |
ListBox.doubleSelect(String itemText,
ModifierKey modifiers)
Double-clicks an item in the list box.
|
void |
Table.doubleSelect(String rowText,
String columnText,
ModifierKey modifiers)
Double-clicks an item.
|
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,
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.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,
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)
Clicks in the center of the specified text.
|
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 |
---|---|
static ModifierKey |
ModifierKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModifierKey[] |
ModifierKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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 |
FlexListBase.deselect(String itemRenderer,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Defines the value of the type property of the event object for an event that is dispatched when a previously selected item is deselected.
|
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 |
SparkToggleButton.dragCancel(ModifierKey keyModifier)
The event triggered when a drag operation is cancelled.
|
void |
SparkTextInput.dragCancel(ModifierKey keyModifier)
The event triggered when a drag operation is cancelled.
|
void |
SparkTextBase.dragCancel(ModifierKey keyModifier)
The event triggered when a drag operation is cancelled.
|
void |
SparkTextArea.dragCancel(ModifierKey keyModifier)
The event triggered when a drag operation is cancelled.
|
void |
SparkSkinnableContainerBase.dragCancel(ModifierKey keyModifier)
Dispatched when a drag operation is cancelled.
|
void |
SparkRichEditableText.dragCancel(ModifierKey keyModifier)
The event triggered when a drag operation is cancelled.
|
void |
SparkRadioButton.dragCancel(ModifierKey keyModifier)
The event triggered when a drag operation is cancelled.
|
void |
SparkGroupBase.dragCancel(ModifierKey keyModifier)
Dispatched when a drag operation is cancelled.
|
void |
SparkCheckBox.dragCancel(ModifierKey keyModifier)
The event triggered when a drag operation is cancelled.
|
void |
FlexListBase.dragCancel(ModifierKey keyModifier)
Defines the value of the type property of the event object for a dragComplete event.
|
void |
FlexContainer.dragCancel(ModifierKey keyModifier)
Defines the value of the type property of the event object for a dragComplete event.
|
void |
FlexChart.dragCancel(ModifierKey keyModifier)
Defines the value of the type property of the event object for a dragComplete event.
|
void |
FlexChart.dragDrop(String draggedItem,
double localX,
double localY,
ModifierKey keyModifier)
Defines the value of the type property of the event object for a dragDrop event.
|
void |
FlexContainer.dragDrop(String draggedItem,
ModifierKey keyModifier)
Defines the value of the type property of the event object for a dragDrop event.
|
void |
SparkToggleButton.dragDrop(String action,
String draggedItem,
ModifierKey keyModifier)
The event triggered when the dragged item is dropped.
|
void |
SparkTextInput.dragDrop(String action,
String draggedItem,
ModifierKey keyModifier)
The event triggered when the dragged item is dropped.
|
void |
SparkTextBase.dragDrop(String action,
String draggedItem,
ModifierKey keyModifier)
The event triggered when the dragged item is dropped.
|
void |
SparkTextArea.dragDrop(String action,
String draggedItem,
ModifierKey keyModifier)
The event triggered when the dragged item is dropped.
|
void |
SparkSkinnableContainerBase.dragDrop(String action,
String draggedItem,
ModifierKey keyModifier)
Dispatched when the dragged item is dropped.
|
void |
SparkRichEditableText.dragDrop(String action,
String draggedItem,
ModifierKey keyModifier)
The event triggered when the dragged item is dropped.
|
void |
SparkRadioButton.dragDrop(String action,
String draggedItem,
ModifierKey keyModifier)
The event triggered when the dragged item is dropped.
|
void |
SparkGroupBase.dragDrop(String action,
String draggedItem,
ModifierKey keyModifier)
Dispatched when the dragged item is dropped.
|
void |
SparkCheckBox.dragDrop(String action,
String draggedItem,
ModifierKey keyModifier)
The event triggered when the dragged item is dropped.
|
void |
FlexListBase.dragDrop(String action,
String draggedItem,
ModifierKey keyModifier)
Defines the value of the type property of the event object for a dragDrop event.
|
void |
FlexContainerMovieClip.dragDrop(String action,
String draggedItem,
ModifierKey keyModifier)
Defines the value of the type property of the event object for a dragDrop event.
|
void |
SparkToggleButton.dragStart(String draggedItem,
ModifierKey keyModifier)
The event triggered when the drag/drop operation begins.
|
void |
SparkTextInput.dragStart(String draggedItem,
ModifierKey keyModifier)
The event triggered when the drag/drop operation begins.
|
void |
SparkTextBase.dragStart(String draggedItem,
ModifierKey keyModifier)
The event triggered when the drag/drop operation begins.
|
void |
SparkTextArea.dragStart(String draggedItem,
ModifierKey keyModifier)
The event triggered when the drag/drop operation begins.
|
void |
SparkSkinnableContainerBase.dragStart(String draggedItem,
ModifierKey keyModifier)
Dispatched when the drag/drop operation begins.
|
void |
SparkRichEditableText.dragStart(String draggedItem,
ModifierKey keyModifier)
The event triggered when the drag/drop operation begins.
|
void |
SparkRadioButton.dragStart(String draggedItem,
ModifierKey keyModifier)
The event triggered when the drag/drop operation begins.
|
void |
SparkGroupBase.dragStart(String draggedItem,
ModifierKey keyModifier)
Dispatched when the drag/drop operation begins.
|
void |
SparkCheckBox.dragStart(String draggedItem,
ModifierKey keyModifier)
The event triggered when the drag/drop operation begins.
|
void |
FlexListBase.dragStart(String draggedItem,
ModifierKey keyModifier)
Defines the value of the type property of the event object for a dragStart event.
|
void |
FlexContainer.dragStart(String draggedItem,
ModifierKey keyModifier)
Defines the value of the type property of the event object for a dragStart event.
|
void |
FlexAdvancedDataGrid.headerClick(int columnIndex,
String dataField,
ModifierKey keyModifier)
Dispatched when the user releases the mouse button on a column header to request the control to sort the grid contents based on the contents of the column.
|
void |
FlexListBase.multiSelect(String itemRenderer,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Defines the value of the type property of the event object for an event that is dispatched when an item is selected as part of an action that selects multiple items.
|
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,
ModifierKey modifiers)
Releases a mouse button.
|
void |
FlexDisplayObject.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
Releases a mouse button.
|
void |
SparkListBase.select(String itemRenderer,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Dispatched when an item in the list is selected.
|
void |
SparkDataGroup.select(String itemRenderer,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Dispatched when one or more items in the list are deselected.
|
void |
SparkDataGrid.select(String itemRenderer,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Selects the specified data grid cell.
|
void |
FlexListBase.select(String itemRenderer,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Defines the value of the type property of the event object for an event that is dispatched when a single item is selected.
|
void |
FlexComboBox.select(String itemRenderer,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Defines the value of the type property of the event object for an event that is dispatched when a single item is selected.
|
void |
SparkTabBar.selectIndex(int itemIndex,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Dispatched when the user clicks on an item in the list or navigates to the item using a keyboard.
|
void |
SparkList.selectIndex(int itemIndex,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Dispatched when the user clicks on an item in the list or navigates to the item using a keyboard.
|
void |
SparkButtonBar.selectIndex(int itemIndex,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Dispatched when the user clicks on an item in the list or navigates to the item using a keyboard.
|
void |
FlexListBase.selectIndex(int itemIndex,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Defines the value of the type property of the event object for an event that is dispatched when a single item is selected.
|
void |
FlexComboBox.selectIndex(int itemIndex,
FlexTriggerEvent triggerEvent,
ModifierKey keyModifier)
Defines the value of the type property of the event object for an event that is dispatched when a single item is selected.
|
void |
SparkTrackBase.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
SparkTextBase.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
SparkSpinner.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
SparkSkinnableTextBase.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
SparkRichEditableText.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
SparkPanel.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
SparkListBase.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
SparkGroupBase.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
SparkDataGrid.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
SparkButtonBase.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
SparkApplication.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
FlexViewStack.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
FlexTextArea.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
FlexNumericStepper.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
FlexNavigationBar.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
FlexMenuBar.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
FlexMenu.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
FlexListBase.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
FlexDateChooser.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
FlexComboBase.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
FlexButton.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
FlexAlert.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
void |
FlexAccordion.type(String keyCode,
ModifierKey keyModifier)
Dispatched when the user presses a key.
|
Modifier and Type | Method and Description |
---|---|
void |
ListView.doubleSelect(int itemIndex,
ModifierKey modifiers)
Double-clicks an item.
|
void |
ListView.doubleSelect(ItemIdentifier item,
ModifierKey modifiers)
Double-clicks an item.
|
void |
ListView.doubleSelect(String itemText,
ModifierKey modifiers)
Double-clicks an item.
|
Modifier and Type | Method and Description |
---|---|
void |
DataGrid.doubleSelectItem(int column,
int row,
ModifierKey modifiers)
Double-clicks an item.
|
void |
DataGridRow.select(ModifierKey modifiers)
Selects a column.
|
void |
DataGridItem.select(ModifierKey modifiers)
Selects an item.
|
void |
DataGridColumn.select(ModifierKey modifiers)
Selects a column.
|
Modifier and Type | Method and Description |
---|---|
void |
BrowserObject.click(int button,
Point pos,
ModifierKey modifiers)
Clicks on the object.
|
void |
DomElement.domDoubleClick(int button,
Point pos,
ModifierKey modifiers)
Invokes a double click using the DOM API.
|
void |
BrowserObject.doubleClick(int button,
Point pos,
ModifierKey modifiers)
Double-clicks a mouse button on 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,
ModifierKey modifiers)
Releases a mouse button.
|
Modifier and Type | Method and Description |
---|---|
void |
RumbaObject.click(int button,
Point pos,
ModifierKey modifiers)
Clicks on the object.
|
void |
RumbaObject.doubleClick(int button,
Point pos,
ModifierKey modifiers)
Double-clicks a mouse button on 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,
ModifierKey modifiers)
Releases a mouse button.
|
Modifier and Type | Method and Description |
---|---|
void |
SLBase.click(int button,
Point pos,
ModifierKey modifiers)
Clicks on the object.
|
void |
SLBase.doubleClick(int button,
Point pos,
ModifierKey modifiers)
Double-clicks a mouse button on 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,
ModifierKey modifiers)
Releases a mouse button.
|
void |
SLListBox.select(int itemIndex,
ModifierKey modifiers)
Selects the given list box item.
|
void |
SLDataGrid.select(int itemIndex,
ModifierKey modifiers)
Selects the specified row.
|
void |
SLListBox.select(ItemIdentifier item,
ModifierKey modifiers)
Selects the given list box item.
|
void |
SLDataGrid.select(ItemIdentifier item,
ModifierKey modifiers)
Selects the specified row.
|
void |
SLListBox.select(String itemText,
ModifierKey modifiers)
Selects the given list box item.
|
void |
SLDataGrid.select(String itemText,
ModifierKey modifiers)
Selects the specified row.
|
void |
SLDataGrid.selectCell(int rowIndex,
int columnIndex,
ModifierKey modifiers)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(int rowIndex,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(int rowIndex,
String columnText,
ModifierKey modifiers)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(ItemIdentifier row,
int columnIndex,
ModifierKey modifiers)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(ItemIdentifier row,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(ItemIdentifier row,
String columnText,
ModifierKey modifiers)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(String rowText,
int columnIndex,
ModifierKey modifiers)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(String rowText,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
void |
SLDataGrid.selectCell(String rowText,
String columnText,
ModifierKey modifiers)
Selects the specified cell.
|
Modifier and Type | Method and Description |
---|---|
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,
ModifierKey modifiers)
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,
ModifierKey modifiers)
Clicks the specified cell in 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,
ModifierKey modifiers)
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,
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,
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,
ModifierKey modifiers)
Clicks on a tree node specified by the item path.
|
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,
ModifierKey modifiers)
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,
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,
ModifierKey modifiers)
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,
ModifierKey modifiers)
Double-clicks the specified cell in the table.
|
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 |
AWTList.doubleClickItem(int itemIndex,
ModifierKey modifiers)
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 |
AWTList.doubleClickItem(ItemIdentifier item,
ModifierKey modifiers)
Double-clicks a list item.
|
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,
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 |
AWTList.doubleClickItem(String itemText,
ModifierKey modifiers)
Double-clicks a list item.
|
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,
ModifierKey modifiers)
Double-clicks on a tree node specified by the item path.
|
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,
ModifierKey modifiers)
Releases a mouse button.
|
void |
AWTComponent.releaseMouse(int button,
Point pos,
ModifierKey modifiers)
Releases a mouse button.
|
Modifier and Type | Method and Description |
---|---|
void |
WPFBase.click(int button,
Point pos,
ModifierKey modifiers)
Clicks on the object.
|
void |
WPFBase.doubleClick(int button,
Point pos,
ModifierKey modifiers)
Double-clicks a mouse button on 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,
ModifierKey modifiers)
Releases a mouse button.
|
void |
WPFToolkitDataGrid.select(int itemIndex,
ModifierKey modifiers)
Selects the specified row.
|
void |
WPFSelector.select(int itemIndex,
ModifierKey modifiers)
Selects an item in the ListBox.
|
void |
WPFDataGrid.select(int itemIndex,
ModifierKey modifiers)
Selects the specified row.
|
void |
WPFToolkitDataGrid.select(ItemIdentifier item,
ModifierKey modifiers)
Selects the specified row.
|
void |
WPFSelector.select(ItemIdentifier item,
ModifierKey modifiers)
Selects an item in the ListBox.
|
void |
WPFDataGrid.select(ItemIdentifier item,
ModifierKey modifiers)
Selects the specified row.
|
void |
WPFToolkitDataGrid.select(String itemText,
ModifierKey modifiers)
Selects the specified row.
|
void |
WPFSelector.select(String itemText,
ModifierKey modifiers)
Selects an item in the ListBox.
|
void |
WPFDataGrid.select(String itemText,
ModifierKey modifiers)
Selects the specified row.
|
void |
WPFToolkitDataGrid.selectCell(int rowIndex,
int columnIndex,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(int rowIndex,
int columnIndex,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(int rowIndex,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(int rowIndex,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(int rowIndex,
String columnText,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(int rowIndex,
String columnText,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(ItemIdentifier row,
int columnIndex,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(ItemIdentifier row,
int columnIndex,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(ItemIdentifier row,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(ItemIdentifier row,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(ItemIdentifier row,
String columnText,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(ItemIdentifier row,
String columnText,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(String rowText,
int columnIndex,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(String rowText,
int columnIndex,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(String rowText,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(String rowText,
ItemIdentifier column,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFToolkitDataGrid.selectCell(String rowText,
String columnText,
ModifierKey modifiers)
Selects the specified cell.
|
void |
WPFDataGrid.selectCell(String rowText,
String columnText,
ModifierKey modifiers)
Selects the specified cell.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.