blob: 042832a507385f912066553b9284efbbe73c1494 [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:04 BST 2018 -->
<title>Deprecated List (Nodes 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="Deprecated List (Nodes 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 class="navBarCell1Rev">Deprecated</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.nodes 7.47.1 </div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.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="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#interface">Deprecated Interfaces</a></li>
<li><a href="#class">Deprecated Classes</a></li>
<li><a href="#field">Deprecated Fields</a></li>
<li><a href="#method">Deprecated Methods</a></li>
</ul>
</div>
<div class="contentContainer"><a name="interface">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Interfaces table, listing deprecated interfaces, and an explanation">
<caption><span>Deprecated Interfaces</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Interface and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/openide/cookies/ConnectionCookie.html" title="interface in org.openide.cookies">org.openide.cookies.ConnectionCookie</a>
<div class="block"><span class="deprecationComment">Should no longer be used.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openide/cookies/FilterCookie.html" title="interface in org.openide.cookies">org.openide.cookies.FilterCookie</a>
<div class="block"><span class="deprecationComment">Use Looks instead.</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="class">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Classes table, listing deprecated classes, and an explanation">
<caption><span>Deprecated Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/openide/nodes/IndexedCustomizer.html" title="class in org.openide.nodes">org.openide.nodes.IndexedCustomizer</a>
<div class="block"><span class="deprecationComment">Better to use <a href="org/openide/nodes/Index.Support.html#showIndexedCustomizer-org.openide.nodes.Index-"><code>Index.Support.showIndexedCustomizer(org.openide.nodes.Index)</code></a> which behaves better
with the window system.</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="field">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Fields table, listing deprecated fields, and an explanation">
<caption><span>Deprecated Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/openide/nodes/Node.Handle.html#serialVersionUID">org.openide.nodes.Node.Handle.serialVersionUID</a>
<div class="block"><span class="deprecationComment">Only public by accident.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openide/nodes/AbstractNode.html#systemActions">org.openide.nodes.AbstractNode.systemActions</a>
<div class="block"><span class="deprecationComment">Override <a href="org/openide/nodes/Node.html#getActions-boolean-"><code>Node.getActions(boolean)</code></a> instead of using
this field.</span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="method">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/openide/util/actions/NodeAction.html#actionPerformed-java.awt.event.ActionEvent-">org.openide.util.actions.NodeAction.actionPerformed(ActionEvent)</a>
<div class="block"><span class="deprecationComment">Using a special action event in this way is deprecated.
Better is to use <a href="org/openide/util/actions/NodeAction.html#createContextAwareInstance-org.openide.util.Lookup-"><code>NodeAction.createContextAwareInstance(org.openide.util.Lookup)</code></a> and pass
a lookup containing all desired <a href="org/openide/nodes/Node.html" title="class in org.openide.nodes"><code>Node</code></a> instances.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openide/nodes/Children.Keys.html#add-org.openide.nodes.Node:A-">org.openide.nodes.Children.Keys.add(Node[])</a>
<div class="block"><span class="deprecationComment">Do not use! Just call <a href="org/openide/nodes/Children.Keys.html#setKeys-java.util.Collection-"><code>Children.Keys.setKeys(Collection)</code></a> with a larger set.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/openide/nodes/FilterNode.Children.html#add-org.openide.nodes.Node:A-">org.openide.nodes.FilterNode.Children.add(Node[])</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openide/nodes/AbstractNode.html#createActions--">org.openide.nodes.AbstractNode.createActions()</a>
<div class="block"><span class="deprecationComment">Override <a href="org/openide/nodes/Node.html#getActions-boolean-"><code>Node.getActions(boolean)</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/openide/nodes/Node.html#getActions--">org.openide.nodes.Node.getActions()</a>
<div class="block"><span class="deprecationComment">Use getActions (false) instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openide/nodes/AbstractNode.html#getActions--">org.openide.nodes.AbstractNode.getActions()</a>
<div class="block"><span class="deprecationComment">Override <a href="org/openide/nodes/Node.html#getActions-boolean-"><code>Node.getActions(boolean)</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/openide/nodes/FilterNode.html#getActions--">org.openide.nodes.FilterNode.getActions()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openide/nodes/Node.html#getContextActions--">org.openide.nodes.Node.getContextActions()</a>
<div class="block"><span class="deprecationComment">Use getActions (true) instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/openide/nodes/FilterNode.html#getContextActions--">org.openide.nodes.FilterNode.getContextActions()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openide/nodes/Node.html#getDefaultAction--">org.openide.nodes.Node.getDefaultAction()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/openide/nodes/Node.html#getPreferredAction--"><code>Node.getPreferredAction()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/openide/nodes/AbstractNode.html#getDefaultAction--">org.openide.nodes.AbstractNode.getDefaultAction()</a>
<div class="block"><span class="deprecationComment">Use <a href="org/openide/nodes/AbstractNode.html#getPreferredAction--"><code>AbstractNode.getPreferredAction()</code></a> instead.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openide/nodes/FilterNode.html#getDefaultAction--">org.openide.nodes.FilterNode.getDefaultAction()</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/openide/nodes/NodeOp.html#getDefaultActions--">org.openide.nodes.NodeOp.getDefaultActions()</a>
<div class="block"><span class="deprecationComment">Do not use this method. It is useless now.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openide/util/actions/NodeAction.html#performAction--">org.openide.util.actions.NodeAction.performAction()</a>
<div class="block"><span class="deprecationComment">Do not call this programmatically.
Use <a href="org/openide/util/actions/NodeAction.html#createContextAwareInstance-org.openide.util.Lookup-"><code>NodeAction.createContextAwareInstance(org.openide.util.Lookup)</code></a> to pass in a node selection.
Do not override this method.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/openide/nodes/Children.Keys.html#remove-org.openide.nodes.Node:A-">org.openide.nodes.Children.Keys.remove(Node[])</a>
<div class="block"><span class="deprecationComment">Do not use! Just call <a href="org/openide/nodes/Children.Keys.html#setKeys-java.util.Collection-"><code>Children.Keys.setKeys(Collection)</code></a> with a smaller set.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openide/nodes/FilterNode.Children.html#remove-org.openide.nodes.Node:A-">org.openide.nodes.FilterNode.Children.remove(Node[])</a></td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/openide/nodes/AbstractNode.html#setCookieSet-org.openide.nodes.CookieSet-">org.openide.nodes.AbstractNode.setCookieSet(CookieSet)</a>
<div class="block"><span class="deprecationComment">just use getCookieSet().add(...) instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openide/nodes/AbstractNode.html#setDefaultAction-org.openide.util.actions.SystemAction-">org.openide.nodes.AbstractNode.setDefaultAction(SystemAction)</a>
<div class="block"><span class="deprecationComment">Override <a href="org/openide/nodes/AbstractNode.html#getPreferredAction--"><code>AbstractNode.getPreferredAction()</code></a> instead.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/openide/nodes/NodeOp.html#setDefaultActions-org.openide.util.actions.SystemAction:A-">org.openide.nodes.NodeOp.setDefaultActions(SystemAction[])</a>
<div class="block"><span class="deprecationComment">Useless.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/openide/nodes/Node.html#setHidden-boolean-">org.openide.nodes.Node.setHidden(boolean)</a>
<div class="block"><span class="deprecationComment">Has no effect. To make a node disappear, simply remove it from the
children of its parent. For example, you might call
<a href="org/openide/nodes/Children.Keys.html#setKeys-java.util.Collection-"><code>Children.Keys.setKeys(Collection)</code></a> with a smaller collection.</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/openide/nodes/AbstractNode.html#setIconBase-java.lang.String-">org.openide.nodes.AbstractNode.setIconBase(String)</a>
<div class="block"><span class="deprecationComment">Use <a href="org/openide/nodes/AbstractNode.html#setIconBaseWithExtension-java.lang.String-"><code>AbstractNode.setIconBaseWithExtension(java.lang.String)</code></a></span></div>
</td>
</tr>
</tbody>
</table>
</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 class="navBarCell1Rev">Deprecated</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.nodes 7.47.1 </div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.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>