Class BaseURI

    • Field Detail

      • m_Current

        protected URI m_Current
        the current URI.
    • Constructor Detail

      • BaseURI

        public BaseURI()
        Initializes the string with DEFAULT_URI.
        See Also:
        DEFAULT_URI
      • BaseURI

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

        public BaseURI​(URI value)
        Initializes the object with the given value.
        Parameters:
        value - the value to use
    • Method Detail

      • initialize

        protected void initialize()
        Initializes the internal object.
        Overrides:
        initialize in class BaseObject
      • isValid

        public boolean isValid​(String value)
        Checks whether the string value is a valid presentation for this class.
        Specified by:
        isValid in class BaseObject
        Parameters:
        value - the string value to check
        Returns:
        true if valid URI
      • setValue

        public void setValue​(String value)
        Sets the string value.
        Specified by:
        setValue in class BaseObject
        Parameters:
        value - the string value
      • getValue

        public String getValue()
        Returns the current string value.
        Specified by:
        getValue in class BaseObject
        Returns:
        the string value
      • uriValue

        public URI uriValue()
        Returns the URI value.
        Returns:
        the URI value
      • getTipText

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

        public boolean hasFavoritesSupport()
        Whether this object should have favorites support.
        Overrides:
        hasFavoritesSupport in class BaseObject
        Returns:
        true if to support favorites