Skip navigation links
org.openide.nodes 7.69
A B C D E F G H I K L M N O P R S T U V W 

F

filterChildrenAdded(NodeMemberEvent) - Method in class org.openide.nodes.FilterNode.Children
Called when the filter node adds a new child.
filterChildrenRemoved(NodeMemberEvent) - Method in class org.openide.nodes.FilterNode.Children
Called when the filter node removes a child.
filterChildrenReordered(NodeReorderEvent) - Method in class org.openide.nodes.FilterNode.Children
Called when the filter node reorders its children.
FilterCookie - Interface in org.openide.cookies
Deprecated.
Use Looks instead.
FilterNode - Class in org.openide.nodes
A proxy for another node.
FilterNode(Node) - Constructor for class org.openide.nodes.FilterNode
Create proxy.
FilterNode(Node, Children) - Constructor for class org.openide.nodes.FilterNode
Create proxy with a different set of children.
FilterNode(Node, Children, Lookup) - Constructor for class org.openide.nodes.FilterNode
Constructs new filter node with a provided children and lookup.
FilterNode.Children - Class in org.openide.nodes
Children for a filter node.
FilterNode.NodeAdapter - Class in org.openide.nodes
Adapter that listens on changes in an original node and refires them in a proxy.
FilterNode.PropertyChangeAdapter - Class in org.openide.nodes
Adapter that listens on changes in an original node and refires them in a proxy.
finalize() - Method in class org.openide.nodes.FilterNode.Children
Closes the listener, if any, on the original node.
findActions(Node[]) - Static method in class org.openide.nodes.NodeOp
Asks the provided nodes for their actions and those that are common, to all of them returns.
findChild(String) - Method in class org.openide.nodes.Children
Find a child node by name.
findChild(String) - Method in class org.openide.nodes.FilterNode.Children
 
findChild(Node, String) - Static method in class org.openide.nodes.NodeOp
Look for a node child of given name.
findContextMenu(Node[]) - Static method in class org.openide.nodes.NodeOp
Computes a common popup menu for the specified nodes.
findPaste(Transferable) - Static method in class org.openide.nodes.NodeTransfer
Find an intelligent source of paste types in a transferable.
findPath(Node, Enumeration<String>) - Static method in class org.openide.nodes.NodeOp
Traverse a path from a parent node down, by an enumeration of names.
findPath(Node, String[]) - Static method in class org.openide.nodes.NodeOp
Traverse a path from a parent node down, by an enumeration of names.
findRoot(Node) - Static method in class org.openide.nodes.NodeOp
Find the root for a given node.
fireChangeEvent(ChangeEvent) - Method in class org.openide.nodes.Index.Support
Fires notification about reordering to all registered listeners.
fireCookieChange() - Method in class org.openide.nodes.Node
Fires a change event for Node.PROP_COOKIE.
fireDisplayNameChange(String, String) - Method in class org.openide.nodes.Node
Allow subclasses that override the getDisplayName method to fire the changes of the name by itself.
fireIconChange() - Method in class org.openide.nodes.Node
Fire a change event for Node.PROP_ICON.
fireNameChange(String, String) - Method in class org.openide.nodes.Node
Allow subclasses that override the getName method to fire the changes of the name by itself.
fireNodeDestroyed() - Method in class org.openide.nodes.Node
To all node listeners fire node destroyed notification.
fireOpenedIconChange() - Method in class org.openide.nodes.Node
Fire a change event for Node.PROP_OPENED_ICON.
firePropertyChange(String, Object, Object) - Method in class org.openide.nodes.Node
Fire a property change event.
firePropertySetsChange(Node.PropertySet[], Node.PropertySet[]) - Method in class org.openide.nodes.Node
Fires a (Bean) property change event (for Node.PROP_PROPERTY_SETS).
fireShortDescriptionChange(String, String) - Method in class org.openide.nodes.Node
Allow subclasses that override the getShortDescription method to fire the changes of the description by itself.
fromHandles(Node.Handle[]) - Static method in class org.openide.nodes.NodeOp
Takes array of handles and creates array of nodes.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links
org.openide.nodes 7.69