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

public class ForceApplyMarkupItemTask extends ApplyMarkupItemTask
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.
  • Constructor Details

    • ForceApplyMarkupItemTask

      public ForceApplyMarkupItemTask(VTSession session, Collection<VTMarkupItem> markupItems, ghidra.framework.options.ToolOptions options)