| <!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:36 BST 2018 --> |
| <title>E-Index (Explorer & 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="E-Index (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 class="navBarCell1Rev">Index</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><a href="index-4.html">Prev Letter</a></li> |
| <li><a href="index-6.html">Next Letter</a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../index.html?index-files/index-5.html" target="_top">Frames</a></li> |
| <li><a href="index-5.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_top"> |
| <li><a href="../allclasses-noframe.html">All 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> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">Q</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">U</a> <a href="index-20.html">V</a> <a href="index-21.html">W</a> <a href="index-22.html">X</a> <a name="I:E"> |
| <!-- --> |
| </a> |
| <h2 class="title">E</h2> |
| <dl> |
| <dt><a href="../org/openide/explorer/propertysheet/editors/EnhancedCustomPropertyEditor.html" title="interface in org.openide.explorer.propertysheet.editors"><span class="typeNameLink">EnhancedCustomPropertyEditor</span></a> - Interface in <a href="../org/openide/explorer/propertysheet/editors/package-summary.html">org.openide.explorer.propertysheet.editors</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">Use <a href="../org/openide/explorer/propertysheet/PropertyEnv.html" title="class in org.openide.explorer.propertysheet"><code>PropertyEnv</code></a> instead. An example of what needs to be |
| done can be found in the rewrite of |
| <a href="http://hg.netbeans.org/main/diff/375290349033/o.n.core/src/org/netbeans/beaninfo/editors/RectangleCustomEditor.java">RectangleCustomEditor</a>. |
| Another example showing the changes in property editor as well as in its |
| custom component can be found in |
| <a href="http://hg.netbeans.org/main/rev/6ec9ed2b2062">NbProcessDescriptor{,Custom}Editor</a>.</span></div> |
| </div> |
| </dd> |
| <dt><a href="../org/openide/explorer/propertysheet/editors/EnhancedPropertyEditor.html" title="interface in org.openide.explorer.propertysheet.editors"><span class="typeNameLink">EnhancedPropertyEditor</span></a> - Interface in <a href="../org/openide/explorer/propertysheet/editors/package-summary.html">org.openide.explorer.propertysheet.editors</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">Instead of this class, implement ExPropertyEditor and InplaceEditor.Factory. Also |
| create an implementation of InplaceEditor for the custom inline editor. |
| In the <code>attachEnv()</code> method of your ExPropertyEditor, call |
| <code>PropertyEnv.registerInplaceEditorFactory(this)</code>. <p><strong> |
| Before you do any of this</strong> read the prose documentation on the |
| Explorer API and be sure you cannot do what you need with an existing |
| property editor - it is very rare to actually need to provide a custom |
| editor component.</span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/TreeView.html#expandAll--">expandAll()</a></span> - Method in class org.openide.explorer.view.<a href="../org/openide/explorer/view/TreeView.html" title="class in org.openide.explorer.view">TreeView</a></dt> |
| <dd> |
| <div class="block">Expands all paths.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/OutlineView.html#expandNode-org.openide.nodes.Node-">expandNode(Node)</a></span> - Method in class org.openide.explorer.view.<a href="../org/openide/explorer/view/OutlineView.html" title="class in org.openide.explorer.view">OutlineView</a></dt> |
| <dd> |
| <div class="block">Expands the node in the tree.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/TreeTableView.html#expandNode-org.openide.nodes.Node-">expandNode(Node)</a></span> - Method in class org.openide.explorer.view.<a href="../org/openide/explorer/view/TreeTableView.html" title="class in org.openide.explorer.view">TreeTableView</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/TreeView.html#expandNode-org.openide.nodes.Node-">expandNode(Node)</a></span> - Method in class org.openide.explorer.view.<a href="../org/openide/explorer/view/TreeView.html" title="class in org.openide.explorer.view">TreeView</a></dt> |
| <dd> |
| <div class="block">Expands the node in the tree.</div> |
| </dd> |
| <dt><a href="../org/openide/explorer/ExplorerManager.html" title="class in org.openide.explorer"><span class="typeNameLink">ExplorerManager</span></a> - Class in <a href="../org/openide/explorer/package-summary.html">org.openide.explorer</a></dt> |
| <dd> |
| <div class="block">Manages a selection and root context for a (set of) Explorer view(s).</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/ExplorerManager.html#ExplorerManager--">ExplorerManager()</a></span> - Constructor for class org.openide.explorer.<a href="../org/openide/explorer/ExplorerManager.html" title="class in org.openide.explorer">ExplorerManager</a></dt> |
| <dd> |
| <div class="block">Construct a new manager.</div> |
| </dd> |
| <dt><a href="../org/openide/explorer/ExplorerManager.Provider.html" title="interface in org.openide.explorer"><span class="typeNameLink">ExplorerManager.Provider</span></a> - Interface in <a href="../org/openide/explorer/package-summary.html">org.openide.explorer</a></dt> |
| <dd> |
| <div class="block">Interface for components wishing to provide their own <code>ExplorerManager</code>.</div> |
| </dd> |
| <dt><a href="../org/openide/explorer/ExplorerUtils.html" title="class in org.openide.explorer"><span class="typeNameLink">ExplorerUtils</span></a> - Class in <a href="../org/openide/explorer/package-summary.html">org.openide.explorer</a></dt> |
| <dd> |
| <div class="block">Helper methods to embed <code>ExplorerManager</code>s and explorer views |
| into Swing component trees.</div> |
| </dd> |
| <dt><a href="../org/openide/explorer/propertysheet/ExPropertyEditor.html" title="interface in org.openide.explorer.propertysheet"><span class="typeNameLink">ExPropertyEditor</span></a> - Interface in <a href="../org/openide/explorer/propertysheet/package-summary.html">org.openide.explorer.propertysheet</a></dt> |
| <dd> |
| <div class="block">An extension interface for property editors that hides |
| all the necessary communication with the property sheet.</div> |
| </dd> |
| <dt><a href="../org/openide/explorer/propertysheet/ExPropertyModel.html" title="interface in org.openide.explorer.propertysheet"><span class="typeNameLink">ExPropertyModel</span></a> - Interface in <a href="../org/openide/explorer/propertysheet/package-summary.html">org.openide.explorer.propertysheet</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">- Use PropertySupport.Reflection or BeanNode if you need to |
| expose bean properties</span></div> |
| </div> |
| </dd> |
| <dt><a href="../org/openide/explorer/ExtendedDelete.html" title="interface in org.openide.explorer"><span class="typeNameLink">ExtendedDelete</span></a> - Interface in <a href="../org/openide/explorer/package-summary.html">org.openide.explorer</a></dt> |
| <dd> |
| <div class="block">Register implementation of this interface into META-INF services |
| lookup if you want to intercept Node deletion in explorer.</div> |
| </dd> |
| </dl> |
| <a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">Q</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">U</a> <a href="index-20.html">V</a> <a href="index-21.html">W</a> <a href="index-22.html">X</a> </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.openide.explorer 6.64.1 </div> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li><a href="index-4.html">Prev Letter</a></li> |
| <li><a href="index-6.html">Next Letter</a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../index.html?index-files/index-5.html" target="_top">Frames</a></li> |
| <li><a href="index-5.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_bottom"> |
| <li><a href="../allclasses-noframe.html">All 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. | Copyright © 2017-2018 Apache Software Foundation. All Rights Reserved.</span></small></p> |
| </body> |
| </html> |