- Name(Node) - Constructor for class org.openide.nodes.PropertySupport.Name
-
Create the name property for a node with the standard name and hint.
- Name(Node, String, String) - Constructor for class org.openide.nodes.PropertySupport.Name
-
Create the name property for a node.
- newIndexOf(int) - Method in class org.openide.nodes.NodeReorderEvent
-
Get the new position of the child that had been at a given position.
- Node - Class in org.openide.nodes
-
A node represents one element in a hierarchy of objects (beans).
- Node(Children) - Constructor for class org.openide.nodes.Node
-
Creates a new node with a given hierarchy of children.
- Node(Children, Lookup) - Constructor for class org.openide.nodes.Node
-
- node(Transferable, int) - Static method in class org.openide.nodes.NodeTransfer
-
Obtain a node from a transferable.
- Node.Cookie - Interface in org.openide.nodes
-
Marker interface for all cookies.
- Node.Handle - Interface in org.openide.nodes
-
Serializable node reference.
- Node.IndexedProperty<T,E> - Class in org.openide.nodes
-
Description of an indexed property and operations on it.
- Node.Property<T> - Class in org.openide.nodes
-
Description of a Bean property on a node, and operations on it.
- Node.PropertySet - Class in org.openide.nodes
-
Class that represents one set of properties.
- NodeAcceptor - Interface in org.openide.nodes
-
Discriminator accepting only certain sets of nodes.
- NodeAction - Class in org.openide.util.actions
-
A type of action that listens on change in activated nodes selection and
allows its subclasses to simply change their enabled state and handle
action invocation requests.
- NodeAction() - Constructor for class org.openide.util.actions.NodeAction
-
- NodeAdapter(FilterNode) - Constructor for class org.openide.nodes.FilterNode.NodeAdapter
-
Create an adapter.
- NodeAdapter - Class in org.openide.nodes
-
Empty adapter for NodeListener
.
- NodeAdapter() - Constructor for class org.openide.nodes.NodeAdapter
-
- nodeDestroyed(NodeEvent) - Method in class org.openide.nodes.FilterNode.NodeAdapter
-
- nodeDestroyed(NodeEvent) - Method in class org.openide.nodes.NodeAdapter
-
- nodeDestroyed(NodeEvent) - Method in interface org.openide.nodes.NodeListener
-
Fired when the node is deleted.
- NodeEvent - Class in org.openide.nodes
-
Event describing a change in a node.
- NodeEvent(Node) - Constructor for class org.openide.nodes.NodeEvent
-
Create a new event.
- NodeListener - Interface in org.openide.nodes
-
Listener to special changes in Node
s.
- NodeMemberEvent - Class in org.openide.nodes
-
Event describing change in the list of a node's children.
- NodeNotFoundException - Exception in org.openide.nodes
-
Exception indicating that a node could not be found while
traversing a path from the root.
- NodeOp - Class in org.openide.nodes
-
Utility class for operations on nodes.
- NodeOperation - Class in org.openide.nodes
-
Provides common operations on nodes.
- NodeOperation() - Constructor for class org.openide.nodes.NodeOperation
-
Subclass constructor.
- NodeReorderEvent - Class in org.openide.nodes
-
Event describing change in the list of a node's children.
- nodes - Variable in class org.openide.nodes.Children.Array
-
vector of added children
- nodes - Variable in class org.openide.nodes.Children.Map
-
A map to use to store children in.
- nodes() - Method in class org.openide.nodes.Children
-
Get the nodes as an enumeration.
- nodes(Transferable, int) - Static method in class org.openide.nodes.NodeTransfer
-
Obtain a list of nodes from a transferable.
- NodeTransfer - Class in org.openide.nodes
-
Class that contains specific datatransfer flavors and methods to work with
nodes.
- NodeTransfer.Paste - Interface in org.openide.nodes
-
An intelligent source of paste types (ways how to paste)
for a target node.
- notify(ConnectionCookie.Event) - Method in interface org.openide.cookies.ConnectionCookie.Listener
-
Deprecated.
Notifies that the an event happended.