Class NotifierValueProperty
- 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
-
- All Implemented Interfaces:
org.eclipse.core.databinding.property.IProperty
,org.eclipse.core.databinding.property.value.IValueProperty
- Direct Known Subclasses:
ResourceValueProperty
public abstract class NotifierValueProperty extends org.eclipse.core.databinding.property.value.SimpleValueProperty
Databinding property for EMF feature.
-
-
Constructor Summary
Constructors Constructor Description NotifierValueProperty(int featureId, Object valueType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.core.databinding.property.INativePropertyListener
adaptListener(org.eclipse.core.databinding.property.ISimplePropertyListener listener)
Object
getValueType()
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
doGetValue, doSetValue, observeDetail, observeDetail, observeDetail
-
-
-
-
Constructor Detail
-
NotifierValueProperty
public NotifierValueProperty(int featureId, Object valueType)
-
-
Method Detail
-
getValueType
public Object getValueType()
-
adaptListener
public org.eclipse.core.databinding.property.INativePropertyListener adaptListener(org.eclipse.core.databinding.property.ISimplePropertyListener listener)
- Specified by:
adaptListener
in classorg.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 interfaceorg.eclipse.core.databinding.property.value.IValueProperty
- Overrides:
observe
in classorg.eclipse.core.databinding.property.value.SimpleValueProperty
-
-