Class CellEditorProperties
- java.lang.Object
-
- org.eclipse.jface.databinding.viewers.CellEditorProperties
-
public class CellEditorProperties extends Object
A factory for creating properties of JFacecell editors.- Since:
- 1.3
-
-
Constructor Summary
Constructors Constructor Description CellEditorProperties()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IValueProperty<CellEditor,Control>control()Returns a value property for observing the control of aCellEditor.
-
-
-
Method Detail
-
control
public static IValueProperty<CellEditor,Control> control()
Returns a value property for observing the control of aCellEditor.- Returns:
- a value property for observing the control of a
CellEditor.
-
-