Uses of Class
org.eclipse.jface.text.DocumentCommand
Package
Description
Provides a framework for creating and manipulating text documents.
-
Uses of DocumentCommand in org.eclipse.jface.text
Modifier and TypeMethodDescriptionvoid
DefaultIndentLineAutoEditStrategy.customizeDocumentCommand
(IDocument d, DocumentCommand c) void
IAutoEditStrategy.customizeDocumentCommand
(IDocument document, DocumentCommand command) Allows the strategy to manipulate the document command.void
TabsToSpacesConverter.customizeDocumentCommand
(IDocument document, DocumentCommand command) protected void
TextViewer.customizeDocumentCommand
(DocumentCommand command) Hook called on receipt of aVerifyEvent
.