Class WrappedCustomOption

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

public class WrappedCustomOption extends Object implements WrappedOption
  • Constructor Details

    • WrappedCustomOption

      public WrappedCustomOption(CustomOption value)
    • WrappedCustomOption

      public WrappedCustomOption()
  • Method Details

    • 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
    • isValid

      public boolean isValid()
    • 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
    • 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
    • getOptionType

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