com.ibm.productivity.tools.ui.views
Interface RichDocumentViewSelection

All Superinterfaces:
org.eclipse.jface.viewers.ISelection

public interface RichDocumentViewSelection
extends org.eclipse.jface.viewers.ISelection

Defines the selection of RichDocumentView. The selection changed when a new view is opened, or client switches views between opened views.


Method Summary
 RichDocumentView getView()
          Returns the target view which fires the selection.
 
Methods inherited from interface org.eclipse.jface.viewers.ISelection
isEmpty
 

Method Detail

getView

public RichDocumentView getView()
Returns the target view which fires the selection.

Returns:
the target view which fires the selection.