org.eclipse.emf.ecp.edit.internal.swt.controls
Class DateTimeControl
java.lang.Object
org.eclipse.emf.ecp.edit.spi.ECPAbstractControl
org.eclipse.emf.ecp.edit.internal.swt.util.SWTControl
org.eclipse.emf.ecp.edit.internal.swt.controls.SingleControl
org.eclipse.emf.ecp.edit.internal.swt.controls.DateTimeControl
- All Implemented Interfaces:
- ECPControlSWT
Deprecated.
@Deprecated
public class DateTimeControl
- extends SingleControl
This class defines a DateTimeControl which is used for displaying EStructuralFeature
s which have a date
value.
- Author:
- Eugen Neufeld
Method Summary |
org.eclipse.core.databinding.Binding |
bindValue()
Deprecated. Triggers the control to perform the databinding. |
void |
setEditable(boolean isEditable)
Deprecated. Sets the state of the widget to be either editable or not. |
DateTimeControl
public DateTimeControl()
- Deprecated.
setEditable
public void setEditable(boolean isEditable)
- Deprecated.
- Sets the state of the widget to be either editable or not.
- Overrides:
setEditable
in class ECPAbstractControl
- Parameters:
isEditable
- whether to set the widget editable
bindValue
public org.eclipse.core.databinding.Binding bindValue()
- Deprecated.
- Description copied from class:
SWTControl
- Triggers the control to perform the databinding.
- Returns:
- The
Binding
Copyright © 2015. All Rights Reserved.