Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.jface.text.ITextDoubleClickStrategy

Packages that use ITextDoubleClickStrategy
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.source Provides a support for managing annotations attached to a document. 
 

Uses of ITextDoubleClickStrategy in org.eclipse.jface.text
 

Classes in org.eclipse.jface.text that implement ITextDoubleClickStrategy
 class DefaultTextDoubleClickStrategy
          Standard implementation of ITextDoubleClickStrategy.
 

Methods in org.eclipse.jface.text with parameters of type ITextDoubleClickStrategy
 void ITextViewer.setTextDoubleClickStrategy(ITextDoubleClickStrategy strategy, String contentType)
          Sets this viewer's text double click strategy for the given content type.
 void TextViewer.setTextDoubleClickStrategy(ITextDoubleClickStrategy strategy, String contentType)
           
 

Uses of ITextDoubleClickStrategy in org.eclipse.jface.text.source
 

Methods in org.eclipse.jface.text.source that return ITextDoubleClickStrategy
 ITextDoubleClickStrategy SourceViewerConfiguration.getDoubleClickStrategy(ISourceViewer sourceViewer, String contentType)
          Returns the double-click strategy ready to be used in this viewer when double clicking onto text of the given content type.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.