Package adams.db

Interface OptionalDatabaseConnectionUser

    • Method Detail

      • setOffline

        void setOffline​(boolean value)
        Sets whether to work in offline mode, i.e., not query the database.
        Parameters:
        value - if true then offline mode
      • getOffline

        boolean getOffline()
        Returns whether to work in offline mode, i.e., not query the database.
        Returns:
        true if in offline mode
      • offlineTipText

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