public class SupportRichTextControlOperation extends java.lang.Object implements IRichTextControlOperation
Constructor and Description |
---|
SupportRichTextControlOperation() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(ITextControlProvider provider)
Executes this operation on ITextControlProvider.
|
public java.lang.Object execute(ITextControlProvider provider)
ITextControlOperation
Service implementers generally implement this method by first casting the ITextControlProvider to their service specific ITextControlProvider-derived class and then by delegating it the execution. Delegation is accomplished through the ITextControlProvider derived class API.
execute
in interface ITextControlOperation
provider
- The provider on which to execute the operation.