class ArrayQuickSwitchSchemeAction : DataQuickSwitchSchemeAction<ArrayScheme>
Opens a popup to allow the user to quickly switch to the selected scheme.
settings
- the settings containing the schemes that can be switched between
ArrayQuickSwitchSchemeAction(settings: ArraySettings = ArraySettings.default)
Opens a popup to allow the user to quickly switch to the selected scheme. |
val name: String
The name of the action. |
open fun fillActions(project: Project?, group: DefaultActionGroup, dataContext: DataContext): Unit
Adds actions for all schemes in |
|
open fun update(event: AnActionEvent): Unit
Sets the title and icon of this action. |