|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeEvent | |
org.openide.nodes | The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. |
org.openide.util | A set of utility classes covering a few general infrastructure points in the Open APIs. |
Uses of NodeEvent in org.openide.nodes |
Subclasses of NodeEvent in org.openide.nodes | |
class |
NodeMemberEvent
Event describing change in the list of a node's children. |
class |
NodeReorderEvent
Event describing change in the list of a node's children. |
Methods in org.openide.nodes with parameters of type NodeEvent | |
void |
NodeListener.nodeDestroyed(NodeEvent ev)
Fired when the node is deleted. |
void |
NodeAdapter.nodeDestroyed(NodeEvent ev)
|
void |
FilterNode.NodeAdapter.nodeDestroyed(NodeEvent ev)
|
Uses of NodeEvent in org.openide.util |
Methods in org.openide.util with parameters of type NodeEvent | |
void |
WeakListener.Node.nodeDestroyed(NodeEvent ev)
Deprecated. Delegates to the original listener. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |