Eclipse Platform
2.1

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

Packages that use ITextDoubleClickStrategy
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
 

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 TextViewer.setTextDoubleClickStrategy(ITextDoubleClickStrategy strategy, String contentType)
           
 void ITextViewer.setTextDoubleClickStrategy(ITextDoubleClickStrategy strategy, String contentType)
          Sets this viewer's text double click strategy for the given content type.
 

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
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.