Package org.eclipse.net4j.util.ui
Class DefaultPropertySource.DelegatingPropertyDescriptor<RECEIVER>
java.lang.Object
org.eclipse.net4j.util.ui.DefaultPropertySource.DelegatingPropertyDescriptor<RECEIVER>
- All Implemented Interfaces:
IPropertyDescriptor
- Enclosing class:
- DefaultPropertySource<RECEIVER>
public static final class DefaultPropertySource.DelegatingPropertyDescriptor<RECEIVER>
extends Object
implements IPropertyDescriptor
- Author:
- Eike Stepper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreatePropertyEditor
(Composite parent) String[]
getId()
boolean
isCompatibleWith
(IPropertyDescriptor anotherProperty) void
setLabelProvider
(ILabelProvider labelProvider)
-
Constructor Details
-
DelegatingPropertyDescriptor
-
-
Method Details
-
getProperty
-
getCategory
- Specified by:
getCategory
in interfaceIPropertyDescriptor
-
getId
- Specified by:
getId
in interfaceIPropertyDescriptor
-
getDisplayName
- Specified by:
getDisplayName
in interfaceIPropertyDescriptor
-
getDescription
- Specified by:
getDescription
in interfaceIPropertyDescriptor
-
isCompatibleWith
- Specified by:
isCompatibleWith
in interfaceIPropertyDescriptor
-
getLabelProvider
- Specified by:
getLabelProvider
in interfaceIPropertyDescriptor
-
setLabelProvider
-
getHelpContextIds
- Specified by:
getHelpContextIds
in interfaceIPropertyDescriptor
-
getFilterFlags
- Specified by:
getFilterFlags
in interfaceIPropertyDescriptor
-
createPropertyEditor
- Specified by:
createPropertyEditor
in interfaceIPropertyDescriptor
-