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

FoldManagerFactory (NetBeans Code Folding API) - NetBeans API Javadoc 5.5.1

org.netbeans.modules.editor.fold/1 1.5.31

org.netbeans.spi.editor.fold
Interface FoldManagerFactory


public interface FoldManagerFactory

This factory interface allows to produce FoldManager instance for the given fold.
It is intended for xml layer registration into the following folder in the system FS:

     Editors/<mime-type>/FoldManager
 
For example java fold manager factories should be registered in
     Editors/text/x-java/FoldManager
 

The factories present in the folder can be sorted by using standard Layer Ordering.
The fold manager of factory A registered prior factory B produces folds with higher priority than those from fold manager of factory B.
If two folds would overlap the one with higher priority will be visible - see FoldManager for more details.


Method Summary
 FoldManager createFoldManager()
          Create fold manager instance.
 

Method Detail

createFoldManager

FoldManager createFoldManager()
Create fold manager instance.


org.netbeans.modules.editor.fold/1 1.5.31

Built on March 26 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.