首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc 5.0.0
N-Index (NetBeans Nodes API) - NetBeans API Javadoc 5.0.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
N
Node
- class org.openide.nodes.
Node
.
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
Creates a new node with a given hierarchy of children and a lookup providing content for
Node.getCookie(java.lang.Class)
and
Node.getLookup()
methods.
Node.Cookie
- interface org.openide.nodes.
Node.Cookie
.
Marker interface for all cookies.
Node.Handle
- interface org.openide.nodes.
Node.Handle
.
Serializable node reference.
Node.IndexedProperty
- class org.openide.nodes.
Node.IndexedProperty
.
Description of an indexed property and operations on it.
Node.IndexedProperty(Class, Class)
- Constructor for class org.openide.nodes.
Node.IndexedProperty
Constructor.
Node.Property
- class org.openide.nodes.
Node.Property
.
Description of a Bean property on a node, and operations on it.
Node.Property(Class)
- Constructor for class org.openide.nodes.
Node.Property
Constructor.
Node.PropertySet
- class org.openide.nodes.
Node.PropertySet
.
Class that represents one set of properties.
Node.PropertySet()
- Constructor for class org.openide.nodes.
Node.PropertySet
Default constructor.
Node.PropertySet(String, String, String)
- Constructor for class org.openide.nodes.
Node.PropertySet
Create a property set.
NodeAcceptor
- interface org.openide.nodes.
NodeAcceptor
.
Discriminator accepting only certain sets of nodes.
NodeAction
- class org.openide.util.actions.
NodeAction
.
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
- class org.openide.nodes.
NodeAdapter
.
Empty adapter for
NodeListener
.
NodeAdapter()
- Constructor for class org.openide.nodes.
NodeAdapter
NodeEvent
- class org.openide.nodes.
NodeEvent
.
Event describing a change in a node.
NodeEvent(Node)
- Constructor for class org.openide.nodes.
NodeEvent
Create a new event.
NodeListener
- interface org.openide.nodes.
NodeListener
.
Listener to special changes in
Node
s.
NodeMemberEvent
- class org.openide.nodes.
NodeMemberEvent
.
Event describing change in the list of a node's children.
NodeNotFoundException
- exception org.openide.nodes.
NodeNotFoundException
.
Exception indicating that a node could not be found while traversing a path from the root.
NodeOp
- class org.openide.nodes.
NodeOp
.
Utility class for operations on nodes.
NodeOperation
- class org.openide.nodes.
NodeOperation
.
Provides common operations on nodes.
NodeOperation()
- Constructor for class org.openide.nodes.
NodeOperation
Subclass constructor.
NodeReorderEvent
- class org.openide.nodes.
NodeReorderEvent
.
Event describing change in the list of a node's children.
NodeTransfer
- class org.openide.nodes.
NodeTransfer
.
Class that contains specific datatransfer flavors and methods to work with nodes.
NodeTransfer.Paste
- interface org.openide.nodes.
NodeTransfer.Paste
.
An intelligent source of paste types (ways how to paste) for a target 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(Transferable, int)
- Static method in class org.openide.nodes.
NodeTransfer
Obtain a node from a transferable.
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.
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.
notify(ConnectionCookie.Event)
- Method in interface org.openide.cookies.
ConnectionCookie.Listener
Deprecated.
Notifies that the an event happended.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Built on May 3 2007. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.