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

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

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

Uses of Class
org.netbeans.editor.ext.FormatWriter

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

Uses of FormatWriter in org.netbeans.editor.ext
 

Methods in org.netbeans.editor.ext that return FormatWriter
 FormatWriter FormatSupport.getFormatWriter()
          Getter for the format-writer associated with this format-support.
 

Methods in org.netbeans.editor.ext with parameters of type FormatWriter
protected  FormatSupport AbstractFormatLayer.createFormatSupport(FormatWriter fw)
          Create the format-support as an abstraction over the format-writer.
 void FormatLayer.format(FormatWriter fw)
          Format the tokens begining with the firstItem till the end.
 void ExtFormatter.format(FormatWriter fw)
          Called by format-writer to do the format
 

Constructors in org.netbeans.editor.ext with parameters of type FormatWriter
ExtFormatSupport(FormatWriter formatWriter)
           
FormatSupport(FormatWriter formatWriter)
           
 


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.