|
Eclipse Platform Release 3.6 |
|||||||||
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
org.eclipse.core.databinding.property.list.SimpleListProperty
org.eclipse.jface.databinding.swt.WidgetListProperty
public abstract class WidgetListProperty
Abstract list property implementation for Widget
properties. This
class implements some basic behavior that widget properties are generally
expected to have, namely:
observe(Object)
should create the observable on the
display realm of the widget, rather than the current default realm
observe()
methods should return an
ISWTObservable
Constructor Summary | |
---|---|
WidgetListProperty()
|
Method Summary | |
---|---|
IObservableList |
observe(Object source)
Returns an observable list observing this list property on the given property source |
IObservableList |
observe(Realm realm,
Object source)
Returns an observable list observing this list property on the given property source |
ISWTObservableList |
observe(Widget widget)
Returns an ISWTObservableList observing this list property on the
given widget |
Methods inherited from class org.eclipse.core.databinding.property.list.SimpleListProperty |
---|
adaptListener, doGetList, doSetList, doSetList, doUpdateList, setList |
Methods inherited from class org.eclipse.core.databinding.property.list.ListProperty |
---|
getList, listFactory, listFactory, observeDetail, setList, updateList, values |
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, getList, listFactory, listFactory, observeDetail, setList, updateList, values |
Constructor Detail |
---|
public WidgetListProperty()
Method Detail |
---|
public IObservableList observe(Object source)
IListProperty
observe
in interface IListProperty
observe
in class ListProperty
source
- the property source
public IObservableList observe(Realm realm, Object source)
IListProperty
observe
in interface IListProperty
observe
in class SimpleListProperty
realm
- the observable's realmsource
- the property source
public ISWTObservableList observe(Widget widget)
IWidgetListProperty
ISWTObservableList
observing this list property on the
given widget
observe
in interface IWidgetListProperty
widget
- the source widget
|
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.