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