blob: 57d3706198ab3bcc35edaccc18ec89d0fc44ef1c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_181) on Fri Sep 14 11:35:15 BST 2018 -->
<title>C-Index (Editor Code Folding)</title>
<meta name="date" content="2018-09-14">
<link rel="stylesheet" type="text/css" href="../javadoc.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="C-Index (Editor Code Folding)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">org.netbeans.modules.editor.fold/1 1.47.1 </div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-1.html">Prev Letter</a></li>
<li><a href="index-3.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-2.html" target="_top">Frames</a></li>
<li><a href="index-2.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">R</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<a href="index-17.html">W</a>&nbsp;<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="../org/netbeans/spi/editor/fold/FoldManager.html#changedUpdate-javax.swing.event.DocumentEvent-org.netbeans.spi.editor.fold.FoldHierarchyTransaction-">changedUpdate(DocumentEvent, FoldHierarchyTransaction)</a></span> - Method in interface org.netbeans.spi.editor.fold.<a href="../org/netbeans/spi/editor/fold/FoldManager.html" title="interface in org.netbeans.spi.editor.fold">FoldManager</a></dt>
<dd>
<div class="block">Called by hierarchy upon the change in the underlying document.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldUtilities.html#childrenAsList-org.netbeans.api.editor.fold.Fold-">childrenAsList(Fold)</a></span> - Static method in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldUtilities.html" title="class in org.netbeans.api.editor.fold">FoldUtilities</a></dt>
<dd>
<div class="block">Return children of the given fold as modifiable list.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldUtilities.html#childrenAsList-org.netbeans.api.editor.fold.Fold-int-int-">childrenAsList(Fold, int, int)</a></span> - Static method in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldUtilities.html" title="class in org.netbeans.api.editor.fold">FoldUtilities</a></dt>
<dd>
<div class="block">Return children of the given fold as list.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldUtilities.html#childrenToArray-org.netbeans.api.editor.fold.Fold-">childrenToArray(Fold)</a></span> - Static method in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldUtilities.html" title="class in org.netbeans.api.editor.fold">FoldUtilities</a></dt>
<dd>
<div class="block">Return children of the given fold as array.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldUtilities.html#childrenToArray-org.netbeans.api.editor.fold.Fold-int-int-">childrenToArray(Fold, int, int)</a></span> - Static method in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldUtilities.html" title="class in org.netbeans.api.editor.fold">FoldUtilities</a></dt>
<dd>
<div class="block">Return children of the given fold as array.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldType.html#code--">code()</a></span> - Method in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldType.html" title="class in org.netbeans.api.editor.fold">FoldType</a></dt>
<dd>
<div class="block">Persistable value of FoldType.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldType.html#CODE_BLOCK">CODE_BLOCK</a></span> - Static variable in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldType.html" title="class in org.netbeans.api.editor.fold">FoldType</a></dt>
<dd>
<div class="block">A generic code block.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldHierarchy.html#collapse-org.netbeans.api.editor.fold.Fold-">collapse(Fold)</a></span> - Method in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldHierarchy.html" title="class in org.netbeans.api.editor.fold">FoldHierarchy</a></dt>
<dd>
<div class="block">Collapse the given fold.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldHierarchy.html#collapse-java.util.Collection-">collapse(Collection)</a></span> - Method in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldHierarchy.html" title="class in org.netbeans.api.editor.fold">FoldHierarchy</a></dt>
<dd>
<div class="block">Collapse all the folds contained in the given collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldUtilities.html#collapse-org.netbeans.api.editor.fold.FoldHierarchy-org.netbeans.api.editor.fold.FoldType-">collapse(FoldHierarchy, FoldType)</a></span> - Static method in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldUtilities.html" title="class in org.netbeans.api.editor.fold">FoldUtilities</a></dt>
<dd>
<div class="block">Collapse all folds of the given type.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldUtilities.html#collapse-org.netbeans.api.editor.fold.FoldHierarchy-java.util.Collection-">collapse(FoldHierarchy, Collection)</a></span> - Static method in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldUtilities.html" title="class in org.netbeans.api.editor.fold">FoldUtilities</a></dt>
<dd>
<div class="block">Collapse all folds that having any
of the fold types in the given collection.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldUtilities.html#collapseAll-org.netbeans.api.editor.fold.FoldHierarchy-">collapseAll(FoldHierarchy)</a></span> - Static method in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldUtilities.html" title="class in org.netbeans.api.editor.fold">FoldUtilities</a></dt>
<dd>
<div class="block">Collapse all folds in the hierarchy.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/spi/editor/fold/FoldInfo.html#collapsed-boolean-">collapsed(boolean)</a></span> - Method in class org.netbeans.spi.editor.fold.<a href="../org/netbeans/spi/editor/fold/FoldInfo.html" title="class in org.netbeans.spi.editor.fold">FoldInfo</a></dt>
<dd>
<div class="block">Records the desired collapsed state.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldUtilities.html#collapsedFoldIterator-org.netbeans.api.editor.fold.FoldHierarchy-int-int-">collapsedFoldIterator(FoldHierarchy, int, int)</a></span> - Static method in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldUtilities.html" title="class in org.netbeans.api.editor.fold">FoldUtilities</a></dt>
<dd>
<div class="block">Get iterator over the collapsed folds.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldType.html#COMMENT">COMMENT</a></span> - Static variable in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldType.html" title="class in org.netbeans.api.editor.fold">FoldType</a></dt>
<dd>
<div class="block">Unspecified type of comment</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/spi/editor/fold/FoldHierarchyTransaction.html#commit--">commit()</a></span> - Method in class org.netbeans.spi.editor.fold.<a href="../org/netbeans/spi/editor/fold/FoldHierarchyTransaction.html" title="class in org.netbeans.spi.editor.fold">FoldHierarchyTransaction</a></dt>
<dd>
<div class="block">Commit this transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldUtilities.html#containsOffset-org.netbeans.api.editor.fold.Fold-int-">containsOffset(Fold, int)</a></span> - Static method in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldUtilities.html" title="class in org.netbeans.api.editor.fold">FoldUtilities</a></dt>
<dd>
<div class="block">Check whether fold contains the given offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldTemplate.html#CONTENT_PLACEHOLDER">CONTENT_PLACEHOLDER</a></span> - Static variable in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldTemplate.html" title="class in org.netbeans.api.editor.fold">FoldTemplate</a></dt>
<dd>
<div class="block">This string is interpreted as a placeholder for the infrastructure to inject</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldingSupport.html#contentReader-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">contentReader(String, String, String, String)</a></span> - Static method in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldingSupport.html" title="class in org.netbeans.api.editor.fold">FoldingSupport</a></dt>
<dd>
<div class="block">Creates a default implementation of <a href="../org/netbeans/spi/editor/fold/ContentReader.html" title="interface in org.netbeans.spi.editor.fold"><code>ContentReader</code></a>.</div>
</dd>
<dt><a href="../org/netbeans/spi/editor/fold/ContentReader.html" title="interface in org.netbeans.spi.editor.fold"><span class="typeNameLink">ContentReader</span></a> - Interface in <a href="../org/netbeans/spi/editor/fold/package-summary.html">org.netbeans.spi.editor.fold</a></dt>
<dd>
<div class="block">Callback interface, which is called to extract description for a fold.</div>
</dd>
<dt><a href="../org/netbeans/spi/editor/fold/ContentReader.Factory.html" title="interface in org.netbeans.spi.editor.fold"><span class="typeNameLink">ContentReader.Factory</span></a> - Interface in <a href="../org/netbeans/spi/editor/fold/package-summary.html">org.netbeans.spi.editor.fold</a></dt>
<dd>
<div class="block">Factory, which produces ContentReader instance(s) appropriate for the fold type.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldingSupport.html#contentReaderFactory-java.util.Map-">contentReaderFactory(Map)</a></span> - Static method in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldingSupport.html" title="class in org.netbeans.api.editor.fold">FoldingSupport</a></dt>
<dd>
<div class="block">A variant of <code>#defaultReader</code> usable from FS layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/api/editor/fold/FoldType.html#create-java.lang.String-java.lang.String-org.netbeans.api.editor.fold.FoldTemplate-">create(String, String, FoldTemplate)</a></span> - Static method in class org.netbeans.api.editor.fold.<a href="../org/netbeans/api/editor/fold/FoldType.html" title="class in org.netbeans.api.editor.fold">FoldType</a></dt>
<dd>
<div class="block">Creates an instance of FoldType.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/spi/editor/fold/FoldManagerFactory.html#createFoldManager--">createFoldManager()</a></span> - Method in interface org.netbeans.spi.editor.fold.<a href="../org/netbeans/spi/editor/fold/FoldManagerFactory.html" title="interface in org.netbeans.spi.editor.fold">FoldManagerFactory</a></dt>
<dd>
<div class="block">Create fold manager instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="../org/netbeans/spi/editor/fold/ContentReader.Factory.html#createReader-org.netbeans.api.editor.fold.FoldType-">createReader(FoldType)</a></span> - Method in interface org.netbeans.spi.editor.fold.<a href="../org/netbeans/spi/editor/fold/ContentReader.Factory.html" title="interface in org.netbeans.spi.editor.fold">ContentReader.Factory</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">O</a>&nbsp;<a href="index-12.html">P</a>&nbsp;<a href="index-13.html">R</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<a href="index-17.html">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">org.netbeans.modules.editor.fold/1 1.47.1 </div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-1.html">Prev Letter</a></li>
<li><a href="index-3.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-2.html" target="_top">Frames</a></li>
<li><a href="index-2.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><span class="footnote">Built on September 14 2018.&nbsp;&nbsp;|&nbsp;&nbsp; Copyright &#169; 2017-2018 Apache Software Foundation. All Rights Reserved.</span></small></p>
</body>
</html>