Package ghidra.framework.cmd
Class MergeableBackgroundCommand
- java.lang.Object
-
- ghidra.framework.cmd.BackgroundCommand
-
- ghidra.framework.cmd.MergeableBackgroundCommand
-
- All Implemented Interfaces:
Command
public abstract class MergeableBackgroundCommand extends BackgroundCommand
-
-
Constructor Summary
Constructors Constructor Description MergeableBackgroundCommand(java.lang.String name, boolean hasProgress, boolean canCancel, boolean isModal)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract MergeableBackgroundCommand
mergeCommands(MergeableBackgroundCommand command)
Merges the properties of the two commands-
Methods inherited from class ghidra.framework.cmd.BackgroundCommand
applyTo, applyTo, canCancel, dispose, getName, getStatusMsg, hasProgress, isModal, setStatusMsg, taskCompleted, toString
-
-
-
-
Method Detail
-
mergeCommands
public abstract MergeableBackgroundCommand mergeCommands(MergeableBackgroundCommand command)
Merges the properties of the two commands
-
-