public abstract static class MacroCommand.TestItem extends MacroCommand.Item
Modifier and Type | Field and Description |
---|---|
protected MacroCommand.Item[] |
items |
type
Modifier | Constructor and Description |
---|---|
protected |
TestItem(MacroCommand.ItemType type,
MacroCommand.Item[] items) |
Modifier and Type | Method and Description |
---|---|
void |
execute(com.xmlmind.xmleditapp.cmd.macro.ExecContext execContext) |
MacroCommand.Item[] |
getItems() |
copy, doExecute, doPrepare, getType, makeCopies, prepare, updateMacroVars
protected MacroCommand.Item[] items
protected TestItem(MacroCommand.ItemType type, MacroCommand.Item[] items)
public MacroCommand.Item[] getItems()
public void execute(com.xmlmind.xmleditapp.cmd.macro.ExecContext execContext)
execute
in class MacroCommand.Item