Package | Description |
---|---|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
IBeanMapProperty
An
IMapProperty extension interface with convenience methods for
creating nested bean properties. |
Modifier and Type | Method and Description |
---|---|
static IMapProperty |
Properties.selfMap(Object keyType,
Object valueType)
Returns a map property which takes the source object (a
Map ) as
the property map. |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingMapProperty |
class |
MapProperty
Abstract implementation of IMapProperty
|
class |
SimpleMapProperty
Simplified abstract implementation of IMapProperty.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IMapProperty |
ISetProperty.values(IValueProperty detailValues)
Returns the nested combination of this property and the specified detail
value property.
|
IMapProperty |
SetProperty.values(IValueProperty detailValues) |
Modifier and Type | Method and Description |
---|---|
IMapProperty |
IValueProperty.map(IMapProperty detailMap)
Returns the nested combination of this property and the specified detail
map property.
|
IMapProperty |
ValueProperty.map(IMapProperty detailMap) |
Modifier and Type | Method and Description |
---|---|
IMapProperty |
IValueProperty.map(IMapProperty detailMap)
Returns the nested combination of this property and the specified detail
map property.
|
IMapProperty |
ValueProperty.map(IMapProperty detailMap) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.