Interface PreferencesPanel

    • Method Detail

      • getTitle

        String getTitle()
        The title of the preferences panel.
        Returns:
        the title
      • requiresWrapper

        boolean requiresWrapper()
        Returns whether the panel requires a wrapper scrollpane/panel for display.
        Returns:
        true if wrapper required
      • activate

        String activate()
        Activates the settings.
        Returns:
        null if successfully activated, otherwise error message
      • canReset

        boolean canReset()
        Returns whether the panel supports resetting the options.
        Returns:
        true if supported
      • reset

        String reset()
        Resets the settings to their default.
        Returns:
        null if successfully reset, otherwise error message