|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IToggleGUI
Extends the definition of the IToggle
interface to include actions that directly use the mouse.
IToggle}
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 |
---|
void clickToState(State state)
state
- the desired target state for the associated
componentnewCustomer.clickToState(SELECTED)
void clickToState(MouseModifiers modifiers, State state)
modifiers
- the mouse modifiers used to attain the
desired statestate
- the desired target state for the associated
componentnewCustomer.clickToState(LEFT,SELECTED)
void dragToState(State state)
state
- the desired target state for the associated
componentnewCustomer.dragToState(SELECTED)
void dragToState(MouseModifiers modifiers, State state)
modifiers
- the mouse modifiers used to attain the
desired statestate
- the desired target state for the associated
componentnewCustomer.dragToState(LEFT,SELECTED)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |