| Package | Description |
|---|---|
| org.openide.cookies |
Cookies
are a design pattern used to add behaviors to existing data object
and nodes, or to separate implementation from the main object.
|
| org.openide.nodes |
NetBeans uses
nodes
to represent JavaBeans or other property containers, formed into a
hierarchical tree.
|
| org.openide.util.actions |
| Class | Description |
|---|---|
| Node |
A node represents one element in a hierarchy of objects (beans).
|
| Node.Cookie |
Marker interface for all cookies.
|
| Class | Description |
|---|---|
| AbstractNode |
A basic implementation of a node.
|
| BeanChildren.Factory |
Controls which nodes
are created for a child bean.
|
| BeanNode.Descriptor |
Descriptor of three types of properties.
|
| ChildFactory |
Factory used to create Children
objects.
|
| Children |
Factory for the child Nodes of a Node.
|
| Children.Array |
Implements the storage of node children by an array.
|
| Children.Keys |
Implements an array of child nodes associated nonuniquely with keys and sorted by these keys.
|
| Children.Map |
Implements the storage of node children by a map.
|
| CookieSet |
Support class for storing cookies and
retriving them by representation class.
|
| CookieSet.Before |
Allows to update content of the cookie set just before
a query for a given class is made.
|
| CookieSet.Factory |
Factory for creating cookies of given Class
|
| DefaultHandle |
Simple implementation of
Node.Handle. |
| FilterNode |
A proxy for another node.
|
| Index |
Index cookie providing operations useful for reordering
child nodes.
|
| Node |
A node represents one element in a hierarchy of objects (beans).
|
| Node.Cookie |
Marker interface for all cookies.
|
| Node.Handle |
Serializable node reference.
|
| Node.IndexedProperty |
Description of an indexed property and operations on it.
|
| Node.Property |
Description of a Bean property on a node, and operations on it.
|
| Node.PropertySet |
Class that represents one set of properties.
|
| NodeAcceptor |
Discriminator accepting only certain sets of nodes.
|
| NodeEvent |
Event describing a change in a node.
|
| NodeListener |
Listener to special changes in
Nodes. |
| NodeMemberEvent |
Event describing change in the list of a node's children.
|
| NodeNotFoundException |
Exception indicating that a node could not be found while
traversing a path from the root.
|
| NodeOperation |
Provides common operations on nodes.
|
| NodeReorderEvent |
Event describing change in the list of a node's children.
|
| NodeTransfer.Paste |
An intelligent source of paste types (ways how to paste)
for a target node.
|
| PropertySupport |
Support class for
Node.Property. |
| Sheet |
Support for creation of property sets.
|
| Sheet.Set |
A list of bean properties.
|
| Class | Description |
|---|---|
| Node |
A node represents one element in a hierarchy of objects (beans).
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.