Class DateTimeCellEditor

java.lang.Object
org.eclipse.jface.viewers.CellEditor
com._1c.g5.v8.dt.internal.debug.ui.variables.DateTimeCellEditor

public class DateTimeCellEditor extends CellEditor
Cell editor for date and time editing. Supports Date class.
  • Constructor Details

    • DateTimeCellEditor

      public DateTimeCellEditor(org.eclipse.swt.widgets.Composite parent)
      Constructor of DateTimeCellEditor.
      Parameters:
      parent - parent composite, cannot be null
  • Method Details

    • createControl

      protected org.eclipse.swt.widgets.Control createControl(org.eclipse.swt.widgets.Composite parent)
      Specified by:
      createControl in class CellEditor
    • doGetValue

      protected Object doGetValue()
      Specified by:
      doGetValue in class CellEditor
    • doSetFocus

      protected void doSetFocus()
      Specified by:
      doSetFocus in class CellEditor
    • doSetValue

      protected void doSetValue(Object value)
      Specified by:
      doSetValue in class CellEditor
    • applyEditorValueAndDeactivate

      protected void applyEditorValueAndDeactivate()
      Apply editor value and deactive cell editor.