Package | Description |
---|---|
org.openide.nodes |
NetBeans uses
nodes
to represent JavaBeans or other property containers, formed into a
hierarchical tree.
|
Modifier and Type | Method and Description |
---|---|
static NodeTransfer.Paste |
NodeTransfer.findPaste(Transferable t)
Find an intelligent source of paste types in a transferable.
|
Modifier and Type | Method and Description |
---|---|
static ExTransferable.Single |
NodeTransfer.createPaste(NodeTransfer.Paste paste)
Creates transfer object that is used to carry an intelligent
paste source through transferable or clipboard.
|