Interface ButtonControl

All Superinterfaces:
ActionControl, ActionListenable, ActionModel, Component, Control, DepictedObject, Displayable, Enableable, InfoModel, InputFocusableComponent, LabelDisplayableComponent, LabelModel, Model, PresentationModel, com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable
All Known Subinterfaces:
SelectButtonControl, ToolButtonControl
All Known Implementing Classes:
AbstractButtonControl, BooleanSelectButton, BooleanSelectToolButton, Button, SelectButton, ToolButton, ValueSelectButton

public interface ButtonControl extends ActionControl, LabelDisplayableComponent
An action control with button behavior, including a "push" user interface.
Author:
Garret Wilson