|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RichDocumentView | |
---|---|
com.ibm.productivity.tools.ui | |
com.ibm.productivity.tools.ui.views | Provides a RichDocumentView interface to manipulate a rich document. |
com.ibm.productivity.tools.ui.views.operations | Provides the default operations supported by the RichDocumentView. |
Uses of RichDocumentView in com.ibm.productivity.tools.ui |
---|
Methods in com.ibm.productivity.tools.ui that return RichDocumentView | |
static RichDocumentView |
RichDocumentViewFactory.openView(RichDocumentType type)
Opens an instance of the Lotus Symphony view as an Eclipse view. |
static RichDocumentView |
RichDocumentViewFactory.openView(java.lang.String fileName,
boolean asTemplate)
Opens an instance of the Lotus Symphony view as an Eclipse view with given file name. |
static RichDocumentView[] |
RichDocumentViewFactory.getViews()
Return a list of opened views. |
Methods in com.ibm.productivity.tools.ui with parameters of type RichDocumentView | |
static void |
RichDocumentViewFactory.closeView(RichDocumentView view)
Closes the specified view. |
Uses of RichDocumentView in com.ibm.productivity.tools.ui.views |
---|
Classes in com.ibm.productivity.tools.ui.views that implement RichDocumentView | |
class |
DefaultRichDocumentView
This is the default Eclipse ViewPart to manipulate a rich document. |
Methods in com.ibm.productivity.tools.ui.views that return RichDocumentView | |
RichDocumentView |
RichDocumentViewSelection.getView()
Returns the target view which fires the selection. |
Uses of RichDocumentView in com.ibm.productivity.tools.ui.views.operations |
---|
Methods in com.ibm.productivity.tools.ui.views.operations with parameters of type RichDocumentView | |
void |
OperationListener.beforeExecute(Operation operation,
RichDocumentView view)
The method is called before the operation is started. |
void |
OperationListener.afterExecute(Operation operation,
RichDocumentView view)
The method is called after the operation is started. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |