Class BooleanPropertyDescriptor

java.lang.Object
org.eclipse.ui.views.properties.PropertyDescriptor
org.csstudio.opibuilder.properties.support.BooleanPropertyDescriptor
All Implemented Interfaces:
IPropertyDescriptor

public final class BooleanPropertyDescriptor extends PropertyDescriptor
Descriptor for a property that is a boolean value which should be edited with a boolean cell editor.

This class may be instantiated; it is not intended to be subclassed.

Example:

 IPropertyDescriptor pd = new BooleanPropertyDescriptor("fg", "boolean");