|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.netbeans.jemmy.drivers.LightSupportiveDriver
org.netbeans.jemmy.drivers.tables.JTableMouseDriver
public class JTableMouseDriver
TableDriver for javax.swing.JTableDriver component type.
| Constructor Summary | |
|---|---|
JTableMouseDriver()
Constructs a JTableMouseDriver. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.netbeans.jemmy.drivers.LightSupportiveDriver |
|---|
getSupported, checkSupported |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JTableMouseDriver()
| Method Detail |
|---|
public void selectCell(ComponentOperator oper,
int row,
int column)
TableDriver
selectCell in interface TableDriveroper - 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 TableDriveroper - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||