Record Class TransferableNodeList

java.lang.Object
java.lang.Record
com.marginallyclever.ro3.apps.nodetreeview.TransferableNodeList
Record Components:
list - the list of nodes to transfer
All Implemented Interfaces:
Transferable

public record TransferableNodeList(List<Node> list) extends Record implements Transferable
A Transferable that contains a list of Nodes.