Package com.ibm.productivity.tools.ui.views

Provides a RichDocumentView interface to manipulate a rich document.

See:
          Description

Interface Summary
RichDocumentContentSelection Represents the content selection within a RichDocumentView.
RichDocumentView Defines a view to manipulate rich documents.
RichDocumentViewListener Defines listeners to monitor the RichDocumentView.
RichDocumentViewSelection Defines the selection of RichDocumentView.
 

Class Summary
DefaultRichDocumentView This is the default Eclipse ViewPart to manipulate rich document.
RichDocumentType This class uses typesafe enum pattern to encapsulate the type of a rich document.
RichDocumentViewEvent Defines the event for RichDocumentView.
 

Package com.ibm.productivity.tools.ui.views Description

Provides a RichDocumentView interface to manipulate a rich document. An Eclipe ViewPart is implemented as a default implementation to the RichDocumentView interface in the package.

The rich document ViewPart can also be reused as an Eclipse component in a composite application programming model.


Properties and actions for Composite Application programming model


The following table describes the pre-defined properties and actions by the component. For more information about how to use the component, to the Lotus Symphony toolkit.

Properties:


DataType

namespace

Description

SelectionChanged

xsd:string

http://www.w3.org/2001/XMLSchema

String content of current selection, fired when selection changed in the component

FileSaved

idt:url

http://www.ibm.com/xmlns/prod/datatype

URL of saved document, fired when save or saveas occurred. E.g. file:///c:/temp/1.odt


Actions:



DataType

namespace

Description

LoadFile

idt:url

http://www.ibm.com/xmlns/prod/datatype

Load a file by specified URL. E.g. file:///c:/temp/1.odt

Insert

xsd:string

http://www.w3.org/2001/XMLSchema

Insert content at current cursor position



Since:
8.0.1