Uses of Interface
ca.corbett.extras.actionpanel.ToolBarActionSupplier
Packages that use ToolBarActionSupplier
Package
Description
Contains the ActionPanel component and supporting classes.
-
Uses of ToolBarActionSupplier in ca.corbett.extras.actionpanel
Methods in ca.corbett.extras.actionpanel with parameters of type ToolBarActionSupplierModifier and TypeMethodDescriptionToolBarOptions.addCustomActionSupplier(ToolBarActionSupplier actionSupplier) You can add your own buttons to the ToolBar in addition to (or instead of, if you disable them) the built-in ones.ToolBarOptions.removeCustomActionSupplier(ToolBarActionSupplier actionSupplier) Removes a custom action supplier that was previously added via addCustomActionSupplier().