|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExTransferable.Single | |
| org.openide.loaders | DataSystems are the logical layer between a filesystem and the regular functions of the IDE. |
| org.openide.nodes | The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. |
| org.openide.util.datatransfer | The IDE uses special extensions to data transfer. |
| Uses of ExTransferable.Single in org.openide.loaders |
| Methods in org.openide.loaders that return ExTransferable.Single | |
static ExTransferable.Single |
LoaderTransfer.transferable(DataObject d,
int actions)
Creates transferable that represents an operation, such as cut-to-clipboard. |
| Uses of ExTransferable.Single in org.openide.nodes |
| Methods in org.openide.nodes that return ExTransferable.Single | |
static ExTransferable.Single |
NodeTransfer.transferable(Node n,
int actions)
Creates transferable that represents a node operation, such as cut-to-clipboard. |
static ExTransferable.Single |
NodeTransfer.createPaste(NodeTransfer.Paste paste)
Creates transfer object that is used to carry an intelligent paste source through transferable or clipboard. |
| Uses of ExTransferable.Single in org.openide.util.datatransfer |
| Methods in org.openide.util.datatransfer with parameters of type ExTransferable.Single | |
void |
ExTransferable.put(ExTransferable.Single single)
Add a new flavor with its data. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||