Class ObservableValueEditingSupport<E,​M,​T>

  • Type Parameters:
    E - type of the model element with a property that is being edited
    M - type of the value in the model that is being edited, the value of the property on the model element
    T - type of the target value that actually is being edited by the user

    public abstract class ObservableValueEditingSupport<E,​M,​T>
    extends EditingSupport
    EditingSupport using the JFace Data Binding concepts to handle the updating of an element from a CellEditor.

    If M and T are different then they must be converted to each other.

    Since:
    1.2