roneditor.objectnetview.model
Class CheckboxPropertyDescriptor

java.lang.Object
  extended by org.eclipse.ui.views.properties.PropertyDescriptor
      extended by roneditor.objectnetview.model.CheckboxPropertyDescriptor
All Implemented Interfaces:
org.eclipse.ui.views.properties.IPropertyDescriptor

public class CheckboxPropertyDescriptor
extends org.eclipse.ui.views.properties.PropertyDescriptor

Property Descriptor for the properties view window for boolean values.


Constructor Summary
CheckboxPropertyDescriptor(java.lang.Object id, java.lang.String displayName)
           
 
Method Summary
 org.eclipse.jface.viewers.CellEditor createPropertyEditor(org.eclipse.swt.widgets.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(java.lang.Object id,
                                  java.lang.String displayName)
Parameters:
id -
displayName -
Method Detail

createPropertyEditor

public org.eclipse.jface.viewers.CellEditor createPropertyEditor(org.eclipse.swt.widgets.Composite parent)
Specified by:
createPropertyEditor in interface org.eclipse.ui.views.properties.IPropertyDescriptor
Overrides:
createPropertyEditor in class org.eclipse.ui.views.properties.PropertyDescriptor