Eclipse Platform
Release 3.4

Uses of Class
org.eclipse.jface.text.DocumentCommand

Packages that use DocumentCommand
org.eclipse.jface.text 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 DocumentCommand
protected  void TextViewer.customizeDocumentCommand(DocumentCommand command)
          Hook called on receipt of a VerifyEvent.
 void DefaultIndentLineAutoEditStrategy.customizeDocumentCommand(IDocument d, DocumentCommand c)
           
 void TabsToSpacesConverter.customizeDocumentCommand(IDocument document, DocumentCommand command)
           
 void IAutoEditStrategy.customizeDocumentCommand(IDocument document, DocumentCommand command)
          Allows the strategy to manipulate the document command.
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.