|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISetProperty
Interface for set-typed properties
SetProperty
,
SimpleSetProperty
Method Summary | |
---|---|
Object |
getElementType()
Returns the type of the elements in the collection or null
if untyped |
IObservableSet |
observe(Object source)
Returns an observable set observing this set property on the given property source |
IObservableSet |
observe(Realm realm,
Object source)
Returns an observable set observing this set property on the given property source |
IObservableSet |
observeDetail(IObservableValue master)
Returns an observable set on the master observable's realm which tracks this property of the current value of master . |
IObservableFactory |
setFactory()
Returns a factory for creating observable sets tracking this property of a particular property source. |
IObservableFactory |
setFactory(Realm realm)
Returns a factory for creating observable sets in the given realm, tracking this property of a particular property source. |
IMapProperty |
values(IValueProperty detailValues)
Returns the nested combination of this property and the specified detail value property. |
Method Detail |
---|
Object getElementType()
null
if untyped
null
if untypedIObservableSet observe(Object source)
source
- the property source
IObservableSet observe(Realm realm, Object source)
realm
- the observable's realmsource
- the property source
IObservableFactory setFactory()
IObservableFactory setFactory(Realm realm)
realm
- the realm
IObservableSet observeDetail(IObservableValue master)
master
.
master
- the master observable
master
.IMapProperty values(IValueProperty detailValues)
IObservableMap.put(Object, Object)
and
Map.putAll(java.util.Map)
methods. In the latter case,
this property does not put entries for keys not already in the master key
set. Modifications made through the returned property are delegated to
the detail property, using the corresponding set element from the master
property as the source.
detailValues
- the detail property
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.