public static final class MacroCommand.Sequence extends MacroCommand.GroupItem
items
type
Constructor and Description |
---|
Sequence(MacroCommand.Item[] items) |
Modifier and Type | Method and Description |
---|---|
MacroCommand.Sequence |
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) |
getItems
execute, getType, makeCopies, prepare, updateMacroVars
public Sequence(MacroCommand.Item[] items)
public MacroCommand.Sequence copy()
MacroCommand.Item
copy
in class MacroCommand.Item
null
if, for any reason,
copying this item failsprotected 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