Class InstalledExtensionsPanel.ExtensionEnabledToggleAction

java.lang.Object
javax.swing.AbstractAction
ca.corbett.extensions.ui.InstalledExtensionsPanel.ExtensionEnabledToggleAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
InstalledExtensionsPanel<T extends AppExtension>

protected class InstalledExtensionsPanel.ExtensionEnabledToggleAction extends AbstractAction
An action that can respond to an extension being enabled or disabled. We present a checkbox for this in the ExtensionTitleBar, and this action can be invoked when the checkbox is toggled. We update the extension status and change the label for it in the extension list on the left.
Author:
scorbo2
See Also: