Class BaseCharset

    • Constructor Detail

      • BaseCharset

        public BaseCharset()
        Initializes the string with the default Charset.
      • BaseCharset

        public BaseCharset​(String s)
        Initializes the object with the string to parse.
        Parameters:
        s - the string to parse
      • BaseCharset

        public BaseCharset​(Charset c)
        Initializes the object with the string to parse.
        Parameters:
        c - the charset to use
    • Method Detail

      • isValid

        public boolean isValid​(String value)
        Checks whether the string value is a valid presentation for this class.
        Overrides:
        isValid in class AbstractBaseString
        Parameters:
        value - the string value to check
        Returns:
        always true
      • isDefault

        public boolean isDefault()
      • charsetValue

        public Charset charsetValue()
        Returns the charset value.
        Returns:
        the charset value
      • getTipText

        public String getTipText()
        Returns a tool tip for the GUI editor (ignored if null is returned).
        Specified by:
        getTipText in class AbstractBaseString
        Returns:
        the tool tip