Example usage for org.eclipse.jface.commands RadioState subclass-usage

List of usage examples for org.eclipse.jface.commands RadioState subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.commands RadioState subclass-usage.

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}.