public abstract class ViewerListProperty extends SimpleListProperty implements IViewerListProperty
Viewer properties. This
class implements some basic behavior that viewer properties are generally
expected to have, namely:
observe(Object) should create the observable on the
display realm of the viewer's control, rather than the current default realm
observe() methods should return an
IViewerObservableList
| Constructor and Description |
|---|
ViewerListProperty() |
| Modifier and Type | Method and Description |
|---|---|
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
|
IViewerObservableList |
observe(Viewer viewer)
Returns an
IViewerObservableList observing this list property on
the given viewer |
adaptListener, doGetList, doSetList, doSetList, doUpdateList, setListgetList, listFactory, listFactory, observeDetail, setList, updateList, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementType, getList, listFactory, listFactory, observeDetail, setList, updateList, valuespublic IObservableList observe(Object source)
IListPropertyobserve in interface IListPropertyobserve in class ListPropertysource - the property sourcepublic IObservableList observe(Realm realm, Object source)
IListPropertyobserve in interface IListPropertyobserve in class SimpleListPropertyrealm - the observable's realmsource - the property sourcepublic IViewerObservableList observe(Viewer viewer)
IViewerListPropertyIViewerObservableList observing this list property on
the given viewerobserve in interface IViewerListPropertyviewer - the source viewer
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.