org.eclipse.emf.ecp.edit.internal.swt.table
Class DateCellEditor

java.lang.Object
  extended by org.eclipse.jface.viewers.CellEditor
      extended by org.eclipse.emf.ecp.edit.internal.swt.table.DateCellEditor
All Implemented Interfaces:
ECPCellEditor

public class DateCellEditor
extends org.eclipse.jface.viewers.CellEditor
implements ECPCellEditor

A cell editor for editing a date time value.

Author:
Eugen Neufeld

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jface.viewers.CellEditor
org.eclipse.jface.viewers.CellEditor.LayoutData
 
Field Summary
 
Fields inherited from class org.eclipse.jface.viewers.CellEditor
COPY, CUT, DELETE, FIND, PASTE, REDO, SELECT_ALL, UNDO
 
Fields inherited from interface org.eclipse.emf.ecp.edit.internal.swt.util.ECPCellEditor
CUSTOM_VARIANT
 
Constructor Summary
DateCellEditor()
          Default constructor.
DateCellEditor(org.eclipse.swt.widgets.Composite parent)
          A constructor which takes only a parent.
DateCellEditor(org.eclipse.swt.widgets.Composite parent, int style)
          A constructor which takes the parent and the style.
 
Method Summary
 int getColumnWidthWeight()
          The returned value is used for layouting the table columns.
 String getFormatedString(Object value)
          This returns the String which will be shown in the table when no cell editor is open.
 org.eclipse.core.databinding.UpdateValueStrategy getModelToTargetStrategy()
          
 org.eclipse.core.databinding.UpdateValueStrategy getTargetToModelStrategy()
          
 org.eclipse.core.databinding.property.value.IValueProperty getValueProperty()
          Returns the IValueProperty for this cell editor which is used by the table to create an IObservableValue.
 void instantiate(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature, ViewModelContext viewModelContext)
          Instantiates this cell editor.
 void setEditable(boolean editable)
          
 
Methods inherited from class org.eclipse.jface.viewers.CellEditor
activate, activate, addListener, addPropertyChangeListener, create, deactivate, dispose, getControl, getErrorMessage, getLayoutData, getStyle, getValidator, getValue, isActivated, isCopyEnabled, isCutEnabled, isDeleteEnabled, isDirty, isFindEnabled, isPasteEnabled, isRedoEnabled, isSelectAllEnabled, isUndoEnabled, isValueValid, performCopy, performCut, performDelete, performFind, performPaste, performRedo, performSelectAll, performUndo, removeListener, removePropertyChangeListener, setFocus, setStyle, setValidator, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecp.edit.internal.swt.util.ECPCellEditor
getStyle
 

Constructor Detail

DateCellEditor

public DateCellEditor()
Default constructor.


DateCellEditor

public DateCellEditor(org.eclipse.swt.widgets.Composite parent)
A constructor which takes only a parent.

Parameters:
parent - the Composite to use as a parent.

DateCellEditor

public DateCellEditor(org.eclipse.swt.widgets.Composite parent,
                      int style)
A constructor which takes the parent and the style.

Parameters:
parent - the Composite to use as a parent
style - the Style to set
Method Detail

getValueProperty

public org.eclipse.core.databinding.property.value.IValueProperty getValueProperty()
Returns the IValueProperty for this cell editor which is used by the table to create an IObservableValue.

Specified by:
getValueProperty in interface ECPCellEditor
Returns:
the IValueProperty for this cell editor
See Also:
ECPCellEditor.getValueProperty()

instantiate

public void instantiate(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature,
                        ViewModelContext viewModelContext)
Instantiates this cell editor. This allows the cell editor to use ViewModelServices.

Specified by:
instantiate in interface ECPCellEditor
Parameters:
eStructuralFeature - the EStructuralFeature displayed in this cell editor
viewModelContext - the ViewModelContext used for the current view
See Also:
ECPCellEditor.instantiate(org.eclipse.emf.ecore.EStructuralFeature, org.eclipse.emf.ecp.view.spi.context.ViewModelContext)

getFormatedString

public String getFormatedString(Object value)
This returns the String which will be shown in the table when no cell editor is open.

Specified by:
getFormatedString in interface ECPCellEditor
Parameters:
value - the Object to get the formated String for
Returns:
the formated String
See Also:
ECPCellEditor.getFormatedString(java.lang.Object)

getColumnWidthWeight

public int getColumnWidthWeight()
The returned value is used for layouting the table columns. The value is a relative column weight. A column containing text has a weight of 100. Please consider this when defining you weight. E.g if you return 200 your column will be twice the width of a text column.

Specified by:
getColumnWidthWeight in interface ECPCellEditor
Returns:
the relative column width
See Also:
ECPCellEditor.getColumnWidthWeight()

getTargetToModelStrategy

public org.eclipse.core.databinding.UpdateValueStrategy getTargetToModelStrategy()

Specified by:
getTargetToModelStrategy in interface ECPCellEditor
See Also:
ECPCellEditor.getTargetToModelStrategy()

getModelToTargetStrategy

public org.eclipse.core.databinding.UpdateValueStrategy getModelToTargetStrategy()

Specified by:
getModelToTargetStrategy in interface ECPCellEditor
See Also:
ECPCellEditor.getModelToTargetStrategy()

setEditable

public void setEditable(boolean editable)

Specified by:
setEditable in interface ECPCellEditor
See Also:
ECPCellEditor.setEditable(boolean)


Copyright © 2014. All Rights Reserved.