|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAutoEditStrategy | |
org.eclipse.jface.text | Provides a framework for creating and manipulating text documents. |
Uses of IAutoEditStrategy in org.eclipse.jface.text |
Subinterfaces of IAutoEditStrategy in org.eclipse.jface.text | |
interface |
IAutoIndentStrategy
Deprecated. since 3.0, use IAutoEditStrategy directly |
Classes in org.eclipse.jface.text that implement IAutoEditStrategy | |
class |
DefaultAutoIndentStrategy
Default implementation of IAutoIndentStrategy .
|
Methods in org.eclipse.jface.text with parameters of type IAutoEditStrategy | |
void |
TextViewer.prependAutoEditStrategy(IAutoEditStrategy strategy,
String contentType)
|
void |
TextViewer.removeAutoEditStrategy(IAutoEditStrategy strategy,
String contentType)
|
void |
ITextViewerExtension2.prependAutoEditStrategy(IAutoEditStrategy strategy,
String contentType)
Prepends the given auto edit strategy to the existing list of strategies for the specified content type. |
void |
ITextViewerExtension2.removeAutoEditStrategy(IAutoEditStrategy strategy,
String contentType)
Removes the first occurrence of the given auto edit strategy in the list of strategies registered under the specified content type. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.