Package docking.menu

Class DialogToolbarButton

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants

public class DialogToolbarButton extends EmptyBorderToggleButton
Toolbar buttons for Dialogs.

This class exists because dialog actions are not added to the regular tool's toolbars. This means that we have to create the dialog's toolbars outside of the tool. Thus, this class mimics how the tool's toolbar buttons are created.

See Also: