|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
MapProperty.values(IValueProperty detailValues)
|
IMapProperty |
IMapProperty.values(IValueProperty detailValues)
Returns the nested combination of this property and the specified detail value property. |
Uses of IMapProperty in org.eclipse.core.databinding.property.set |
---|
Methods in org.eclipse.core.databinding.property.set that return IMapProperty | |
---|---|
IMapProperty |
SetProperty.values(IValueProperty detailValues)
|
IMapProperty |
ISetProperty.values(IValueProperty detailValues)
Returns the nested combination of this property and the specified detail value property. |
Uses of IMapProperty in org.eclipse.core.databinding.property.value |
---|
Methods in org.eclipse.core.databinding.property.value that return IMapProperty | |
---|---|
IMapProperty |
IValueProperty.map(IMapProperty detailMap)
Returns the nested combination of this property and the specified detail map property. |
IMapProperty |
ValueProperty.map(IMapProperty detailMap)
|
Methods in org.eclipse.core.databinding.property.value with parameters of type IMapProperty | |
---|---|
IMapProperty |
IValueProperty.map(IMapProperty detailMap)
Returns the nested combination of this property and the specified detail map property. |
IMapProperty |
ValueProperty.map(IMapProperty detailMap)
|
|
Eclipse Platform Release 3.6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.