首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc (Current Development Version)
F-Index (Editor Code Folding) - NetBeans API Javadoc (Current Development Version)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.editor.fold/1 1.6
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
I
L
O
R
T
U
F
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.
Fold
- Class in
org.netbeans.api.editor.fold
Fold is a building block of the code folding tree-based hierarchy.
FoldHierarchy
- Class in
org.netbeans.api.editor.fold
Hierarchy of the folds for a single text component represents a model of the code-folding.
foldHierarchyChanged(FoldHierarchyEvent)
- Method in interface org.netbeans.api.editor.fold.
FoldHierarchyListener
Notify that the code hierarchy of folds has changed.
FoldHierarchyEvent
- Class in
org.netbeans.api.editor.fold
Event describing the changes done in the hierarchy.
FoldHierarchyListener
- Interface in
org.netbeans.api.editor.fold
Listener for changes in the fold hierarchy.
FoldHierarchyTransaction
- Class in
org.netbeans.spi.editor.fold
Class encapsulating a modification of the code folding hierarchy.
FoldManager
- Interface in
org.netbeans.spi.editor.fold
Fold manager maintains folds in the hierarchy for which it is constructed.
FoldManagerFactory
- Interface in
org.netbeans.spi.editor.fold
This factory interface allows to produce
FoldManager
instance for the given fold.
FoldOperation
- Class in
org.netbeans.spi.editor.fold
Fold operation represents services provided to an individual fold manager.
FoldStateChange
- Class in
org.netbeans.api.editor.fold
Information about state changes made in a particular fold.
FoldType
- Class in
org.netbeans.api.editor.fold
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 in
org.netbeans.api.editor.fold
Various utility methods for dealing with the folds.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.editor.fold/1 1.6
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
I
L
O
R
T
U
Built on May 28 2007. | Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.