Package-level declarations

Types

Link copied to clipboard
interface SettingHandler

Interface for handling individual setting operations. Each setting (japanese, notice, etc.) implements this interface to provide its own logic for getting, setting, and displaying status.

Link copied to clipboard

Registry for all setting handlers. Provides centralized access to setting handlers and ensures type safety.

Link copied to clipboard
sealed class SettingKey

Sealed class representing all available setting keys. Each setting key has a unique identifier used in command arguments.