Skip navigation links
org.netbeans.modules.editor.fold/1 1.55
A C D E F G I L M N O P R T U V W 

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.
getCollapsed() - Method in class org.netbeans.spi.editor.fold.FoldInfo
Provides the desired collapsed state or null, if no specific state is required.
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.
getDescription() - Method in class org.netbeans.api.editor.fold.FoldTemplate
 
getDescriptionOverride() - Method in class org.netbeans.spi.editor.fold.FoldInfo
Returns description override.
getEnd() - Method in class org.netbeans.spi.editor.fold.FoldInfo
Provides end offset of the folded content
getEndOffset() - Method in class org.netbeans.api.editor.fold.Fold
Get an absolute ending offset of this fold in the associated document.
getExtraInfo() - Method in class org.netbeans.spi.editor.fold.FoldInfo
Returns the extra information attached to a fold.
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.
getFoldTypes(String) - Static method in class org.netbeans.api.editor.fold.FoldUtilities
Obtains available FoldType values for the specified MIME type.
getGuardedEnd() - Method in class org.netbeans.api.editor.fold.Fold
End of the fold content before the guarded area.
getGuardedEnd() - Method in class org.netbeans.api.editor.fold.FoldTemplate
 
getGuardedStart() - Method in class org.netbeans.api.editor.fold.Fold
Start of the fold content past the guarded area.
getGuardedStart() - Method in class org.netbeans.api.editor.fold.FoldTemplate
 
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.
getLabel() - Method in class org.netbeans.api.editor.fold.FoldType
Provides human-readable label for the type
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.
getStart() - Method in class org.netbeans.spi.editor.fold.FoldInfo
Provides start offset of the folded content
getStartOffset() - Method in class org.netbeans.api.editor.fold.Fold
Get an absolute starting offset of this fold in the associated document.
getTemplate() - Method in class org.netbeans.api.editor.fold.FoldType
Provides FoldTemplate instance for this type.
getTemplate() - Method in class org.netbeans.spi.editor.fold.FoldInfo
Provides FoldTemplate to be used with the Fold.
getType() - Method in class org.netbeans.api.editor.fold.Fold
Get type of this fold.
getType() - Method in class org.netbeans.spi.editor.fold.FoldInfo
Provides FoldType for the fold.
getValues(Class) - Method in interface org.netbeans.spi.editor.fold.FoldTypeProvider
Enumerates values for the given type.
A C D E F G I L M N O P R T U V W 
Skip navigation links
org.netbeans.modules.editor.fold/1 1.55