|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Macro
Provides wrapping of a possible action to record.
| Method Summary | |
|---|---|
String |
getConfigurationMemento()
Obtains the configuration memento to reinitialise a new instance of this Macro. |
String |
getDisplayLabel()
Obtains the label for displaying this Macro. |
MacroTask[] |
getMacroTasks()
Obtains the listing of MacroTask instances. |
Point |
getStartingMouseLocation()
Obtains the Point where the mouse cursor must be to start this
Macro. |
void |
setConfigurationMemento(String memento)
Initialises this Macro from the configuration memento. |
| Method Detail |
|---|
void setConfigurationMemento(String memento)
Macro from the configuration memento.
memento - Memento containing the configuration.String getConfigurationMemento()
Macro.
String getDisplayLabel()
Macro.
Macro. May return
null for label based on type.Point getStartingMouseLocation()
Obtains the Point where the mouse cursor must be to start this
Macro.
This allows for visually moving the mouse to this location before running
this Macro.
Point where the mouse cursor must be to start this
Macro. null indicates non-mouse
Macro (typically keyboard entry).MacroTask[] getMacroTasks()
MacroTask instances.
MacroTask instances.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||