LightDriver
, TableDriver
public class JTableMouseDriver extends LightSupportiveDriver implements TableDriver
Constructor | Description |
---|---|
JTableMouseDriver() |
Constructs a JTableMouseDriver.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
clickOnCell(JTableOperator oper,
int row,
int column,
int clickCount) |
Clicks on JTable cell.
|
void |
editCell(ComponentOperator oper,
int row,
int column,
java.lang.Object value) |
Edits a cell.
|
void |
selectCell(ComponentOperator oper,
int row,
int column) |
Selects a cell.
|
checkSupported, getSupported
public void selectCell(ComponentOperator oper, int row, int column)
TableDriver
selectCell
in interface TableDriver
oper
- Table operator.row
- Cell row index.column
- Cell column index.public void editCell(ComponentOperator oper, int row, int column, java.lang.Object value)
TableDriver
editCell
in interface TableDriver
oper
- Table operator.row
- Cell row index.column
- Cell column index.value
- New value.protected void clickOnCell(JTableOperator oper, int row, int column, int clickCount)
oper
- Table operator.row
- Cell row index.column
- Cell column index.clickCount
- Count to click.