public static final class DefaultPropertySource.DelegatingPropertyDescriptor<RECEIVER> extends java.lang.Object implements IPropertyDescriptor
Constructor and Description |
---|
DelegatingPropertyDescriptor(Property<RECEIVER> property) |
Modifier and Type | Method and Description |
---|---|
CellEditor |
createPropertyEditor(Composite parent) |
java.lang.String |
getCategory() |
java.lang.String |
getDescription() |
java.lang.String |
getDisplayName() |
java.lang.String[] |
getFilterFlags() |
java.lang.Object |
getHelpContextIds() |
java.lang.String |
getId() |
ILabelProvider |
getLabelProvider() |
Property<RECEIVER> |
getProperty() |
boolean |
isCompatibleWith(IPropertyDescriptor anotherProperty) |
void |
setLabelProvider(ILabelProvider labelProvider) |
public java.lang.String getCategory()
getCategory
in interface IPropertyDescriptor
public java.lang.String getId()
getId
in interface IPropertyDescriptor
public java.lang.String getDisplayName()
getDisplayName
in interface IPropertyDescriptor
public java.lang.String getDescription()
getDescription
in interface IPropertyDescriptor
public boolean isCompatibleWith(IPropertyDescriptor anotherProperty)
isCompatibleWith
in interface IPropertyDescriptor
public ILabelProvider getLabelProvider()
getLabelProvider
in interface IPropertyDescriptor
public void setLabelProvider(ILabelProvider labelProvider)
public java.lang.Object getHelpContextIds()
getHelpContextIds
in interface IPropertyDescriptor
public java.lang.String[] getFilterFlags()
getFilterFlags
in interface IPropertyDescriptor
public CellEditor createPropertyEditor(Composite parent)
createPropertyEditor
in interface IPropertyDescriptor
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html