Class TagStructurePanel.InternalTransferable
java.lang.Object
com.inductiveautomation.ignition.designer.tags.editing.dialog.TagStructurePanel.InternalTransferable
- All Implemented Interfaces:
Transferable
- Enclosing class:
- TagStructurePanel
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInternalTransferable
(List<TagStructurePanel.StructureNode> nodes, int action, boolean isDragDrop) -
Method Summary
Modifier and TypeMethodDescriptiongetTransferData
(DataFlavor flavor) boolean
isDataFlavorSupported
(DataFlavor flavor)
-
Field Details
-
nodes
-
-
Constructor Details
-
InternalTransferable
public InternalTransferable(List<TagStructurePanel.StructureNode> nodes, int action, boolean isDragDrop)
-
-
Method Details
-
getTransferDataFlavors
- Specified by:
getTransferDataFlavors
in interfaceTransferable
-
isDataFlavorSupported
- Specified by:
isDataFlavorSupported
in interfaceTransferable
-
getTransferData
- Specified by:
getTransferData
in interfaceTransferable
- Throws:
UnsupportedFlavorException
IOException
-