public static final class MacroCommand.Choice extends MacroCommand.GroupItem
items
type
Constructor and Description |
---|
Choice(MacroCommand.Item[] items) |
Modifier and Type | Method and Description |
---|---|
MacroCommand.Choice |
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 Choice(MacroCommand.Item[] items)
public MacroCommand.Choice 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