Package | Description |
---|---|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
org.eclipse.jface.text.source |
Provides a framework for connecting document regions
with annotations and for displaying those.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTextDoubleClickStrategy
Standard implementation of
ITextDoubleClickStrategy . |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ITextDoubleClickStrategy> |
TextViewer.fDoubleClickStrategies
The text viewer's text double click strategies
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.