Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.core.databinding.property.ISimplePropertyListener

Packages that use ISimplePropertyListener
org.eclipse.core.databinding.property Interfaces and classes for representing and observing properties of objects. 
org.eclipse.core.databinding.property.list   
org.eclipse.core.databinding.property.map   
org.eclipse.core.databinding.property.set   
org.eclipse.core.databinding.property.value   
org.eclipse.jface.databinding.swt Provides classes that can be used to observe changes in SWT widgets. 
 

Uses of ISimplePropertyListener in org.eclipse.core.databinding.property
 

Constructors in org.eclipse.core.databinding.property with parameters of type ISimplePropertyListener
NativePropertyListener(IProperty property, ISimplePropertyListener listener)
          Constructs a NativePropertyListener with the specified arguments
 

Uses of ISimplePropertyListener in org.eclipse.core.databinding.property.list
 

Methods in org.eclipse.core.databinding.property.list with parameters of type ISimplePropertyListener
abstract  INativePropertyListener SimpleListProperty.adaptListener(ISimplePropertyListener 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
 

Methods in org.eclipse.core.databinding.property.map with parameters of type ISimplePropertyListener
abstract  INativePropertyListener SimpleMapProperty.adaptListener(ISimplePropertyListener 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
 

Methods in org.eclipse.core.databinding.property.set with parameters of type ISimplePropertyListener
abstract  INativePropertyListener SimpleSetProperty.adaptListener(ISimplePropertyListener 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
 

Methods in org.eclipse.core.databinding.property.value with parameters of type ISimplePropertyListener
abstract  INativePropertyListener SimpleValueProperty.adaptListener(ISimplePropertyListener 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
 

Methods in org.eclipse.jface.databinding.swt with parameters of type ISimplePropertyListener
 INativePropertyListener WidgetValueProperty.adaptListener(ISimplePropertyListener listener)
           
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.