Class Plugin.SettingsTab

    • Constructor Detail

      • Plugin.SettingsTab

        Plugin.SettingsTab(Class<out AppFragment> settings)
        Creates a SettingsTab with a dedicated page
        Parameters:
        settings - The settings page fragment
      • Plugin.SettingsTab

        Plugin.SettingsTab(Class<?> settings, Plugin.SettingsTab.Type type)
        Creates a SettingsTab of the specified type
        Parameters:
        settings - The component to use for this SettingsTab
        type - The Type of this SettingsTab
    • Method Detail

      • withArgs

         final Plugin.SettingsTab withArgs(Object args)

        Sets the constructor args that will be passed to this SettingsTab

        Parameters:
        args - The arguments that should be passed