Uses of Class
ca.corbett.extensions.ui.ExtensionTitleBar
Packages that use ExtensionTitleBar
Package
Description
Contains UI classes for the app-extensions code, most notably the ExtensionManagerDialog.
-
Uses of ExtensionTitleBar in ca.corbett.extensions.ui
Methods in ca.corbett.extensions.ui that return ExtensionTitleBarModifier and TypeMethodDescriptionExtensionTitleBar.setEnabledToggleAction(AbstractAction action) Sets some action to execute when the enabled checkbox is selected or unselected.ExtensionTitleBar.setExtensionEnabled(boolean enable) ExtensionTitleBar.setInstallAction(AbstractAction action) Sets some action to execute when the install button is pressed.ExtensionTitleBar.setUninstallAction(AbstractAction action) Sets some action to execute when the uninstall button is pressed.ExtensionTitleBar.setUpdateAction(AbstractAction action) Sets some action to execute when the update button is pressed.