Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.core.databinding.property.map.IMapProperty

Packages that use IMapProperty
org.eclipse.core.databinding.beans Provides classes for observing JavaBeans(tm) objects. 
org.eclipse.core.databinding.property Interfaces and classes for representing and observing properties of objects. 
org.eclipse.core.databinding.property.map   
org.eclipse.core.databinding.property.set   
org.eclipse.core.databinding.property.value   
 

Uses of IMapProperty in org.eclipse.core.databinding.beans
 

Subinterfaces of IMapProperty in org.eclipse.core.databinding.beans
 interface IBeanMapProperty
          An IMapProperty extension interface with convenience methods for creating nested bean properties.
 

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

Methods in org.eclipse.core.databinding.property that return IMapProperty
static IMapProperty Properties.selfMap(Object keyType, Object valueType)
          Returns a map property which takes the source object (a Map) as the property map.
 

Uses of IMapProperty in org.eclipse.core.databinding.property.map
 

Classes in org.eclipse.core.databinding.property.map that implement IMapProperty
 class DelegatingMapProperty
           
 class MapProperty
          Abstract implementation of IMapProperty
 class SimpleMapProperty
          Simplified abstract implementation of IMapProperty.
 

Methods in org.eclipse.core.databinding.property.map that return IMapProperty
protected abstract  IMapProperty DelegatingMapProperty.doGetDelegate(Object source)
          Returns the property to delegate to for the specified source object.
 IMapProperty DelegatingMapProperty.getDelegate(Object source)
          Returns the property to delegate to for the specified source object.
 IMapProperty IMapProperty.values(IValueProperty detailValues)
          Returns the nested combination of this property and the specified detail value property.
 IMapProperty MapProperty.values(IValueProperty detailValues)
           
 

Uses of IMapProperty in org.eclipse.core.databinding.property.set
 

Methods in org.eclipse.core.databinding.property.set that return IMapProperty
 IMapProperty ISetProperty.values(IValueProperty detailValues)
          Returns the nested combination of this property and the specified detail value property.
 IMapProperty SetProperty.values(IValueProperty detailValues)
           
 

Uses of IMapProperty in org.eclipse.core.databinding.property.value
 

Methods in org.eclipse.core.databinding.property.value that return IMapProperty
 IMapProperty ValueProperty.map(IMapProperty detailMap)
           
 IMapProperty IValueProperty.map(IMapProperty detailMap)
          Returns the nested combination of this property and the specified detail map property.
 

Methods in org.eclipse.core.databinding.property.value with parameters of type IMapProperty
 IMapProperty ValueProperty.map(IMapProperty detailMap)
           
 IMapProperty IValueProperty.map(IMapProperty detailMap)
          Returns the nested combination of this property and the specified detail map property.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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