Uses of Interface
com.ibm.productivity.tools.ui.views.operations.Operation

Packages that use Operation
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 Operation in com.ibm.productivity.tools.ui.views
 

Methods in com.ibm.productivity.tools.ui.views with parameters of type Operation
 void RichDocumentView.executeOperation(Operation operation)
          Starts the operation in the view.
 void DefaultRichDocumentView.executeOperation(Operation operation)
           
 

Uses of Operation in com.ibm.productivity.tools.ui.views.operations
 

Subinterfaces of Operation in com.ibm.productivity.tools.ui.views.operations
 interface CloseOperation
          Defines the operation to close a document in RichDocumentView.
 interface LoadOperation
          Defines the operation to load a document into the view.
 interface NewOperation
          Defines the operation to create a new document in a rich document view.
 interface SaveAsOperation
          Defines the operation to save the document in the rich document view as a new file.
 interface SaveOperation
          Defines the operation to save the document in the rich document view.
 

Methods in com.ibm.productivity.tools.ui.views.operations with parameters of type Operation
 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.