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

F-Index (NetBeans Code Folding API) - NetBeans API Javadoc 4.1.0

 
A C E F G I L O R T U

F

Fold - class org.netbeans.api.editor.fold.Fold.
Fold is a building block of the code folding tree-based hierarchy.
FoldHierarchy - class org.netbeans.api.editor.fold.FoldHierarchy.
Hierarchy of the folds for a single text component represents a model of the code-folding.
FoldHierarchyEvent - class org.netbeans.api.editor.fold.FoldHierarchyEvent.
Event describing the changes done in the hierarchy.
FoldHierarchyListener - interface org.netbeans.api.editor.fold.FoldHierarchyListener.
Listener for changes in the fold hierarchy.
FoldHierarchyTransaction - class org.netbeans.spi.editor.fold.FoldHierarchyTransaction.
Class encapsulating a modification of the code folding hierarchy.
FoldManager - interface org.netbeans.spi.editor.fold.FoldManager.
Fold manager maintains folds in the hierarchy for which it is constructed.
FoldManagerFactory - interface org.netbeans.spi.editor.fold.FoldManagerFactory.
This factory interface allows to produce FoldManager instance for the given fold.
FoldOperation - class org.netbeans.spi.editor.fold.FoldOperation.
Fold operation represents services provided to an individual fold manager.
FoldStateChange - class org.netbeans.api.editor.fold.FoldStateChange.
Information about state changes made in a particular fold.
FoldType - class org.netbeans.api.editor.fold.FoldType.
Each Fold is identified by its fold type.
FoldType(String) - Constructor for class org.netbeans.api.editor.fold.FoldType
Construct fold type with the given description.
FoldUtilities - class org.netbeans.api.editor.fold.FoldUtilities.
Various utility methods for dealing with the folds.
find(Fold, FoldType) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
Find direct subfolds of the given fold having certain type.
find(Fold, Collection) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
Find direct subfolds of the given fold having any of the fold types in the given collection.
findCollapsedFold(FoldHierarchy, int, int) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
Find the first collapsed fold (deep-diving into the hierarchy) in the requested boundaries.
findFoldEndIndex(Fold, int) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
Find index of the first child of the given fold that ends above the given offset ("contains" the offset).
findFoldStartIndex(Fold, int) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
Find index of the child of the given fold that starts right at or below the given offset.
findNearestFold(FoldHierarchy, int) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
Find nearest fold that either starts right at or follows the given offset.
findOffsetFold(FoldHierarchy, int) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
Find a deepest fold in the hierarchy which contains the offset or has it as one of its boundaries.
findRecursive(Fold) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
Collect all children of the given fold recursively.
findRecursive(Fold, FoldType) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
Recursively find any subfolds of the given fold having certain type.
findRecursive(Fold, Collection) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
Recursively find any subfolds of the given fold having any of the fold types in the given collection.
foldHierarchyChanged(FoldHierarchyEvent) - Method in interface org.netbeans.api.editor.fold.FoldHierarchyListener
Notify that the code hierarchy of folds has changed.

 
A C E F G I L O R T U
Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.