Uses of Class
org.openide.text.IndentEngine

Packages that use IndentEngine
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
 

Uses of IndentEngine in org.openide.text
 

Methods in org.openide.text that return IndentEngine
static IndentEngine IndentEngine.find(String mime)
          Finds engine associated with given mime type.
static IndentEngine IndentEngine.find(Document doc)
          Finds engine associated with given document.
static IndentEngine IndentEngine.getDefault()
          Returns a simple indentation engine that does no formatting.
 

Methods in org.openide.text with parameters of type IndentEngine
static void IndentEngine.register(String mime, IndentEngine eng)
          Deprecated. IndentEngine now is a ServiceType
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.