20 package net.sf.gridarta.gui.utils;
24 import org.jetbrains.annotations.NotNull;
A TristateCheckBox that skips the indeterminate state when activated.
ToggleTristateCheckBox(@NotNull final String text)
Creates a new instance.
Graphical User Interface of Gridarta.
Implements TristateCheckBox, a JCheckBox variant that supports three states: deselected, indeterminate, selected.
static final long serialVersionUID
The serial version UID.
A JCheckBox that supports three states: deselected, indeterminate, selected.
Base package of all Gridarta classes.
Possible states for TristateButtonModels.
nextTristateState
The check box is not selected.
TristateState nextState(@NotNull final TristateState state)
Skips the indeterminate state.