Class FXPaintPropertyDescriptor
java.lang.Object
org.eclipse.ui.views.properties.PropertyDescriptor
org.eclipse.gef.mvc.fx.ui.properties.FXPaintPropertyDescriptor
- All Implemented Interfaces:
IPropertyDescriptor
The
FXPaintPropertyDescriptor
is a PropertyDescriptor
that
uses the FXPaintCellEditor
to edit its value.-
Constructor Summary
ConstructorsConstructorDescriptionFXPaintPropertyDescriptor
(Object id, String displayName) Creates an property descriptor with the given id and display name. -
Method Summary
Methods inherited from class org.eclipse.ui.views.properties.PropertyDescriptor
getAlwaysIncompatible, getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, getLabelProvider, getValidator, isCompatibleWith, isLabelProviderSet, setAlwaysIncompatible, setCategory, setDescription, setFilterFlags, setHelpContextIds, setLabelProvider, setValidator
-
Constructor Details
-
FXPaintPropertyDescriptor
Creates an property descriptor with the given id and display name.- Parameters:
id
- The id of this propertydisplayName
- The name to display for this property
-
-
Method Details
-
createPropertyEditor
- Specified by:
createPropertyEditor
in interfaceIPropertyDescriptor
- Overrides:
createPropertyEditor
in classPropertyDescriptor
-