blob: c618893ec6b7fb213b2091ca3777ebc28723cb54 [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:36:35 BST 2018 -->
<title>Serialized Form (Explorer &amp; Property Sheet API)</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="Serialized Form (Explorer & Property Sheet API)";
}
}
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><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">org.openide.explorer 6.64.1 </div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.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="header">
<h1 title="Serialized Form" class="title">Serialized Form</h1>
</div>
<div class="serializedFormContainer">
<ul class="blockList">
<li class="blockList">
<h2 title="Package">Package&nbsp;org.openide.explorer</h2>
<ul class="blockList">
<li class="blockList"><a name="org.openide.explorer.ExplorerManager">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/ExplorerManager.html" title="class in org.openide.explorer">org.openide.explorer.ExplorerManager</a> extends <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-4330330689803575792L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialization Methods</h3>
<ul class="blockList">
<li class="blockList">
<h4>readObject</h4>
<pre>private&nbsp;void&nbsp;readObject(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io">ObjectInputStream</a>&nbsp;ois)
throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></pre>
<div class="block">Deserializes the view and initializes it</div>
<dl>
<dt><span class="simpleTagLabel">Serial Data:</span></dt>
<dd>see writeObject</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></code></dd>
</dl>
</li>
<li class="blockListLast">
<h4>writeObject</h4>
<pre>private&nbsp;void&nbsp;writeObject(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectOutputStream.html?is-external=true" title="class or interface in java.io">ObjectOutputStream</a>&nbsp;os)
throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">serializes object</div>
<dl>
<dt><span class="simpleTagLabel">Serial Data:</span></dt>
<dd>the following objects are written in sequence:
<ol>
<li> a Node.Handle for the root context; may be null if root context
is not persistable
<li> the display name of the root context (to give nicer error messages
later on)
<li> the path from root context to explored context; null if no explored
context or no such path
<li> for every element of node selection, path from root context to that node;
null if no such path
<li> null to terminate
</ol>
Note that if the root context handle is null, the display name is still written
but the paths to explored context and node selection are not written, the stream
ends there.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h3>Serialization Overview</h3>
<ul class="blockList">
<li class="blockListLast">
<div class="block">defines serialized fields for the manager.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;org.openide.explorer.propertysheet</h2>
<ul class="blockList">
<li class="blockList"><a name="org.openide.explorer.propertysheet.PropertyPanel">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/propertysheet/PropertyPanel.html" title="class in org.openide.explorer.propertysheet">org.openide.explorer.propertysheet.PropertyPanel</a> extends <a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JComponent.html?is-external=true" title="class or interface in javax.swing">JComponent</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>preferences</h4>
<pre>int preferences</pre>
<div class="block">Holds value of property preferences.</div>
</li>
<li class="blockList">
<h4>model</h4>
<pre><a href="org/openide/explorer/propertysheet/PropertyModel.html" title="interface in org.openide.explorer.propertysheet">PropertyModel</a> model</pre>
<div class="block">Holds value of property model.</div>
</li>
<li class="blockList">
<h4>changeImmediate</h4>
<pre>boolean changeImmediate</pre>
<div class="block">If this is <code>true</code> the changes made in the property editor
are immediately propagated to the value of the property
(to the property model).</div>
</li>
<li class="blockList">
<h4>inner</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/awt/Component.html?is-external=true" title="class or interface in java.awt">Component</a> inner</pre>
<div class="block">The inner component, either a custom property editor, an
InplaceEditor's component or null, depending on the mode and state</div>
</li>
<li class="blockList">
<h4>listener</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.propertysheet.PropertyPanel.Listener.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.propertysheet.PropertyPanel.Listener</a> listener</pre>
<div class="block">Listener that will listen for changes in model, editor, env</div>
</li>
<li class="blockList">
<h4>prop</h4>
<pre><a href="../org-openide-nodes/org/openide/nodes/Node.Property.html?is-external=true" title="class or interface in org.openide.nodes">Node.Property</a>&lt;<a href="../org-openide-nodes/org/openide/nodes/Node.Property.html?is-external=true" title="class or interface in org.openide.nodes">T</a>&gt; prop</pre>
<div class="block">The property which will drive the PropertyPanel</div>
</li>
<li class="blockList">
<h4>settingModel</h4>
<pre>boolean settingModel</pre>
<div class="block">Flag to avoid an endless loop when setProperty is called by setModel</div>
</li>
<li class="blockList">
<h4>initializing</h4>
<pre>boolean initializing</pre>
</li>
<li class="blockList">
<h4>displayer</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.propertysheet.PropertyDisplayer.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.propertysheet.PropertyDisplayer</a> displayer</pre>
</li>
<li class="blockList">
<h4>beans</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[] beans</pre>
</li>
<li class="blockList">
<h4>reusableEnv</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.propertysheet.ReusablePropertyEnv.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.propertysheet.ReusablePropertyEnv</a> reusableEnv</pre>
</li>
<li class="blockList">
<h4>reusableModel</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.propertysheet.ReusablePropertyModel.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.propertysheet.ReusablePropertyModel</a> reusableModel</pre>
</li>
<li class="blockList">
<h4>isGtk</h4>
<pre>boolean isGtk</pre>
</li>
<li class="blockListLast">
<h4>ignoreCommit</h4>
<pre>boolean ignoreCommit</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.openide.explorer.propertysheet.PropertySheet">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/propertysheet/PropertySheet.html" title="class in org.openide.explorer.propertysheet">org.openide.explorer.propertysheet.PropertySheet</a> extends <a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7698351033045864945L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>sortingMode</h4>
<pre>int sortingMode</pre>
<div class="block">Holds the sort mode for the property sheet</div>
</li>
<li class="blockList">
<h4>showDesc</h4>
<pre>boolean showDesc</pre>
<div class="block">Tracks whether the description area should be shown</div>
</li>
<li class="blockList">
<h4>storedNode</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/lang/ref/Reference.html?is-external=true" title="class or interface in java.lang.ref">Reference</a>&lt;<a href="http://download.oracle.com/javase/8/docs/api/java/lang/ref/Reference.html?is-external=true" title="class or interface in java.lang.ref">T</a>&gt; storedNode</pre>
<div class="block">Temporary storage for the last selected node in the case the property
sheet was removed temporarily from a container (winsys DnD)</div>
</li>
<li class="blockList">
<h4>table</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.propertysheet.SheetTable.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.propertysheet.SheetTable</a> table</pre>
</li>
<li class="blockList">
<h4>psheet</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.propertysheet.PSheet.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.propertysheet.PSheet</a> psheet</pre>
</li>
<li class="blockList">
<h4>helpAction</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.propertysheet.PropertySheet.HelpAction.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.propertysheet.PropertySheet.HelpAction</a> helpAction</pre>
</li>
<li class="blockList">
<h4>pclistener</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.propertysheet.PropertySheet.SheetPCListener.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.propertysheet.PropertySheet.SheetPCListener</a> pclistener</pre>
</li>
<li class="blockListLast">
<h4>popupEnabled</h4>
<pre>boolean popupEnabled</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.openide.explorer.propertysheet.PropertySheetView">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/propertysheet/PropertySheetView.html" title="class in org.openide.explorer.propertysheet">org.openide.explorer.propertysheet.PropertySheetView</a> extends <a href="org/openide/explorer/propertysheet/PropertySheet.html" title="class in org.openide.explorer.propertysheet">PropertySheet</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7568245745904766160L</dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;org.openide.explorer.view</h2>
<ul class="blockList">
<li class="blockList"><a name="org.openide.explorer.view.BeanTreeView">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/BeanTreeView.html" title="class in org.openide.explorer.view">org.openide.explorer.view.BeanTreeView</a> extends <a href="org/openide/explorer/view/TreeView.html" title="class in org.openide.explorer.view">TreeView</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>3841322840231536380L</dd>
</dl>
</li>
<li class="blockList"><a name="org.openide.explorer.view.ChoiceView">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/ChoiceView.html" title="class in org.openide.explorer.view">org.openide.explorer.view.ChoiceView</a> extends <a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JComboBox.html?is-external=true" title="class or interface in javax.swing">JComboBox</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>2522310031223476067L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialization Methods</h3>
<ul class="blockList">
<li class="blockList">
<h4>readExternal</h4>
<pre>public&nbsp;void&nbsp;readExternal(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectInput.html?is-external=true" title="class or interface in java.io">ObjectInput</a>&nbsp;in)
throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></code></dd>
</dl>
</li>
<li class="blockListLast">
<h4>writeExternal</h4>
<pre>public&nbsp;void&nbsp;writeExternal(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectOutput.html?is-external=true" title="class or interface in java.io">ObjectOutput</a>&nbsp;out)
throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.openide.explorer.view.ContextTreeView">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/ContextTreeView.html" title="class in org.openide.explorer.view">org.openide.explorer.view.ContextTreeView</a> extends <a href="org/openide/explorer/view/TreeView.html" title="class in org.openide.explorer.view">TreeView</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-8282594827988436813L</dd>
</dl>
</li>
<li class="blockList"><a name="org.openide.explorer.view.IconView">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/IconView.html" title="class in org.openide.explorer.view">org.openide.explorer.view.IconView</a> extends <a href="org/openide/explorer/view/ListView.html" title="class in org.openide.explorer.view">ListView</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-9129850245819731264L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialization Methods</h3>
<ul class="blockList">
<li class="blockList">
<h4>readExternal</h4>
<pre>public&nbsp;void&nbsp;readExternal(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectInput.html?is-external=true" title="class or interface in java.io">ObjectInput</a>&nbsp;in)
throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></code></dd>
</dl>
</li>
<li class="blockListLast">
<h4>writeExternal</h4>
<pre>public&nbsp;void&nbsp;writeExternal(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectOutput.html?is-external=true" title="class or interface in java.io">ObjectOutput</a>&nbsp;out)
throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.openide.explorer.view.ListTableView">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/ListTableView.html" title="class in org.openide.explorer.view">org.openide.explorer.view.ListTableView</a> extends <a href="org/openide/explorer/view/ListView.html" title="class in org.openide.explorer.view">ListView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialization Methods</h3>
<ul class="blockList">
<li class="blockList">
<h4>readExternal</h4>
<pre>public&nbsp;void&nbsp;readExternal(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectInput.html?is-external=true" title="class or interface in java.io">ObjectInput</a>&nbsp;in)
throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></code></dd>
</dl>
</li>
<li class="blockListLast">
<h4>writeExternal</h4>
<pre>public&nbsp;void&nbsp;writeExternal(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectOutput.html?is-external=true" title="class or interface in java.io">ObjectOutput</a>&nbsp;out)
throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.openide.explorer.view.ListView">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/ListView.html" title="class in org.openide.explorer.view">org.openide.explorer.view.ListView</a> extends <a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JScrollPane.html?is-external=true" title="class or interface in javax.swing">JScrollPane</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-7540940974042262975L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialization Methods</h3>
<ul class="blockList">
<li class="blockList">
<h4>readExternal</h4>
<pre>public&nbsp;void&nbsp;readExternal(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectInput.html?is-external=true" title="class or interface in java.io">ObjectInput</a>&nbsp;in)
throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></code></dd>
</dl>
</li>
<li class="blockListLast">
<h4>writeExternal</h4>
<pre>public&nbsp;void&nbsp;writeExternal(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectOutput.html?is-external=true" title="class or interface in java.io">ObjectOutput</a>&nbsp;out)
throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.openide.explorer.view.MenuView">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/MenuView.html" title="class in org.openide.explorer.view">org.openide.explorer.view.MenuView</a> extends <a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-4970665063421766904L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialization Methods</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>readObject</h4>
<pre>private&nbsp;void&nbsp;readObject(<a href="http://download.oracle.com/javase/8/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io">ObjectInputStream</a>&nbsp;ois)
throws <a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
<dd><code><a href="http://download.oracle.com/javase/8/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</a></code></dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>root</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> root</pre>
<div class="block">button to open root view</div>
</li>
<li class="blockListLast">
<h4>current</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> current</pre>
<div class="block">button to open view from current node</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.openide.explorer.view.MenuView.Menu">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/MenuView.Menu.html" title="class in org.openide.explorer.view">org.openide.explorer.view.MenuView.Menu</a> extends <a href="../org-openide-awt/org/openide/awt/JMenuPlus.html?is-external=true" title="class or interface in org.openide.awt">JMenuPlus</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-1505289666675423991L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>node</h4>
<pre><a href="../org-openide-nodes/org/openide/nodes/Node.html?is-external=true" title="class or interface in org.openide.nodes">Node</a> node</pre>
<div class="block">The node represented.</div>
</li>
<li class="blockList">
<h4>action</h4>
<pre><a href="../org-openide-nodes/org/openide/nodes/NodeAcceptor.html?is-external=true" title="class or interface in org.openide.nodes">NodeAcceptor</a> action</pre>
<div class="block">Action listener to attach to all menu items.</div>
</li>
<li class="blockListLast">
<h4>filled</h4>
<pre>boolean filled</pre>
<div class="block">A boolean flag that notes the content was already created</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.openide.explorer.view.MenuView.MenuItem">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/MenuView.MenuItem.html" title="class in org.openide.explorer.view">org.openide.explorer.view.MenuView.MenuItem</a> extends <a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JMenuItem.html?is-external=true" title="class or interface in javax.swing">JMenuItem</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-918973978614344429L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>node</h4>
<pre><a href="../org-openide-nodes/org/openide/nodes/Node.html?is-external=true" title="class or interface in org.openide.nodes">Node</a> node</pre>
<div class="block">The node represented.</div>
</li>
<li class="blockListLast">
<h4>action</h4>
<pre><a href="../org-openide-nodes/org/openide/nodes/NodeAcceptor.html?is-external=true" title="class or interface in org.openide.nodes">NodeAcceptor</a> action</pre>
<div class="block">The action listener to attach to all menu items.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.openide.explorer.view.NodeListModel">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/NodeListModel.html" title="class in org.openide.explorer.view">org.openide.explorer.view.NodeListModel</a> extends <a href="http://download.oracle.com/javase/8/docs/api/javax/swing/AbstractListModel.html?is-external=true" title="class or interface in javax.swing">AbstractListModel</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-1926931095895356820L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>depth</h4>
<pre>int depth</pre>
<div class="block">depth to display</div>
</li>
<li class="blockListLast">
<h4>childrenCount</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://download.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://download.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>&gt; childrenCount</pre>
<div class="block">map that assignes to each visualizer number of its children till
the specified depth.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.openide.explorer.view.NodeTableModel">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/NodeTableModel.html" title="class in org.openide.explorer.view">org.openide.explorer.view.NodeTableModel</a> extends <a href="http://download.oracle.com/javase/8/docs/api/javax/swing/table/AbstractTableModel.html?is-external=true" title="class or interface in javax.swing.table">AbstractTableModel</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>allPropertyColumns</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.view.NodeTableModel.ArrayColumn.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.view.NodeTableModel.ArrayColumn</a>[] allPropertyColumns</pre>
<div class="block">all columns of model</div>
</li>
<li class="blockList">
<h4>propertyColumns</h4>
<pre>int[] propertyColumns</pre>
<div class="block">visible columns of model</div>
</li>
<li class="blockList">
<h4>nodeRows</h4>
<pre><a href="../org-openide-nodes/org/openide/nodes/Node.html?is-external=true" title="class or interface in org.openide.nodes">Node</a>[] nodeRows</pre>
<div class="block">rows of model</div>
</li>
<li class="blockList">
<h4>sortColumn</h4>
<pre>int sortColumn</pre>
<div class="block">sorting column</div>
</li>
<li class="blockList">
<h4>existsComparableColumn</h4>
<pre>boolean existsComparableColumn</pre>
<div class="block">if true, at least one column can be used to sort</div>
</li>
<li class="blockList">
<h4>treeColumnProperty</h4>
<pre><a href="../org-openide-nodes/org/openide/nodes/Node.Property.html?is-external=true" title="class or interface in org.openide.nodes">Node.Property</a>&lt;<a href="../org-openide-nodes/org/openide/nodes/Node.Property.html?is-external=true" title="class or interface in org.openide.nodes">T</a>&gt; treeColumnProperty</pre>
</li>
<li class="blockListLast">
<h4>pcl</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/beans/PropertyChangeListener.html?is-external=true" title="class or interface in java.beans">PropertyChangeListener</a> pcl</pre>
<div class="block">listener on node properties changes, recreates displayed data</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.openide.explorer.view.NodeTreeModel">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/NodeTreeModel.html" title="class in org.openide.explorer.view">org.openide.explorer.view.NodeTreeModel</a> extends <a href="http://download.oracle.com/javase/8/docs/api/javax/swing/tree/DefaultTreeModel.html?is-external=true" title="class or interface in javax.swing.tree">DefaultTreeModel</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1900670294524747212L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>views</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/util/concurrent/CopyOnWriteArrayList.html?is-external=true" title="class or interface in java.util.concurrent">CopyOnWriteArrayList</a>&lt;<a href="http://download.oracle.com/javase/8/docs/api/java/util/concurrent/CopyOnWriteArrayList.html?is-external=true" title="class or interface in java.util.concurrent">E</a>&gt; views</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.openide.explorer.view.OutlineView">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/OutlineView.html" title="class in org.openide.explorer.view">org.openide.explorer.view.OutlineView</a> extends <a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JScrollPane.html?is-external=true" title="class or interface in javax.swing">JScrollPane</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>outline</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.view.OutlineView.OutlineViewOutline.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.view.OutlineView.OutlineViewOutline</a> outline</pre>
<div class="block">The table</div>
</li>
<li class="blockList">
<h4>manager</h4>
<pre><a href="org/openide/explorer/ExplorerManager.html" title="class in org.openide.explorer">ExplorerManager</a> manager</pre>
<div class="block">Explorer manager, valid when this view is showing</div>
</li>
<li class="blockList">
<h4>managerLock</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> managerLock</pre>
</li>
<li class="blockList">
<h4>popupListener</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.view.OutlineView.PopupAdapter.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.view.OutlineView.PopupAdapter</a> popupListener</pre>
<div class="block">not null if popup menu enabled</div>
</li>
<li class="blockList">
<h4>managerListener</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.view.OutlineView.TableSelectionListener.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.view.OutlineView.TableSelectionListener</a> managerListener</pre>
<div class="block">the most important listener (on four types of events</div>
</li>
<li class="blockList">
<h4>wlpc</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/beans/PropertyChangeListener.html?is-external=true" title="class or interface in java.beans">PropertyChangeListener</a> wlpc</pre>
<div class="block">weak variation of the listener for property change on the explorer manager</div>
</li>
<li class="blockList">
<h4>wlvc</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/beans/VetoableChangeListener.html?is-external=true" title="class or interface in java.beans">VetoableChangeListener</a> wlvc</pre>
<div class="block">weak variation of the listener for vetoable change on the explorer manager</div>
</li>
<li class="blockList">
<h4>model</h4>
<pre><a href="../org-netbeans-swing-outline/org/netbeans/swing/outline/OutlineModel.html?is-external=true" title="class or interface in org.netbeans.swing.outline">OutlineModel</a> model</pre>
</li>
<li class="blockList">
<h4>treeModel</h4>
<pre><a href="org/openide/explorer/view/NodeTreeModel.html" title="class in org.openide.explorer.view">NodeTreeModel</a> treeModel</pre>
</li>
<li class="blockList">
<h4>rowModel</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.view.PropertiesRowModel.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.view.PropertiesRowModel</a> rowModel</pre>
</li>
<li class="blockList">
<h4>popupFactory</h4>
<pre><a href="org/openide/explorer/view/NodePopupFactory.html" title="class in org.openide.explorer.view">NodePopupFactory</a> popupFactory</pre>
</li>
<li class="blockList">
<h4>defaultTreeActionListener</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/awt/event/ActionListener.html?is-external=true" title="class or interface in java.awt.event">ActionListener</a> defaultTreeActionListener</pre>
<div class="block">Listener on keystroke to invoke default action</div>
</li>
<li class="blockList">
<h4>isTreeHScrollBar</h4>
<pre>boolean isTreeHScrollBar</pre>
</li>
<li class="blockList">
<h4>hScrollBar</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JScrollBar.html?is-external=true" title="class or interface in javax.swing">JScrollBar</a> hScrollBar</pre>
</li>
<li class="blockList">
<h4>treeHorizontalScrollBarPolicy</h4>
<pre>int treeHorizontalScrollBarPolicy</pre>
</li>
<li class="blockList">
<h4>listener</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.view.OutlineView.ScrollListener.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.view.OutlineView.ScrollListener</a> listener</pre>
</li>
<li class="blockList">
<h4>selection</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.view.OutlineView.Selection.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.view.OutlineView.Selection</a> selection</pre>
</li>
<li class="blockList">
<h4>quickSearch</h4>
<pre><a href="../org-openide-awt/org/openide/awt/QuickSearch.html?is-external=true" title="class or interface in org.openide.awt">QuickSearch</a> quickSearch</pre>
</li>
<li class="blockList">
<h4>searchPanel</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/awt/Component.html?is-external=true" title="class or interface in java.awt">Component</a> searchPanel</pre>
</li>
<li class="blockList">
<h4>searchConstraints</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> searchConstraints</pre>
</li>
<li class="blockList">
<h4>qsKeyListener</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/awt/event/KeyListener.html?is-external=true" title="class or interface in java.awt.event">KeyListener</a> qsKeyListener</pre>
</li>
<li class="blockList">
<h4>nodeRenderer</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.view.NodeRenderDataProvider.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.view.NodeRenderDataProvider</a> nodeRenderer</pre>
</li>
<li class="blockListLast">
<h4>horizontalScrollBarIsNeeded</h4>
<pre>boolean horizontalScrollBarIsNeeded</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.openide.explorer.view.SheetCell.OutlineSheetCell">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/SheetCell.OutlineSheetCell.html" title="class in org.openide.explorer.view">org.openide.explorer.view.SheetCell.OutlineSheetCell</a> extends <a href="../org-openide-dialogs/org/openide/explorer.view.SheetCell.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.view.SheetCell</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>outline</h4>
<pre><a href="../org-netbeans-swing-outline/org/netbeans/swing/outline/Outline.html?is-external=true" title="class or interface in org.netbeans.swing.outline">Outline</a> outline</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.openide.explorer.view.TableView">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/TableView.html" title="class in org.openide.explorer.view">org.openide.explorer.view.TableView</a> extends <a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JScrollPane.html?is-external=true" title="class or interface in javax.swing">JScrollPane</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>table</h4>
<pre><a href="../org-netbeans-swing-outline/org/netbeans/swing/etable/ETable.html?is-external=true" title="class or interface in org.netbeans.swing.etable">ETable</a> table</pre>
<div class="block">The table</div>
</li>
<li class="blockList">
<h4>manager</h4>
<pre><a href="org/openide/explorer/ExplorerManager.html" title="class in org.openide.explorer">ExplorerManager</a> manager</pre>
<div class="block">Explorer manager, valid when this view is showing</div>
</li>
<li class="blockListLast">
<h4>popupFactory</h4>
<pre><a href="org/openide/explorer/view/NodePopupFactory.html" title="class in org.openide.explorer.view">NodePopupFactory</a> popupFactory</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.openide.explorer.view.TreeTableView">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/TreeTableView.html" title="class in org.openide.explorer.view">org.openide.explorer.view.TreeTableView</a> extends <a href="org/openide/explorer/view/BeanTreeView.html" title="class in org.openide.explorer.view">BeanTreeView</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>treeTable</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JTable.html?is-external=true" title="class or interface in javax.swing">JTable</a> treeTable</pre>
<div class="block">The table</div>
</li>
<li class="blockList">
<h4>tableModel</h4>
<pre><a href="org/openide/explorer/view/NodeTableModel.html" title="class in org.openide.explorer.view">NodeTableModel</a> tableModel</pre>
</li>
<li class="blockList">
<h4>hScrollBar</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JScrollBar.html?is-external=true" title="class or interface in javax.swing">JScrollBar</a> hScrollBar</pre>
</li>
<li class="blockList">
<h4>scrollPane</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JScrollPane.html?is-external=true" title="class or interface in javax.swing">JScrollPane</a> scrollPane</pre>
</li>
<li class="blockList">
<h4>listener</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.view.TreeTableView.ScrollListener.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.view.TreeTableView.ScrollListener</a> listener</pre>
</li>
<li class="blockList">
<h4>allowHideColumns</h4>
<pre>boolean allowHideColumns</pre>
</li>
<li class="blockList">
<h4>allowSortingByColumn</h4>
<pre>boolean allowSortingByColumn</pre>
</li>
<li class="blockList">
<h4>hideHScrollBar</h4>
<pre>boolean hideHScrollBar</pre>
</li>
<li class="blockList">
<h4>colsButton</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</a> colsButton</pre>
</li>
<li class="blockList">
<h4>sortedNodeTreeModel</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.view.TreeTableView.SortedNodeTreeModel.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.view.TreeTableView.SortedNodeTreeModel</a> sortedNodeTreeModel</pre>
</li>
<li class="blockList">
<h4>defaultTreeActionListener</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/awt/event/ActionListener.html?is-external=true" title="class or interface in java.awt.event">ActionListener</a> defaultTreeActionListener</pre>
<div class="block">Listener on keystroke to invoke default action</div>
</li>
<li class="blockList">
<h4>defaultHeaderRenderer</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/javax/swing/table/TableCellRenderer.html?is-external=true" title="class or interface in javax.swing.table">TableCellRenderer</a> defaultHeaderRenderer</pre>
</li>
<li class="blockList">
<h4>tableMouseListener</h4>
<pre><a href="../org-openide-awt/org/openide/awt/MouseUtils.PopupMouseAdapter.html?is-external=true" title="class or interface in org.openide.awt">MouseUtils.PopupMouseAdapter</a> tableMouseListener</pre>
</li>
<li class="blockList">
<h4>accessContext</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/javax/accessibility/AccessibleContext.html?is-external=true" title="class or interface in javax.accessibility">AccessibleContext</a> accessContext</pre>
<div class="block">Accessible context of this class (implemented by inner class AccessibleTreeTableView).</div>
</li>
<li class="blockList">
<h4>treeColumnProperty</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.view.TreeTableView.TreeColumnProperty.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.view.TreeTableView.TreeColumnProperty</a> treeColumnProperty</pre>
</li>
<li class="blockList">
<h4>treeColumnWidth</h4>
<pre>int treeColumnWidth</pre>
</li>
<li class="blockList">
<h4>treeTableParent</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/awt/Component.html?is-external=true" title="class or interface in java.awt">Component</a> treeTableParent</pre>
</li>
<li class="blockList">
<h4>quickSearch</h4>
<pre><a href="../org-openide-awt/org/openide/awt/QuickSearch.html?is-external=true" title="class or interface in org.openide.awt">QuickSearch</a> quickSearch</pre>
</li>
<li class="blockList">
<h4>searchpanel</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/awt/Component.html?is-external=true" title="class or interface in java.awt">Component</a> searchpanel</pre>
</li>
<li class="blockListLast">
<h4>searchConstraints</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> searchConstraints</pre>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="org.openide.explorer.view.TreeView">
<!-- -->
</a>
<h3>Class <a href="org/openide/explorer/view/TreeView.html" title="class in org.openide.explorer.view">org.openide.explorer.view.TreeView</a> extends <a href="http://download.oracle.com/javase/8/docs/api/javax/swing/JScrollPane.html?is-external=true" title="class or interface in javax.swing">JScrollPane</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>-1639001987693376168L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>visHolder</h4>
<pre><a href="../org-openide-dialogs/org/openide/explorer.view.TreeView.VisualizerHolder.html?is-external=true" title="class or interface in org.openide">org.openide.explorer.view.TreeView.VisualizerHolder</a> visHolder</pre>
<div class="block">Holds VisualizerChildren for all visible nodes</div>
</li>
<li class="blockList">
<h4>origSelectionPaths</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/javax/swing/tree/TreePath.html?is-external=true" title="class or interface in javax.swing.tree">TreePath</a>[] origSelectionPaths</pre>
</li>
<li class="blockList">
<h4>searchPanel</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/awt/Component.html?is-external=true" title="class or interface in java.awt">Component</a> searchPanel</pre>
</li>
<li class="blockListLast">
<h4>searchConstraints</h4>
<pre><a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> searchConstraints</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</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><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">org.openide.explorer 6.64.1 </div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.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>