- DefaultHandle - Class in org.openide.nodes
-
Simple implementation of Node.Handle
.
- DELEGATE_DESTROY - Static variable in class org.openide.nodes.FilterNode
-
Whether to delegate destroy
.
- DELEGATE_GET_ACTIONS - Static variable in class org.openide.nodes.FilterNode
-
Whether to delegate getActions
.
- DELEGATE_GET_CONTEXT_ACTIONS - Static variable in class org.openide.nodes.FilterNode
-
Whether to delegate getContextActions
.
- DELEGATE_GET_DISPLAY_NAME - Static variable in class org.openide.nodes.FilterNode
-
Whether to delegate getDisplayName
.
- DELEGATE_GET_NAME - Static variable in class org.openide.nodes.FilterNode
-
Whether to delegate getName
.
- DELEGATE_GET_SHORT_DESCRIPTION - Static variable in class org.openide.nodes.FilterNode
-
Whether to delegate getShortDescription
.
- DELEGATE_GET_VALUE - Static variable in class org.openide.nodes.FilterNode
-
Whether to delegate getValue
.
- DELEGATE_SET_DISPLAY_NAME - Static variable in class org.openide.nodes.FilterNode
-
Whether to delegate setDisplayName
.
- DELEGATE_SET_NAME - Static variable in class org.openide.nodes.FilterNode
-
Whether to delegate setName
.
- DELEGATE_SET_SHORT_DESCRIPTION - Static variable in class org.openide.nodes.FilterNode
-
Whether to delegate setShortDescription
.
- DELEGATE_SET_VALUE - Static variable in class org.openide.nodes.FilterNode
-
Whether to delegate setValue
.
- destroy() - Method in class org.openide.nodes.BeanNode
-
Detaches all listeners from the bean and destroys it.
- destroy() - Method in class org.openide.nodes.FilterNode
-
- destroy() - Method in class org.openide.nodes.Node
-
Called when a node is deleted.
- DestroyableNodesFactory<T> - Class in org.openide.nodes
-
Subclass of
ChildFactory.Detachable
with lifecycle method invoked when
nodes created by the factory are no longer needed.
- DestroyableNodesFactory() - Constructor for class org.openide.nodes.DestroyableNodesFactory
-
- destroyNodes(Node[]) - Method in class org.openide.nodes.Children.Keys
-
Called when the nodes have been removed from the children.
- destroyNodes(Node[]) - Method in class org.openide.nodes.DestroyableNodesFactory
-
Called when nodes created previously by this factory are no longer
present in the node hierarchy.
- Detachable() - Constructor for class org.openide.nodes.ChildFactory.Detachable
-
- disableDelegation(int) - Method in class org.openide.nodes.FilterNode
-
Disable delegation of a set of methods.
- displayFormat - Variable in class org.openide.nodes.AbstractNode
-
Message format to use for creation of the display name.
- DND_COPY - Static variable in class org.openide.nodes.NodeTransfer
-
- DND_COPY_OR_MOVE - Static variable in class org.openide.nodes.NodeTransfer
-
- DND_LINK - Static variable in class org.openide.nodes.NodeTransfer
-
- DND_MOVE - Static variable in class org.openide.nodes.NodeTransfer
-
- DND_NONE - Static variable in class org.openide.nodes.NodeTransfer
-
Constants for drag-n-drop operations.
- DND_REFERENCE - Static variable in class org.openide.nodes.NodeTransfer
-
- drag() - Method in class org.openide.nodes.AbstractNode
-
This implementation only calls clipboardCopy supposing that
copy to clipboard and copy by d'n'd are similar.
- drag() - Method in class org.openide.nodes.FilterNode
-
- drag() - Method in class org.openide.nodes.Node
-
Called when a drag is started with this node.