Class FXPaintPropertyDescriptor
- java.lang.Object
-
- org.eclipse.ui.views.properties.PropertyDescriptor
-
- org.eclipse.gef.mvc.fx.ui.properties.FXPaintPropertyDescriptor
-
- All Implemented Interfaces:
IPropertyDescriptor
public class FXPaintPropertyDescriptor extends PropertyDescriptor
TheFXPaintPropertyDescriptor
is aPropertyDescriptor
that uses theFXPaintCellEditor
to edit its value.
-
-
Constructor Summary
Constructors Constructor Description FXPaintPropertyDescriptor(java.lang.Object id, java.lang.String displayName)
Creates an property descriptor with the given id and display name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellEditor
createPropertyEditor(Composite parent)
-
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
-
-
-
-
Method Detail
-
createPropertyEditor
public CellEditor createPropertyEditor(Composite parent)
- Specified by:
createPropertyEditor
in interfaceIPropertyDescriptor
- Overrides:
createPropertyEditor
in classPropertyDescriptor
-
-