Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.core.databinding.beans
Interface IBeanMapProperty

All Superinterfaces:
IBeanProperty, org.eclipse.core.databinding.property.map.IMapProperty, org.eclipse.core.databinding.property.IProperty

public interface IBeanMapProperty
extends IBeanProperty, org.eclipse.core.databinding.property.map.IMapProperty

An IMapProperty extension interface with convenience methods for creating nested bean properties.

Since:
1.2
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Method Summary
  IBeanMapProperty values ( IBeanValueProperty property)
          Returns a master-detail combination of this property and the specified value property.
  IBeanMapProperty values ( String propertyName)
          Returns a master-detail combination of this property and the specified value property.
  IBeanMapProperty values ( String propertyName, Class valueType)
          Returns a master-detail combination of this property and the specified value property.
 
Methods inherited from interface org.eclipse.core.databinding.beans. IBeanProperty
getPropertyDescriptor
 
Methods inherited from interface org.eclipse.core.databinding.property.map.IMapProperty
getKeyType, getValueType, mapFactory, mapFactory, observe, observe, observeDetail, values
 

Method Detail

values


IBeanMapProperty values(
String propertyName)
Returns a master-detail combination of this property and the specified value property.

Parameters:
propertyName - the value property to observe. May be nested e.g. "parent.name"
Returns:
a master-detail combination of this property and the specified value property.
See Also:
values(IBeanValueProperty)

values


IBeanMapProperty values(
String propertyName,
                        
Class valueType)
Returns a master-detail combination of this property and the specified value property.

Parameters:
propertyName - the value property to observe. May be nested e.g. "parent.name"
valueType - the value type of the named property
Returns:
a master-detail combination of this property and the specified value property.
See Also:
values(IBeanValueProperty)

values


IBeanMapProperty values(
IBeanValueProperty property)
Returns a master-detail combination of this property and the specified value property. The returned property will observe the specified value property for all values observed by this map property, mapping from this map property's key set to the specified value property's value for each element in the master property's values collection.

Parameters:
property - the detail property to observe
Returns:
a master-detail combination of this property and the specified value property.

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire