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

org.netbeans.spi.editor.fold
Interface FoldManagerFactory


@MimeLocation(subfolderName="FoldManager")
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.25.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.