Class ResourceValueProperty
- 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.NotifierValueProperty
-
- com._1c.g5.v8.dt.common.properties.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 Summary
Constructors Constructor Description ResourceValueProperty(int featureId, Object valueType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.core.databinding.observable.value.IObservableValue
observe(org.eclipse.core.databinding.observable.Realm realm, Object source)
-
Methods inherited from class com._1c.g5.v8.dt.common.properties.NotifierValueProperty
adaptListener, getValueType
-
Methods inherited from class org.eclipse.core.databinding.property.value.SimpleValueProperty
doGetValue, doSetValue, observeDetail, observeDetail, observeDetail
-
-
-
-
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 interfaceorg.eclipse.core.databinding.property.value.IValueProperty
- Overrides:
observe
in classNotifierValueProperty
-
-