|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Extends the definition of the IToggle interface
to include actions that directly use the mouse.
| Method Summary | |
void |
clickToState(MouseModifiers modifiers,
State state)
Performs the necessary mouse actions to attain the desired state for the associated component. |
void |
clickToState(State state)
Performs the necessary mouse actions to attain the desired state for the associated component. |
void |
dragToState(MouseModifiers modifiers,
State state)
Performs the necessary mouse actions to attain the desired state for the associated component. |
void |
dragToState(State state)
Performs the necessary mouse actions to attain the desired state for the associated component. |
| Methods inherited from interface com.rational.test.ft.object.interfaces.IToggle |
deselect, getState, indeterminate, select, setState |
| Method Detail |
public void clickToState(State state)
state - the desired target state for the associated
component
public void clickToState(MouseModifiers modifiers,
State state)
modifiers - the mouse modifiers used to attain the
desired statestate - the desired target state for the associated
componentpublic void dragToState(State state)
state - the desired target state for the associated
component
public void dragToState(MouseModifiers modifiers,
State state)
modifiers - the mouse modifiers used to attain the
desired statestate - the desired target state for the associated
component
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||