Class CollectionOfLayerablesTransferable
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.plugin.clipboard.AbstractTransferable
-
- org.locationtech.jts.jump.workbench.ui.plugin.clipboard.CollectionOfLayerablesTransferable
-
- All Implemented Interfaces:
Transferable
public class CollectionOfLayerablesTransferable extends AbstractTransferable
-
-
Field Summary
Fields Modifier and Type Field Description static DataFlavor
COLLECTION_OF_LAYERABLES_FLAVOR
-
Constructor Summary
Constructors Constructor Description CollectionOfLayerablesTransferable(Collection layerables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getTransferData(DataFlavor flavor)
-
Methods inherited from class org.locationtech.jts.jump.workbench.ui.plugin.clipboard.AbstractTransferable
getTransferDataFlavors, isDataFlavorSupported
-
-
-
-
Field Detail
-
COLLECTION_OF_LAYERABLES_FLAVOR
public static final DataFlavor COLLECTION_OF_LAYERABLES_FLAVOR
-
-
Constructor Detail
-
CollectionOfLayerablesTransferable
public CollectionOfLayerablesTransferable(Collection layerables)
-
-
Method Detail
-
getTransferData
public Object getTransferData(DataFlavor flavor) throws UnsupportedFlavorException
- Specified by:
getTransferData
in interfaceTransferable
- Specified by:
getTransferData
in classAbstractTransferable
- Throws:
UnsupportedFlavorException
-
-