Package adams.db

Class JdbcUrl

    • Constructor Detail

      • JdbcUrl

        public JdbcUrl()
        Initializes with a default URL.
      • JdbcUrl

        public JdbcUrl​(String s)
        Initializes the object with the URL to parse.
        Parameters:
        s - the URL to parse
    • 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:
        true if non-null
      • 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
      • hasFavoritesSupport

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