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 a rich document.
RichDocumentType This class uses a type safe 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 tables describe the pre-defined properties and actions by the component. For more information about how to use the component, see the Lotus® Symphony toolkit.

Properties name

Datatype

Namespace

Description

SelectionChanged

xsd:string

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

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

FileSaved

idt:url

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

URL of saved document, fired when save or save as occurred. For example 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. For example file:///c:/temp/1.odt

Insert

xsd:string

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

Insert content at the current cursor position



Since:
8.0.1