de.tu_berlin.cs.tfs.muvitorkit.properties
Class CheckboxPropertyDescriptor

java.lang.Object
  extended by org.eclipse.ui.views.properties.PropertyDescriptor
      extended by de.tu_berlin.cs.tfs.muvitorkit.properties.CheckboxPropertyDescriptor
All Implemented Interfaces:
IPropertyDescriptor

public class CheckboxPropertyDescriptor
extends PropertyDescriptor

Property Descriptor for boolean values in the properties view.

Rating red

Constructor Summary
CheckboxPropertyDescriptor(Object id, String displayName)
           
 
Method Summary
 CellEditor createPropertyEditor(Composite parent)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckboxPropertyDescriptor

public CheckboxPropertyDescriptor(Object id,
                                  String displayName)
Parameters:
id -
displayName -
Method Detail

createPropertyEditor

public CellEditor createPropertyEditor(Composite parent)
Specified by:
createPropertyEditor in interface IPropertyDescriptor
Overrides:
createPropertyEditor in class PropertyDescriptor