当前页面: 
在线文档首页 > 
NetBeans API Javadoc (Current Development Version)
AbstractFormatLayer (Editor Library) - NetBeans API Javadoc (Current Development Version)
org.netbeans.editor.ext
Class AbstractFormatLayer
java.lang.Object
  
org.netbeans.editor.ext.AbstractFormatLayer
- All Implemented Interfaces: 
 - FormatLayer
 
public abstract class AbstractFormatLayer
- extends Object
- implements FormatLayer
  
Abstract formatting layer offers the support
 for naming the layer and creation
 of an format-support.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
AbstractFormatLayer
public AbstractFormatLayer(String name)
- Construct new layer with the given name.
 
getName
public String getName()
- Description copied from interface: 
FormatLayer 
- Get the name of the layer. This name is used to identify
 the layer when it's being removed or replaced and it can
 be used for debugging purposes too.
- Specified by:
 getName in interface FormatLayer
 
 
 
createFormatSupport
protected FormatSupport createFormatSupport(FormatWriter fw)
- Create the format-support as an abstraction
 over the format-writer.