Package org.eclipse.jface.text
Interface ITextOperationTargetExtension
-
- All Known Implementing Classes:
ProjectionViewer,SourceViewer,TextConsoleViewer,TextViewer
public interface ITextOperationTargetExtensionExtension interface forITextOperationTarget.Allows a client to control the enable state of operations provided by this target.
- Since:
- 2.0
- See Also:
ITextOperationTarget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidenableOperation(int operation, boolean enable)Enables/disabled the given text operation.
-