be.ac.vub.cocompose.eclipse.model.datatypes
Class BooleanPropertyDescriptor
java.lang.Object
org.eclipse.ui.views.properties.PropertyDescriptor
org.eclipse.ui.views.properties.ComboBoxPropertyDescriptor
be.ac.vub.cocompose.eclipse.model.datatypes.BooleanPropertyDescriptor
- All Implemented Interfaces:
- IPropertyDescriptor
- public class BooleanPropertyDescriptor
- extends ComboBoxPropertyDescriptor
Eclipse property descriptor for boolean properties.
- Since:
- 0.2.12
- Version:
- 0.2.12, 20/05/2004
- Author:
- Dennis Wagelaar
Methods inherited from class org.eclipse.ui.views.properties.PropertyDescriptor |
getAlwaysIncompatible, getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, getLabelProvider, getValidator, isCompatibleWith, setAlwaysIncompatible, setCategory, setDescription, setFilterFlags, setHelpContextIds, setLabelProvider, setValidator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanPropertyDescriptor
public BooleanPropertyDescriptor(Object id,
String displayName)
- Creates a BooleanPropertyDescriptor.
- Parameters:
id
- the property id.displayName
- the property name for display.