Class CellEditorProperties
java.lang.Object
org.eclipse.jface.databinding.viewers.CellEditorProperties
A factory for creating properties of JFace
cell editors.- Since:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IValueProperty<CellEditor, Control> control()Returns a value property for observing the control of aCellEditor.
-
Constructor Details
-
CellEditorProperties
public CellEditorProperties()
-
-
Method Details
-
control
Returns a value property for observing the control of aCellEditor.- Returns:
- a value property for observing the control of a
CellEditor.
-