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

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

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

Uses of Interface
org.netbeans.editor.ext.FormatLayer

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

Uses of FormatLayer in org.netbeans.editor.ext
 

Classes in org.netbeans.editor.ext that implement FormatLayer
 class AbstractFormatLayer
          Abstract formatting layer offers the support for naming the layer and creation of an format-support.
 class ExtFormatter
          Unlike the formatter class, the ExtFormatter concentrates on providing a support for the real formatting process.
static class ExtFormatter.Simple
          Simple formatter
 

Methods in org.netbeans.editor.ext with parameters of type FormatLayer
 void ExtFormatter.addFormatLayer(FormatLayer layer)
          Add the new format layer to the layer hierarchy.
 boolean ExtFormatter.replaceFormatLayer(String layerName, FormatLayer layer)
          Replace the format-layer with the layerName with the the given layer.
 


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.