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

Uses of Class org.netbeans.editor.Formatter (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

Uses of Class
org.netbeans.editor.Formatter

Packages that use Formatter
org.netbeans.editor   
org.netbeans.editor.ext Completion Design View 
 

Uses of Formatter in org.netbeans.editor
 

Methods in org.netbeans.editor that return Formatter
 Formatter BaseKit.createFormatter()
          Create the formatter appropriate for this kit
 Formatter BaseDocument.getFormatter()
          Get the formatter for this document.
static Formatter Formatter.getFormatter(Class kitClass)
          Get the formatter for the given kit-class
 

Methods in org.netbeans.editor with parameters of type Formatter
static void Formatter.setFormatter(Class kitClass, Formatter formatter)
          Set the formatter for the given kit-class.
 

Uses of Formatter in org.netbeans.editor.ext
 

Subclasses of Formatter in org.netbeans.editor.ext
 class ExtFormatter
          Unlike the formatter class, the ExtFormatter concentrates on providing a support for the real formatting process.
static class ExtFormatter.Simple
          Simple formatter
 


org.netbeans.modules.editor.lib/1 1.14.0 3

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