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 |
DefaultAutoIndentStrategy
Deprecated.
since 3.1 use
DefaultIndentLineAutoEditStrategy instead |
Modifier and Type | Method and Description |
---|---|
void |
TextViewer.setAutoIndentStrategy(IAutoIndentStrategy strategy,
String contentType)
Deprecated.
|
void |
ITextViewer.setAutoIndentStrategy(IAutoIndentStrategy strategy,
String contentType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IAutoIndentStrategy |
SourceViewerConfiguration.getAutoIndentStrategy(ISourceViewer sourceViewer,
String contentType)
Deprecated.
since 3.1 use
SourceViewerConfiguration.getAutoEditStrategies(ISourceViewer, String) instead |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.