public class FXPaintPropertyDescriptor extends PropertyDescriptor
FXPaintPropertyDescriptor
is a PropertyDescriptor
that
uses the FXPaintCellEditor
to edit its value.Constructor and Description |
---|
FXPaintPropertyDescriptor(java.lang.Object id,
java.lang.String displayName)
Creates an property descriptor with the given id and display name.
|
Modifier and Type | Method and Description |
---|---|
CellEditor |
createPropertyEditor(Composite parent) |
getAlwaysIncompatible, getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, getLabelProvider, getValidator, isCompatibleWith, isLabelProviderSet, setAlwaysIncompatible, setCategory, setDescription, setFilterFlags, setHelpContextIds, setLabelProvider, setValidator
public FXPaintPropertyDescriptor(java.lang.Object id, java.lang.String displayName)
id
- The id of this propertydisplayName
- The name to display for this propertypublic CellEditor createPropertyEditor(Composite parent)
createPropertyEditor
in interface IPropertyDescriptor
createPropertyEditor
in class PropertyDescriptor
Copyright (c) 2014 itemis AG and others. All rights reserved.