Interface IViewerListProperty
-
- All Superinterfaces:
IListProperty
,IProperty
- All Known Implementing Classes:
ViewerListProperty
public interface IViewerListProperty extends IListProperty
IListProperty
for observing a JFace viewer- Since:
- 1.3
- Restriction:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IViewerObservableList
observe(Viewer viewer)
Returns anIViewerObservableList
observing this list property on the given viewer-
Methods inherited from interface org.eclipse.core.databinding.property.list.IListProperty
getElementType, getList, listFactory, listFactory, observe, observe, observeDetail, setList, updateList, values
-
-
-
-
Method Detail
-
observe
IViewerObservableList observe(Viewer viewer)
Returns anIViewerObservableList
observing this list property on the given viewer- Parameters:
viewer
- the source viewer- Returns:
- an observable list observing this list property on the given viewer
-
-