Class NullableToggleButtonModel

java.lang.Object
javax.swing.DefaultButtonModel
is.codion.swing.common.model.component.button.NullableToggleButtonModel
All Implemented Interfaces:
ItemSelectable, Serializable, ButtonModel

public final class NullableToggleButtonModel extends DefaultButtonModel
A ToggleButtonModel implementation, which allows the null state. The states are null -> false -> true. Heavily influenced by TristateCheckBox by Heinz M. Kabutz http://www.javaspecialists.eu/archive/Issue145.html Included with permission.
See Also: