首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc 5.0.0
F-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
F
FilterCookie
- interface org.openide.cookies.
FilterCookie
.
Deprecated.
Use Looks instead.
FilterNode
- class org.openide.nodes.
FilterNode
.
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 org.openide.nodes.
FilterNode.Children
.
Children for a filter node.
FilterNode.Children(Node)
- Constructor for class org.openide.nodes.
FilterNode.Children
Create children.
FilterNode.NodeAdapter
- class org.openide.nodes.
FilterNode.NodeAdapter
.
Adapter that listens on changes in an original node and refires them in a proxy.
FilterNode.NodeAdapter(FilterNode)
- Constructor for class org.openide.nodes.
FilterNode.NodeAdapter
Create an adapter.
FilterNode.PropertyChangeAdapter
- class org.openide.nodes.
FilterNode.PropertyChangeAdapter
.
Adapter that listens on changes in an original node and refires them in a proxy.
FilterNode.PropertyChangeAdapter(FilterNode)
- Constructor for class org.openide.nodes.
FilterNode.PropertyChangeAdapter
Create a new adapter.
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.
finalize()
- Method in class org.openide.nodes.
FilterNode.Children
Closes the listener, if any, on the original node.
finalize()
- Method in class org.openide.nodes.
FilterNode
Removes all listeners (property and node) 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
Compute common menu for 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)
- 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.
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.