站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.openide.text.IndentEngine (Text API) - NetBeans API Javadoc (Current Development Version)

org.openide.text 6.16

Uses of Class
org.openide.text.IndentEngine

Packages that use IndentEngine
org.openide.text NetBeans 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(Document doc)
          Finds engine associated with given document.
static IndentEngine IndentEngine.find(String mime)
          Finds engine associated with given mime type.
static IndentEngine IndentEngine.getDefault()
          Returns a simple indentation engine that does no formatting.
 

Methods in org.openide.text that return types with arguments of type IndentEngine
static Enumeration<? extends IndentEngine> IndentEngine.indentEngines()
          Returns enumeration of all registered indentation engines.
 

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


org.openide.text 6.16

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.