List of usage examples for org.eclipse.jface.commands RadioState subclass-usage
From source file org.eclipse.ui.handlers.RegistryRadioState.java
/**
* <p>
* A radio state that can be read from the registry. This stores a piece of
* boolean state information that is grouped with other boolean state to form a
* radio group. In a single radio group, there can be at most one state who
* value is {@link Boolean#TRUE} all the others must be {@link Boolean#FALSE}.