org.jupe.editors.classdiagram.model
Class BooleanPropertyDescriptor

java.lang.Object
  extended by org.eclipse.ui.views.properties.PropertyDescriptor
      extended by org.eclipse.ui.views.properties.ComboBoxPropertyDescriptor
          extended by org.jupe.editors.classdiagram.model.BooleanPropertyDescriptor
All Implemented Interfaces:
org.eclipse.ui.views.properties.IPropertyDescriptor

public class BooleanPropertyDescriptor
extends org.eclipse.ui.views.properties.ComboBoxPropertyDescriptor

Descriptor for a boolean property used for the combo box cell editor.

Author:
Michael Pradel

Constructor Summary
BooleanPropertyDescriptor(java.lang.String id, java.lang.String name)
           
 
Method Summary
 
Methods inherited from class org.eclipse.ui.views.properties.ComboBoxPropertyDescriptor
createPropertyEditor, getLabelProvider
 
Methods inherited from class org.eclipse.ui.views.properties.PropertyDescriptor
getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, isCompatibleWith, isLabelProviderSet, setAlwaysIncompatible, setCategory, setDescription, setFilterFlags, setHelpContextIds, setLabelProvider, setValidator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanPropertyDescriptor

public BooleanPropertyDescriptor(java.lang.String id,
                                 java.lang.String name)
Parameters:
id - The property id.
name - The name to be displayed for this property.