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

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

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

Represents the content selection within a RichDocumentView.


Method Summary
 java.lang.String getPlainText()
          Returns the plain text content within a view.
 
Methods inherited from interface org.eclipse.jface.viewers.ISelection
isEmpty
 

Method Detail

getPlainText

public java.lang.String getPlainText()
Returns the plain text content within a view.

Returns:
the plain text content within a view.