Uses of Interface
org.eclipse.core.databinding.property.ISimplePropertyListener
Package
Description
Interfaces and classes for representing and observing properties of objects.
Provides classes that can be used to observe changes in SWT widgets.
-
Uses of ISimplePropertyListener in org.eclipse.core.databinding.property
ModifierConstructorDescriptionNativePropertyListener
(IProperty property, ISimplePropertyListener<S, D> listener) Constructs a NativePropertyListener with the specified arguments -
Uses of ISimplePropertyListener in org.eclipse.core.databinding.property.list
Modifier and TypeMethodDescriptionabstract INativePropertyListener<S>
SimpleListProperty.adaptListener
(ISimplePropertyListener<S, ListDiff<E>> listener) Returns a listener capable of adding or removing itself as a listener on a source object using the the source's "native" listener API. -
Uses of ISimplePropertyListener in org.eclipse.core.databinding.property.map
Modifier and TypeMethodDescriptionabstract INativePropertyListener<S>
SimpleMapProperty.adaptListener
(ISimplePropertyListener<S, MapDiff<K, V>> listener) Returns a listener capable of adding or removing itself as a listener on a source object using the the source's "native" listener API. -
Uses of ISimplePropertyListener in org.eclipse.core.databinding.property.set
Modifier and TypeMethodDescriptionabstract INativePropertyListener<S>
SimpleSetProperty.adaptListener
(ISimplePropertyListener<S, SetDiff<E>> listener) Returns a listener capable of adding or removing itself as a listener on a source object using the the source's "native" listener API. -
Uses of ISimplePropertyListener in org.eclipse.core.databinding.property.value
Modifier and TypeMethodDescriptionabstract INativePropertyListener<S>
SimpleValueProperty.adaptListener
(ISimplePropertyListener<S, ValueDiff<? extends T>> listener) Returns a listener capable of adding or removing itself as a listener on a source object using the the source's "native" listener API. -
Uses of ISimplePropertyListener in org.eclipse.jface.databinding.swt
Modifier and TypeMethodDescriptionWidgetValueProperty.adaptListener
(ISimplePropertyListener<S, ValueDiff<? extends T>> listener)