
public static final class DefaultPropertySource.DelegatingPropertyDescriptor<RECEIVER> extends Object implements IPropertyDescriptor
| Constructor and Description |
|---|
DefaultPropertySource.DelegatingPropertyDescriptor(Property<RECEIVER> property) |
| Modifier and Type | Method and Description |
|---|---|
CellEditor |
createPropertyEditor(Composite parent) |
String |
getCategory() |
String |
getDescription() |
String |
getDisplayName() |
String[] |
getFilterFlags() |
Object |
getHelpContextIds() |
String |
getId() |
ILabelProvider |
getLabelProvider() |
Property<RECEIVER> |
getProperty() |
boolean |
isCompatibleWith(IPropertyDescriptor anotherProperty) |
void |
setLabelProvider(ILabelProvider labelProvider) |
public String getCategory()
getCategory in interface IPropertyDescriptorpublic String getId()
getId in interface IPropertyDescriptorpublic String getDisplayName()
getDisplayName in interface IPropertyDescriptorpublic String getDescription()
getDescription in interface IPropertyDescriptorpublic boolean isCompatibleWith(IPropertyDescriptor anotherProperty)
isCompatibleWith in interface IPropertyDescriptorpublic ILabelProvider getLabelProvider()
getLabelProvider in interface IPropertyDescriptorpublic void setLabelProvider(ILabelProvider labelProvider)
public Object getHelpContextIds()
getHelpContextIds in interface IPropertyDescriptorpublic String[] getFilterFlags()
getFilterFlags in interface IPropertyDescriptorpublic CellEditor createPropertyEditor(Composite parent)
createPropertyEditor in interface IPropertyDescriptorCopyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.