|
Eclipse Platform Release 3.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.core.databinding.property.list.ListProperty
public abstract class ListProperty
Abstract implementation of IListProperty.
| Constructor Summary | |
|---|---|
ListProperty()
|
|
| Method Summary | |
|---|---|
IObservableFactory |
listFactory()
Returns a factory for creating observable lists tracking this property of a particular property source. |
IObservableFactory |
listFactory(Realm realm)
Returns a factory for creating observable lists in the given realm, tracking this property of a particular property source. |
IObservableList |
observe(Object source)
Returns an observable list observing this list property on the given property source |
IObservableList |
observeDetail(IObservableValue master)
Returns an observable list on the master observable's realm which tracks this property of the current value of master. |
IListProperty |
values(IValueProperty detailValue)
Returns the nested combination of this property and the specified detail value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.core.databinding.property.list.IListProperty |
|---|
getElementType, observe |
| Constructor Detail |
|---|
public ListProperty()
| Method Detail |
|---|
public IObservableList observe(Object source)
IListProperty
observe in interface IListPropertysource - the property source
public IObservableFactory listFactory()
IListProperty
listFactory in interface IListPropertypublic IObservableFactory listFactory(Realm realm)
IListProperty
listFactory in interface IListPropertyrealm - the realm
public IObservableList observeDetail(IObservableValue master)
IListPropertymaster.
observeDetail in interface IListPropertymaster - the master observable
master.public final IListProperty values(IValueProperty detailValue)
IListPropertyIObservableList.set(int, Object) method. Modifications made
through the returned property are delegated to the detail property, using
the corresponding list element from the master property as the source.
values in interface IListPropertydetailValue - the detail property
|
Eclipse Platform Release 3.5 |
|||||||||
| 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, 2008. All rights reserved.