Class AddressFieldOptionsWrappedOption

  • All Implemented Interfaces:
    CustomOption

    public class AddressFieldOptionsWrappedOption
    extends java.lang.Object
    implements CustomOption
    An option class that allows the user to edit a related group of options pertaining to address field display.
    • Constructor Detail

      • AddressFieldOptionsWrappedOption

        public AddressFieldOptionsWrappedOption()
    • Method Detail

      • padWithZeros

        public boolean padWithZeros()
      • getMinimumHexDigits

        public int getMinimumHexDigits()
      • rightJustify

        public boolean rightJustify()
      • showBlockName

        public boolean showBlockName()
      • setPadWithZeros

        public void setPadWithZeros​(boolean padWithZeros)
      • setMinimumHexDigits

        public void setMinimumHexDigits​(int numDigits)
      • setShowBlockName

        public void setShowBlockName​(boolean b)
      • setRightJustify

        public void setRightJustify​(boolean b)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • readState

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

        public void writeState​(SaveState saveState)
        Description copied from interface: CustomOption
        Concrete subclass of WrappedOption should write all of its state to the given saveState object.
        Specified by:
        writeState in interface CustomOption
        Parameters:
        saveState - container of state information