public class FXPaintPropertyDescriptor
extends org.eclipse.ui.views.properties.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 |
---|---|
org.eclipse.jface.viewers.CellEditor |
createPropertyEditor(org.eclipse.swt.widgets.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 org.eclipse.jface.viewers.CellEditor createPropertyEditor(org.eclipse.swt.widgets.Composite parent)
createPropertyEditor
in interface org.eclipse.ui.views.properties.IPropertyDescriptor
createPropertyEditor
in class org.eclipse.ui.views.properties.PropertyDescriptor
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.