Eclipse Platform
Release 3.4

org.eclipse.jface.databinding.viewers
Interface IViewerObservable

All Superinterfaces:
IObservable
All Known Subinterfaces:
IViewerObservableList, IViewerObservableSet, IViewerObservableValue

public interface IViewerObservable
extends IObservable

IObservable observing a JFace Viewer.

Since:
1.2

Method Summary
 Viewer getViewer()
          Returns the underlying viewer for this observable.
 
Methods inherited from interface org.eclipse.core.databinding.observable.IObservable
addChangeListener, addStaleListener, dispose, getRealm, isStale, removeChangeListener, removeStaleListener
 

Method Detail

getViewer

public Viewer getViewer()
Returns the underlying viewer for this observable.

Returns:
the viewer.

Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.