Class IssueProvidersSelectorController

java.lang.Object
org.omegat.gui.issues.IssueProvidersSelectorController

public class IssueProvidersSelectorController extends Object
The IssueProvidersSelectorController class is responsible for managing the UI and behavior of a dialog that allows users to select issue providers. This class provides functionality to display the dialog, handle user interactions, and update the application's state based on the user's selections.

Key Features: - Presents the user with a list of issue providers to enable or disable. - Allows the user to configure preferences for never being prompted again. - Ensures some providers, such as the "Tags" provider, are always enabled and non-configurable. - Integrates with the application's preference system and updates the state of issue providers based on user choices.

  • Constructor Details

    • IssueProvidersSelectorController

      public IssueProvidersSelectorController()
  • Method Details

    • show

      public boolean show(Window parent)