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

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

 
A C E F G I L O R T U

G

get(JTextComponent) - Static method in class org.netbeans.api.editor.fold.FoldHierarchy
Get the fold hierarchy for the given component.
getAddedFold(int) - Method in class org.netbeans.api.editor.fold.FoldHierarchyEvent
Get the fold with the given index added to the hierarchy.
getAddedFoldCount() - Method in class org.netbeans.api.editor.fold.FoldHierarchyEvent
Get the number of folds that were added to the hierarchy.
getAffectedEndOffset() - Method in class org.netbeans.api.editor.fold.FoldHierarchyEvent
Get the ending offset in the offset area affected by this change.
getAffectedStartOffset() - Method in class org.netbeans.api.editor.fold.FoldHierarchyEvent
Get the first offset in the underlying document affected by this change.
getComponent() - Method in class org.netbeans.api.editor.fold.FoldHierarchy
Get the text component for which this fold hierarchy was created.
getDescription() - Method in class org.netbeans.api.editor.fold.Fold
Get text description that should be displayed when the fold is collapsed instead of the text contained in the fold.
getEndOffset() - Method in class org.netbeans.api.editor.fold.Fold
Get an absolute ending offset of this fold in the associated document.
getExtraInfo(Fold) - Method in class org.netbeans.spi.editor.fold.FoldOperation
Return extra info object passed to fold at time of its creation.
getFold(int) - Method in class org.netbeans.api.editor.fold.Fold
Get child fold of this fold at the given index.
getFold() - Method in class org.netbeans.api.editor.fold.FoldStateChange
Get the fold that has changed its state.
getFoldCount() - Method in class org.netbeans.api.editor.fold.Fold
Get total count of child folds contained in this fold.
getFoldIndex(Fold) - Method in class org.netbeans.api.editor.fold.Fold
Get index of the given child fold in this fold.
getFoldStateChange(int) - Method in class org.netbeans.api.editor.fold.FoldHierarchyEvent
Get the fold state change at the given index.
getFoldStateChangeCount() - Method in class org.netbeans.api.editor.fold.FoldHierarchyEvent
Get the number of the fold state changes contained in this event.
getHierarchy() - Method in class org.netbeans.api.editor.fold.Fold
Get the code folding hierarchy for which this fold was created.
getHierarchy() - Method in class org.netbeans.spi.editor.fold.FoldOperation
Get the hierarchy for which this fold operations works.
getOriginalEndOffset() - Method in class org.netbeans.api.editor.fold.FoldStateChange
Return the original end offset of the fold prior to change to the current end offset that the fold has now.
getOriginalStartOffset() - Method in class org.netbeans.api.editor.fold.FoldStateChange
Return the original start offset of the fold prior to change to the current start offset that the fold has now.
getParent() - Method in class org.netbeans.api.editor.fold.Fold
Get parent fold of this fold.
getRemovedFold(int) - Method in class org.netbeans.api.editor.fold.FoldHierarchyEvent
Get the fold with the given index removed from the fold hierarchy.
getRemovedFoldCount() - Method in class org.netbeans.api.editor.fold.FoldHierarchyEvent
Get the number of folds removed from the hierarchy.
getRootFold() - Method in class org.netbeans.api.editor.fold.FoldHierarchy
Get the root fold of this hierarchy.
getStartOffset() - Method in class org.netbeans.api.editor.fold.Fold
Get an absolute starting offset of this fold in the associated document.
getType() - Method in class org.netbeans.api.editor.fold.Fold
Get type of this fold.

 
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.