| <!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>A-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="A-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>Prev Letter</li> |
| <li><a href="index-2.html">Next Letter</a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../index.html?index-files/index-1.html" target="_top">Frames</a></li> |
| <li><a href="index-1.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:A"> |
| <!-- --> |
| </a> |
| <h2 class="title">A</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/MenuView.Acceptor.html#accept-org.openide.nodes.Node-">accept(Node)</a></span> - Method in interface org.openide.explorer.view.<a href="../org/openide/explorer/view/MenuView.Acceptor.html" title="interface in org.openide.explorer.view">MenuView.Acceptor</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">whole interface is obsoleted, use <a href="../../org-openide-nodes/org/openide/nodes/NodeAcceptor.html?is-external=true#acceptNodes-org.openide.nodes.Node:A-" title="class or interface in org.openide.nodes"><code>NodeAcceptor.acceptNodes(org.openide.nodes.Node[])</code></a> instead.</span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/MenuView.Menu.html#action">action</a></span> - Variable in class org.openide.explorer.view.<a href="../org/openide/explorer/view/MenuView.Menu.html" title="class in org.openide.explorer.view">MenuView.Menu</a></dt> |
| <dd> |
| <div class="block">Action listener to attach to all menu items.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/MenuView.MenuItem.html#action">action</a></span> - Variable in class org.openide.explorer.view.<a href="../org/openide/explorer/view/MenuView.MenuItem.html" title="class in org.openide.explorer.view">MenuView.MenuItem</a></dt> |
| <dd> |
| <div class="block">The action listener to attach to all menu items.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/ExplorerUtils.html#actionCopy-org.openide.explorer.ExplorerManager-">actionCopy(ExplorerManager)</a></span> - Static method in class org.openide.explorer.<a href="../org/openide/explorer/ExplorerUtils.html" title="class in org.openide.explorer">ExplorerUtils</a></dt> |
| <dd> |
| <div class="block">Creates copy action</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/ExplorerUtils.html#actionCut-org.openide.explorer.ExplorerManager-">actionCut(ExplorerManager)</a></span> - Static method in class org.openide.explorer.<a href="../org/openide/explorer/ExplorerUtils.html" title="class in org.openide.explorer">ExplorerUtils</a></dt> |
| <dd> |
| <div class="block">Creates cut action</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/ExplorerUtils.html#actionDelete-org.openide.explorer.ExplorerManager-boolean-">actionDelete(ExplorerManager, boolean)</a></span> - Static method in class org.openide.explorer.<a href="../org/openide/explorer/ExplorerUtils.html" title="class in org.openide.explorer">ExplorerUtils</a></dt> |
| <dd> |
| <div class="block">Creates delete action</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/ExplorerUtils.html#actionPaste-org.openide.explorer.ExplorerManager-">actionPaste(ExplorerManager)</a></span> - Static method in class org.openide.explorer.<a href="../org/openide/explorer/ExplorerUtils.html" title="class in org.openide.explorer">ExplorerUtils</a></dt> |
| <dd> |
| <div class="block">Creates paste action</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/ExplorerUtils.html#activateActions-org.openide.explorer.ExplorerManager-boolean-">activateActions(ExplorerManager, boolean)</a></span> - Static method in class org.openide.explorer.<a href="../org/openide/explorer/ExplorerUtils.html" title="class in org.openide.explorer">ExplorerUtils</a></dt> |
| <dd> |
| <div class="block">Activates or deactivates updates of actions for given <code>ExplorerManager</code>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/OutlineView.html#add-java.awt.Component-java.lang.Object-">add(Component, Object)</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> </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/TreeTableView.html#add-java.awt.Component-java.lang.Object-">add(Component, Object)</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#add-java.awt.Component-java.lang.Object-">add(Component, Object)</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> </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/propertysheet/InplaceEditor.html#addActionListener-java.awt.event.ActionListener-">addActionListener(ActionListener)</a></span> - Method in interface org.openide.explorer.propertysheet.<a href="../org/openide/explorer/propertysheet/InplaceEditor.html" title="interface in org.openide.explorer.propertysheet">InplaceEditor</a></dt> |
| <dd> |
| <div class="block">Add an action listener to the InplaceEditor.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/TreeTableView.html#addMouseListener-java.awt.event.MouseListener-">addMouseListener(MouseListener)</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/propertysheet/PropertyPanel.html#addNotify--">addNotify()</a></span> - Method in class org.openide.explorer.propertysheet.<a href="../org/openide/explorer/propertysheet/PropertyPanel.html" title="class in org.openide.explorer.propertysheet">PropertyPanel</a></dt> |
| <dd> |
| <div class="block">Overridden to install the inner component that will display the property</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/propertysheet/PropertySheet.html#addNotify--">addNotify()</a></span> - Method in class org.openide.explorer.propertysheet.<a href="../org/openide/explorer/propertysheet/PropertySheet.html" title="class in org.openide.explorer.propertysheet">PropertySheet</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/propertysheet/PropertySheetView.html#addNotify--">addNotify()</a></span> - Method in class org.openide.explorer.propertysheet.<a href="../org/openide/explorer/propertysheet/PropertySheetView.html" title="class in org.openide.explorer.propertysheet">PropertySheetView</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/ChoiceView.html#addNotify--">addNotify()</a></span> - Method in class org.openide.explorer.view.<a href="../org/openide/explorer/view/ChoiceView.html" title="class in org.openide.explorer.view">ChoiceView</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/ListTableView.html#addNotify--">addNotify()</a></span> - Method in class org.openide.explorer.view.<a href="../org/openide/explorer/view/ListTableView.html" title="class in org.openide.explorer.view">ListTableView</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span></div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/ListView.html#addNotify--">addNotify()</a></span> - Method in class org.openide.explorer.view.<a href="../org/openide/explorer/view/ListView.html" title="class in org.openide.explorer.view">ListView</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/MenuView.html#addNotify--">addNotify()</a></span> - Method in class org.openide.explorer.view.<a href="../org/openide/explorer/view/MenuView.html" title="class in org.openide.explorer.view">MenuView</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/OutlineView.html#addNotify--">addNotify()</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">Initializes the component and lookup explorer manager.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/TableView.html#addNotify--">addNotify()</a></span> - Method in class org.openide.explorer.view.<a href="../org/openide/explorer/view/TableView.html" title="class in org.openide.explorer.view">TableView</a></dt> |
| <dd> |
| <div class="block">Initializes the component and lookup explorer manager.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/TreeTableView.html#addNotify--">addNotify()</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#addNotify--">addNotify()</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">Initializes the component and lookup explorer manager.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/ExplorerManager.html#addPropertyChangeListener-java.beans.PropertyChangeListener-">addPropertyChangeListener(PropertyChangeListener)</a></span> - Method in class org.openide.explorer.<a href="../org/openide/explorer/ExplorerManager.html" title="class in org.openide.explorer">ExplorerManager</a></dt> |
| <dd> |
| <div class="block">Add a <code>PropertyChangeListener</code> to the listener list.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/propertysheet/DefaultPropertyModel.html#addPropertyChangeListener-java.beans.PropertyChangeListener-">addPropertyChangeListener(PropertyChangeListener)</a></span> - Method in class org.openide.explorer.propertysheet.<a href="../org/openide/explorer/propertysheet/DefaultPropertyModel.html" title="class in org.openide.explorer.propertysheet">DefaultPropertyModel</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span></div> |
| <div class="block">Adds listener to change of the value.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/propertysheet/PropertyEnv.html#addPropertyChangeListener-java.beans.PropertyChangeListener-">addPropertyChangeListener(PropertyChangeListener)</a></span> - Method in class org.openide.explorer.propertysheet.<a href="../org/openide/explorer/propertysheet/PropertyEnv.html" title="class in org.openide.explorer.propertysheet">PropertyEnv</a></dt> |
| <dd> |
| <div class="block">Property change listener: listenning here you will be notified |
| when the state of the environment is has been changed.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/propertysheet/PropertyModel.html#addPropertyChangeListener-java.beans.PropertyChangeListener-">addPropertyChangeListener(PropertyChangeListener)</a></span> - Method in interface org.openide.explorer.propertysheet.<a href="../org/openide/explorer/propertysheet/PropertyModel.html" title="interface in org.openide.explorer.propertysheet">PropertyModel</a></dt> |
| <dd> |
| <div class="block">Add listener to change of the value.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/OutlineView.html#addPropertyColumn-java.lang.String-java.lang.String-">addPropertyColumn(String, String)</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">Adds a property column which will match any property with the passed |
| name.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/OutlineView.html#addPropertyColumn-java.lang.String-java.lang.String-java.lang.String-">addPropertyColumn(String, String, String)</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">Adds a property column which will match any property with the passed |
| name.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/view/OutlineView.html#addTreeExpansionListener-javax.swing.event.TreeExpansionListener-">addTreeExpansionListener(TreeExpansionListener)</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> </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/ExplorerManager.html#addVetoableChangeListener-java.beans.VetoableChangeListener-">addVetoableChangeListener(VetoableChangeListener)</a></span> - Method in class org.openide.explorer.<a href="../org/openide/explorer/ExplorerManager.html" title="class in org.openide.explorer">ExplorerManager</a></dt> |
| <dd> |
| <div class="block">Add a <code>VetoableListener</code> to the listener list.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/propertysheet/PropertyEnv.html#addVetoableChangeListener-java.beans.VetoableChangeListener-">addVetoableChangeListener(VetoableChangeListener)</a></span> - Method in class org.openide.explorer.propertysheet.<a href="../org/openide/explorer/propertysheet/PropertyEnv.html" title="class in org.openide.explorer.propertysheet">PropertyEnv</a></dt> |
| <dd> |
| <div class="block">Vetoable change listener: listenning here you will be notified |
| when the state of the environment is being changed (when the setState |
| method is being called).</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/propertysheet/PropertySheet.html#ALWAYS_AS_STRING">ALWAYS_AS_STRING</a></span> - Static variable in class org.openide.explorer.propertysheet.<a href="../org/openide/explorer/propertysheet/PropertySheet.html" title="class in org.openide.explorer.propertysheet">PropertySheet</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> |
| <div class="block"><span class="deprecationComment">Relic of the original property sheet implementation, useless.</span></div> |
| </div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/propertysheet/editors/NodeCustomizer.html#attach-org.openide.nodes.Node-">attach(Node)</a></span> - Method in interface org.openide.explorer.propertysheet.editors.<a href="../org/openide/explorer/propertysheet/editors/NodeCustomizer.html" title="interface in org.openide.explorer.propertysheet.editors">NodeCustomizer</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span></div> |
| <div class="block">Informs this customizer, that it has been connected |
| to a node.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/propertysheet/editors/NodePropertyEditor.html#attach-org.openide.nodes.Node:A-">attach(Node[])</a></span> - Method in interface org.openide.explorer.propertysheet.editors.<a href="../org/openide/explorer/propertysheet/editors/NodePropertyEditor.html" title="interface in org.openide.explorer.propertysheet.editors">NodePropertyEditor</a></dt> |
| <dd> |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span></div> |
| <div class="block">Informs the editor that the property that it |
| is displaying belongs to following nodes.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/openide/explorer/propertysheet/ExPropertyEditor.html#attachEnv-org.openide.explorer.propertysheet.PropertyEnv-">attachEnv(PropertyEnv)</a></span> - Method in interface org.openide.explorer.propertysheet.<a href="../org/openide/explorer/propertysheet/ExPropertyEditor.html" title="interface in org.openide.explorer.propertysheet">ExPropertyEditor</a></dt> |
| <dd> |
| <div class="block">This method is called by the property sheet to pass |
| the environment to the property editor.</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>Prev Letter</li> |
| <li><a href="index-2.html">Next Letter</a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../index.html?index-files/index-1.html" target="_top">Frames</a></li> |
| <li><a href="index-1.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> |