Class ResourceValueProperty

  • All Implemented Interfaces:
    org.eclipse.core.databinding.property.IProperty, org.eclipse.core.databinding.property.value.IValueProperty

    public abstract class ResourceValueProperty
    extends NotifierValueProperty
    Databanding property for EMF Resource.
    • Constructor Detail

      • ResourceValueProperty

        public ResourceValueProperty​(int featureId,
                                     Object valueType)
    • Method Detail

      • 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 NotifierValueProperty