de.tu_berlin.cs.tfs.muvitorkit.properties
Class CheckboxPropertyDescriptor
java.lang.Object
org.eclipse.ui.views.properties.PropertyDescriptor
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

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 |
CheckboxPropertyDescriptor
public CheckboxPropertyDescriptor(Object id,
String displayName)
- Parameters:
id
- displayName
-
createPropertyEditor
public CellEditor createPropertyEditor(Composite parent)
- Specified by:
createPropertyEditor
in interface IPropertyDescriptor
- Overrides:
createPropertyEditor
in class PropertyDescriptor