Package ghidra.feature.vt.gui.task
Class ForceApplyMarkupItemTask
java.lang.Object
ghidra.util.task.Task
ghidra.feature.vt.gui.task.VtTask
ghidra.feature.vt.gui.task.ApplyMarkupItemTask
ghidra.feature.vt.gui.task.ForceApplyMarkupItemTask
- All Implemented Interfaces:
ghidra.util.task.MonitoredRunnable
A task to apply markup items using the indicated options. If a markup item is set to
"Do Not Apply" this will force the item to be applied by forcing a default option for
that markup type.
-
Field Summary
Fields inherited from class ghidra.feature.vt.gui.task.ApplyMarkupItemTask
markupItems, options
Fields inherited from class ghidra.util.task.Task
taskMonitor, waitForTaskCompleted
-
Constructor Summary
ConstructorDescriptionForceApplyMarkupItemTask
(VTSession session, Collection<VTMarkupItem> markupItems, ghidra.framework.options.ToolOptions options) -
Method Summary
Methods inherited from class ghidra.feature.vt.gui.task.ApplyMarkupItemTask
doWork, getApplyActionType, shouldSuspendSessionEvents
Methods inherited from class ghidra.feature.vt.gui.task.VtTask
addErrors, getErrorDetails, getErrorHeader, hasErrors, reportError, run, showErrors, wasCancelled, wasSuccessfull
Methods inherited from class ghidra.util.task.Task
addTaskListener, canCancel, cancel, getStatusTextAlignment, getTaskTitle, getWaitForTaskCompleted, hasProgress, isCancelled, isModal, monitoredRun, notifyTaskListeners, setHasProgress
-
Constructor Details
-
ForceApplyMarkupItemTask
public ForceApplyMarkupItemTask(VTSession session, Collection<VTMarkupItem> markupItems, ghidra.framework.options.ToolOptions options)
-