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

Uses of Class
org.netbeans.api.editor.fold.FoldType

Packages that use FoldType
org.netbeans.api.editor.fold   
org.netbeans.spi.editor.fold   
 

Uses of FoldType in org.netbeans.api.editor.fold
 

Fields in org.netbeans.api.editor.fold declared as FoldType
static FoldType FoldHierarchy.ROOT_FOLD_TYPE
          Fold type for the root fold.
 

Methods in org.netbeans.api.editor.fold that return FoldType
 FoldType Fold.getType()
          Get type of this fold.
 

Methods in org.netbeans.api.editor.fold with parameters of type FoldType
 boolean FoldType.accepts(FoldType type)
           
static void FoldUtilities.collapse(FoldHierarchy hierarchy, FoldType type)
          Collapse all folds of the given type.
static void FoldUtilities.expand(FoldHierarchy hierarchy, FoldType type)
          Expand all folds of the given type.
static List FoldUtilities.find(Fold fold, FoldType foldType)
          Find direct subfolds of the given fold having certain type.
static List FoldUtilities.findRecursive(Fold fold, FoldType foldType)
          Recursively find any subfolds of the given fold having certain type.
 

Uses of FoldType in org.netbeans.spi.editor.fold
 

Methods in org.netbeans.spi.editor.fold with parameters of type FoldType
 Fold FoldOperation.addToHierarchy(FoldType type, String description, boolean collapsed, int startOffset, int endOffset, int startGuardedLength, int endGuardedLength, Object extraInfo, FoldHierarchyTransaction transaction)
          Create new fold instance and add it to the hierarchy.
 


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

Built on December 7 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.