public interface IItemPropertyDescriptor2
extends org.eclipse.emf.edit.provider.IItemPropertyDescriptor
Modifier and Type | Method and Description |
---|---|
org.eclipse.jface.viewers.CellEditor |
createPropertyEditor(org.eclipse.swt.widgets.Composite composite,
Object object)
Create a custom cell editor for the property entry
|
canSetProperty, getCategory, getChoiceOfValues, getDescription, getDisplayName, getFeature, getFilterFlags, getHelpContextIds, getId, getLabelProvider, getPropertyValue, isCompatibleWith, isMany, isMultiLine, isPropertySet, isSortChoices, resetPropertyValue, setPropertyValue
org.eclipse.jface.viewers.CellEditor createPropertyEditor(org.eclipse.swt.widgets.Composite composite, Object object)
composite
- the composite for the cell editorobject
- the object to create the cell editor forCellEditor
or null
if the
default cell editor should be used