Package ghidra.framework.cmd
Class MergeableBackgroundCommand<T extends DomainObject>
java.lang.Object
ghidra.framework.cmd.BackgroundCommand<T>
ghidra.framework.cmd.MergeableBackgroundCommand<T>
- All Implemented Interfaces:
Command<T>
public abstract class MergeableBackgroundCommand<T extends DomainObject>
extends BackgroundCommand<T>
-
Constructor Summary
ConstructorDescriptionMergeableBackgroundCommand
(String name, boolean hasProgress, boolean canCancel, boolean isModal) -
Method Summary
Modifier and TypeMethodDescriptionabstract MergeableBackgroundCommand
<T> mergeCommands
(MergeableBackgroundCommand<T> command) Merges the properties of the two commandsMethods inherited from class ghidra.framework.cmd.BackgroundCommand
applyTo, applyTo, canCancel, dispose, getName, getStatusMsg, hasProgress, isModal, run, 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- Parameters:
command
- command to be merged with this one- Returns:
- resulting merged command
-