Uses of Class
org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox.MixedCheckBoxStatus
-
Packages that use MixedCheckBox.MixedCheckBoxStatus Package Description org.optaplanner.benchmark.impl.aggregator.swingui -
-
Uses of MixedCheckBox.MixedCheckBoxStatus in org.optaplanner.benchmark.impl.aggregator.swingui
Methods in org.optaplanner.benchmark.impl.aggregator.swingui that return MixedCheckBox.MixedCheckBoxStatus Modifier and Type Method Description MixedCheckBox.MixedCheckBoxStatus
MixedCheckBox. getStatus()
static MixedCheckBox.MixedCheckBoxStatus
MixedCheckBox.MixedCheckBoxStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static MixedCheckBox.MixedCheckBoxStatus[]
MixedCheckBox.MixedCheckBoxStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.optaplanner.benchmark.impl.aggregator.swingui with parameters of type MixedCheckBox.MixedCheckBoxStatus Modifier and Type Method Description void
MixedCheckBox. setStatus(MixedCheckBox.MixedCheckBoxStatus status)
-