be.ac.vub.cocompose.eclipse.model.datatypes
Class BooleanPropertyDescriptor

java.lang.Object
  extended byorg.eclipse.ui.views.properties.PropertyDescriptor
      extended byorg.eclipse.ui.views.properties.ComboBoxPropertyDescriptor
          extended bybe.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

Constructor Summary
BooleanPropertyDescriptor(Object id, String displayName)
          Creates a BooleanPropertyDescriptor.
 
Methods inherited from class org.eclipse.ui.views.properties.ComboBoxPropertyDescriptor
createPropertyEditor
 
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
 

Constructor Detail

BooleanPropertyDescriptor

public BooleanPropertyDescriptor(Object id,
                                 String displayName)
Creates a BooleanPropertyDescriptor.

Parameters:
id - the property id.
displayName - the property name for display.