|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.demo.macro.CommentMacro
public class CommentMacro
Comment MacroSource.
| Constructor Summary | |
|---|---|
CommentMacro()
|
|
| Method Summary | |
|---|---|
String |
getComment()
Obtains the comment. |
String |
getConfigurationMemento()
Obtains the configuration memento to reinitialise a new instance of this Macro. |
String |
getDisplayLabel()
Obtains the label for displaying this Macro. |
String |
getDisplayName()
Obtains the display name for the 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. |
void |
sourceMacro(MacroSourceContext context)
Sources a new Macro. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommentMacro()
| Method Detail |
|---|
public String getComment()
public String getDisplayName()
MacroSourceMacro.
getDisplayName in interface MacroSourceMacro.public void sourceMacro(MacroSourceContext context)
MacroSourceMacro.
sourceMacro in interface MacroSourcecontext - MacroSourceContext.public String getConfigurationMemento()
MacroMacro.
getConfigurationMemento in interface Macropublic void setConfigurationMemento(String memento)
MacroMacro from the configuration memento.
setConfigurationMemento in interface Macromemento - Memento containing the configuration.public String getDisplayLabel()
MacroMacro.
getDisplayLabel in interface MacroMacro. May return
null for label based on type.public Point getStartingMouseLocation()
Macro
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.
getStartingMouseLocation in interface MacroPoint where the mouse cursor must be to start this
Macro. null indicates non-mouse
Macro (typically keyboard entry).public MacroTask[] getMacroTasks()
MacroMacroTask instances.
getMacroTasks in interface MacroMacroTask instances.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||