Class LongToString

    • Field Detail

      • m_UseFormat

        protected boolean m_UseFormat
        whether to use byte format string.
      • m_ByteFormat

        protected transient ByteFormat m_ByteFormat
        the byteformat instance in use.
    • Constructor Detail

      • LongToString

        public LongToString()
    • Method Detail

      • setUseFormat

        public void setUseFormat​(boolean value)
        Sets whether to use the format string.
        Parameters:
        value - true if to use format
      • getUseFormat

        public boolean getUseFormat()
        Returns whether to use the format string.
        Returns:
        true if to use format
      • useFormatTipText

        public String useFormatTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setFormat

        public void setFormat​(ByteFormatString value)
        Sets the byte format string.
        Parameters:
        value - the format
      • getFormat

        public ByteFormatString getFormat()
        Returns the byte format string.
        Returns:
        the format
      • formatTipText

        public String formatTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.