Package ghidra.framework.cmd
Class MergeableBackgroundCommand
java.lang.Object
ghidra.framework.cmd.BackgroundCommand
ghidra.framework.cmd.MergeableBackgroundCommand
- All Implemented Interfaces:
Command
-
Constructor Summary
ConstructorsConstructorDescriptionMergeableBackgroundCommand(String name, boolean hasProgress, boolean canCancel, boolean isModal) -
Method Summary
Modifier and TypeMethodDescriptionabstract MergeableBackgroundCommandmergeCommands(MergeableBackgroundCommand command) Merges the properties of the two commandsMethods inherited from class ghidra.framework.cmd.BackgroundCommand
applyTo, applyTo, canCancel, dispose, getName, getStatusMsg, hasProgress, isModal, setStatusMsg, taskCompleted, toString
-
Constructor Details
-
MergeableBackgroundCommand
public MergeableBackgroundCommand(String name, boolean hasProgress, boolean canCancel, boolean isModal)
-
-
Method Details
-
mergeCommands
Merges the properties of the two commands
-