Interface SelectButtonControl

All Superinterfaces:
ActionControl, ActionListenable, ActionModel, ButtonControl, Component, Control, DepictedObject, Displayable, Enableable, InfoModel, InputFocusableComponent, LabelDisplayableComponent, LabelModel, Model, PresentationModel, com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable, Selectable, SelectActionControl
All Known Implementing Classes:
BooleanSelectButton, BooleanSelectToolButton, SelectButton, ValueSelectButton

public interface SelectButtonControl extends SelectActionControl, ButtonControl
A button that keeps track of its selected state.
Author:
Garret Wilson