Class NotifierResolveProperty

java.lang.Object
org.eclipse.core.databinding.property.value.ValueProperty<S,T>
org.eclipse.core.databinding.property.value.SimpleValueProperty
com._1c.g5.v8.dt.common.properties.NotifierResolveProperty
All Implemented Interfaces:
org.eclipse.core.databinding.property.IProperty, org.eclipse.core.databinding.property.value.IValueProperty

public class NotifierResolveProperty extends org.eclipse.core.databinding.property.value.SimpleValueProperty
  • Constructor Summary

    Constructors
    Constructor
    Description
    NotifierResolveProperty(org.eclipse.emf.ecore.EStructuralFeature feature, Object valueType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.core.databinding.property.INativePropertyListener
    adaptListener(org.eclipse.core.databinding.property.ISimplePropertyListener listener)
     
    protected Object
     
    protected void
    doSetValue(Object source, Object value)
     
     
    org.eclipse.core.databinding.observable.value.IObservableValue
    observe(org.eclipse.core.databinding.observable.Realm realm, Object source)
     

    Methods inherited from class org.eclipse.core.databinding.property.value.SimpleValueProperty

    observeDetail, observeDetail, observeDetail

    Methods inherited from class org.eclipse.core.databinding.property.value.ValueProperty

    getValue, list, map, observe, observeDetail, set, setValue, value, valueFactory, valueFactory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NotifierResolveProperty

      public NotifierResolveProperty(org.eclipse.emf.ecore.EStructuralFeature feature, Object valueType)
  • Method Details

    • getValueType

      public Object getValueType()
    • adaptListener

      public org.eclipse.core.databinding.property.INativePropertyListener adaptListener(org.eclipse.core.databinding.property.ISimplePropertyListener listener)
      Specified by:
      adaptListener in class org.eclipse.core.databinding.property.value.SimpleValueProperty
    • observe

      public org.eclipse.core.databinding.observable.value.IObservableValue observe(org.eclipse.core.databinding.observable.Realm realm, Object source)
      Specified by:
      observe in interface org.eclipse.core.databinding.property.value.IValueProperty
      Overrides:
      observe in class org.eclipse.core.databinding.property.value.SimpleValueProperty
    • doGetValue

      protected Object doGetValue(Object source)
      Specified by:
      doGetValue in class org.eclipse.core.databinding.property.value.SimpleValueProperty
    • doSetValue

      protected void doSetValue(Object source, Object value)
      Specified by:
      doSetValue in class org.eclipse.core.databinding.property.value.SimpleValueProperty