Eclipse Platform
Release 3.3

org.eclipse.jface.text
Interface ITextViewerExtension7

All Known Implementing Classes:
TextViewer

public interface ITextViewerExtension7

Extension interface for ITextViewer. Adds the ability to install tabs to spaces conversion.

Since:
3.3

Method Summary
 void setTabsToSpacesConverter(IAutoEditStrategy converter)
          Sets an auto edit strategy can converts tabs to spaces.
 

Method Detail

setTabsToSpacesConverter

public void setTabsToSpacesConverter(IAutoEditStrategy converter)
Sets an auto edit strategy can converts tabs to spaces.

Parameters:
converter - the converter or null if none should be used

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.