public abstract static class MacroCommand.Item extends Object
Modifier and Type | Field and Description |
---|---|
protected MacroCommand.ItemType |
type |
Modifier | Constructor and Description |
---|---|
protected |
Item(MacroCommand.ItemType type) |
Modifier and Type | Method and Description |
---|---|
abstract MacroCommand.Item |
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) |
void |
execute(com.xmlmind.xmleditapp.cmd.macro.ExecContext execContext) |
MacroCommand.ItemType |
getType() |
protected static boolean |
makeCopies(MacroCommand.Item[] itemsCopy) |
boolean |
prepare(com.xmlmind.xmleditapp.cmd.macro.ExecContext execContext) |
protected static void |
updateMacroVars(com.xmlmind.xmleditapp.cmd.macro.ExecContext execContext) |
protected MacroCommand.ItemType type
protected Item(MacroCommand.ItemType type)
public abstract MacroCommand.Item copy()
null
if, for any reason,
copying this item failsprotected static boolean makeCopies(MacroCommand.Item[] itemsCopy)
public MacroCommand.ItemType getType()
public boolean prepare(com.xmlmind.xmleditapp.cmd.macro.ExecContext execContext)
public void execute(com.xmlmind.xmleditapp.cmd.macro.ExecContext execContext)
protected boolean doPrepare(com.xmlmind.xmleditapp.cmd.macro.ExecContext execContext)
protected void doExecute(com.xmlmind.xmleditapp.cmd.macro.ExecContext execContext)
protected static void updateMacroVars(com.xmlmind.xmleditapp.cmd.macro.ExecContext execContext)