![]() |
Synthia
Generic and flexible data structure generator
|
A Action that performs a concrete action on a widget.
| <T> | The type of the widget on which the action can be performed |
Definition at line 39 of file WidgetAction.java.

Classes | |
| class | ClickAction |
| Action that clicks on a specific button when called. | |
| class | TypeAction |
| Action that types a string inside a textbox. | |
Public Member Functions | |
| WidgetAction (T o) | |
| Creates a new widget action. More... | |
Public Member Functions inherited from ca.uqac.lif.synthia.test.Action | |
| void | doAction () |
| Performs an action on a component. More... | |
Protected Attributes | |
| T | m_object |
| The object on which the action is performed. More... | |
Static Protected Attributes | |
| static Robot | s_robot |
| A robot that can be used to interact with a GUI. More... | |
| examples.gui.WidgetAction< T >.WidgetAction | ( | T | o | ) |
Creates a new widget action.
| o | The object on which the action is performed |
Definition at line 67 of file WidgetAction.java.
|
protected |
The object on which the action is performed.
Definition at line 49 of file WidgetAction.java.
|
staticprotected |
A robot that can be used to interact with a GUI.
Definition at line 44 of file WidgetAction.java.