Eclipse Platform
2.1

Uses of Interface
org.eclipse.jface.text.formatter.IFormattingStrategy

Packages that use IFormattingStrategy
org.eclipse.jface.text.formatter Provides a text formatter add-on for an ITextViewer
 

Uses of IFormattingStrategy in org.eclipse.jface.text.formatter
 

Methods in org.eclipse.jface.text.formatter that return IFormattingStrategy
 IFormattingStrategy ContentFormatter.getFormattingStrategy(String contentType)
           
 IFormattingStrategy IContentFormatter.getFormattingStrategy(String contentType)
          Returns the formatting strategy registered for the given content type.
 

Methods in org.eclipse.jface.text.formatter with parameters of type IFormattingStrategy
 void ContentFormatter.setFormattingStrategy(IFormattingStrategy strategy, String contentType)
          Registers a strategy for a particular content type.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.