public interface ITextControlOperation
TextControlService
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(ITextControlProvider provider)
Executes this operation on ITextControlProvider.
|
java.lang.Object execute(ITextControlProvider provider)
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.
provider
- The provider on which to execute the operation.