Uses of Interface
org.eclipse.jface.text.ITextDoubleClickStrategy
Packages that use ITextDoubleClickStrategy
Package
Description
Provides a framework for creating and manipulating text documents.
Provides a framework for connecting document regions
with annotations and for displaying those.
-
Uses of ITextDoubleClickStrategy in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement ITextDoubleClickStrategyFields in org.eclipse.jface.text with type parameters of type ITextDoubleClickStrategyModifier and TypeFieldDescriptionprotected Map<String,
ITextDoubleClickStrategy> TextViewer.fDoubleClickStrategies
The text viewer's text double click strategiesMethods in org.eclipse.jface.text with parameters of type ITextDoubleClickStrategyModifier and TypeMethodDescriptionvoid
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 ITextDoubleClickStrategyModifier and TypeMethodDescriptionSourceViewerConfiguration.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.