Uses of Interface
org.eclipse.jface.text.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
Modifier and TypeFieldDescriptionprotected Map<String,
ITextDoubleClickStrategy> TextViewer.fDoubleClickStrategies
The text viewer's text double click strategiesModifier 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
Modifier 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.