Class ApplyMarkupPropertyEditor

java.lang.Object
ghidra.feature.vt.gui.provider.matchtable.ApplyMarkupPropertyEditor
All Implemented Interfaces:
ghidra.framework.options.OptionsEditor

public class ApplyMarkupPropertyEditor extends Object implements ghidra.framework.options.OptionsEditor
The ApplyMarkupPropertyEditor provides a custom GUI layout for the options that are used when applying version tracking markup.
  • Constructor Details

    • ApplyMarkupPropertyEditor

      public ApplyMarkupPropertyEditor(VTController controller)
  • Method Details

    • dispose

      public void dispose()
      Specified by:
      dispose in interface ghidra.framework.options.OptionsEditor
    • apply

      public void apply() throws ghidra.util.exception.InvalidInputException
      Specified by:
      apply in interface ghidra.framework.options.OptionsEditor
      Throws:
      ghidra.util.exception.InvalidInputException
    • cancel

      public void cancel()
      Specified by:
      cancel in interface ghidra.framework.options.OptionsEditor
    • reload

      public void reload()
      Specified by:
      reload in interface ghidra.framework.options.OptionsEditor
    • setOptionsPropertyChangeListener

      public void setOptionsPropertyChangeListener(PropertyChangeListener listener)
      Specified by:
      setOptionsPropertyChangeListener in interface ghidra.framework.options.OptionsEditor
    • getEditorComponent

      public JComponent getEditorComponent(ghidra.framework.options.Options options, ghidra.framework.options.EditorStateFactory editorStateFactory)
      Specified by:
      getEditorComponent in interface ghidra.framework.options.OptionsEditor