Class BooleanPropertyDescriptor
java.lang.Object
org.eclipse.ui.views.properties.PropertyDescriptor
org.csstudio.opibuilder.properties.support.BooleanPropertyDescriptor
- All Implemented Interfaces:
IPropertyDescriptor
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");
-
Constructor Summary
ConstructorDescriptionBooleanPropertyDescriptor
(Object id, String displayName) Creates an property descriptor with the given id and display name. -
Method Summary
Methods inherited from class org.eclipse.ui.views.properties.PropertyDescriptor
getAlwaysIncompatible, getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, getLabelProvider, getValidator, isCompatibleWith, isLabelProviderSet, setAlwaysIncompatible, setCategory, setDescription, setFilterFlags, setHelpContextIds, setLabelProvider, setValidator
-
Constructor Details
-
BooleanPropertyDescriptor
Creates an property descriptor with the given id and display name.- Parameters:
id
- the id of the propertydisplayName
- the name to display for the property
-
-
Method Details
-
createPropertyEditor
- Specified by:
createPropertyEditor
in interfaceIPropertyDescriptor
- Overrides:
createPropertyEditor
in classPropertyDescriptor
-