Class WrappedActionTrigger

java.lang.Object
ghidra.framework.options.WrappedActionTrigger
All Implemented Interfaces:
WrappedOption

public class WrappedActionTrigger extends Object implements WrappedOption
  • Method Details

    • getObject

      public Object getObject()
      Description copied from interface: WrappedOption
      Returns Get the object that is the property value.
      Specified by:
      getObject in interface WrappedOption
      Returns:
      Get the object that is the property value
    • readState

      public void readState(SaveState saveState)
      Description copied from interface: WrappedOption
      Subclasses of WrappedOption should read all state from the given save state object.
      Specified by:
      readState in interface WrappedOption
      Parameters:
      saveState - container of state information
    • writeState

      public void writeState(SaveState saveState)
      Description copied from interface: WrappedOption
      Subclasses of WrappedOption should write all state to the given save state object.
      Specified by:
      writeState in interface WrappedOption
      Parameters:
      saveState - container of state information
    • getOptionType

      public OptionType getOptionType()
      Description copied from interface: WrappedOption
      Returns the option type.
      Specified by:
      getOptionType in interface WrappedOption
      Returns:
      the option type
    • toString

      public String toString()
      Overrides:
      toString in class Object