public static final class MacroCommand.Invocation extends MacroCommand.Item
type
Constructor and Description |
---|
Invocation(String commandName,
String parameter) |
Modifier and Type | Method and Description |
---|---|
MacroCommand.Invocation |
copy()
Makes a deep copy of this item.
|
protected void |
doExecute(com.xmlmind.xmleditapp.cmd.macro.ExecContext execContext) |
protected boolean |
doPrepare(com.xmlmind.xmleditapp.cmd.macro.ExecContext execContext) |
String |
getCommandName() |
String |
getParameter() |
execute, getType, makeCopies, prepare, updateMacroVars
public MacroCommand.Invocation copy()
MacroCommand.Item
copy
in class MacroCommand.Item
null
if, for any reason,
copying this item failspublic String getCommandName()
public String getParameter()
protected boolean doPrepare(com.xmlmind.xmleditapp.cmd.macro.ExecContext execContext)
doPrepare
in class MacroCommand.Item
protected void doExecute(com.xmlmind.xmleditapp.cmd.macro.ExecContext execContext)
doExecute
in class MacroCommand.Item