Package com.install4j.api.laf
Interface IndeterminateStateComponent
-
public interface IndeterminateStateComponent
Interface that must be implemented by a tri-state check box. Tri-state check boxes are returned byLookAndFeelEnhancer.createTriStateCheckBox()
.Note that when
AbstractButton.setSelected(boolean)
is called, the indeterminate state must be set to false.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setIndeterminate(boolean indeterminate)
Sets whether the check box is in the third, indeterminate state.
-