Uses of Class
org.eclipse.jface.text.DocumentCommand
Packages that use DocumentCommand
Package
Description
Provides a framework for creating and manipulating text documents.
-
Uses of DocumentCommand in org.eclipse.jface.text
Methods in org.eclipse.jface.text with parameters of type DocumentCommandModifier and TypeMethodDescriptionvoidDefaultIndentLineAutoEditStrategy.customizeDocumentCommand(IDocument d, DocumentCommand c) voidIAutoEditStrategy.customizeDocumentCommand(IDocument document, DocumentCommand command) Allows the strategy to manipulate the document command.voidSurroundWithBracketsStrategy.customizeDocumentCommand(IDocument document, DocumentCommand command) voidTabsToSpacesConverter.customizeDocumentCommand(IDocument document, DocumentCommand command) protected voidTextViewer.customizeDocumentCommand(DocumentCommand command) Hook called on receipt of aVerifyEvent.