Package ca.phon.app.project
Class ProjectPathTransferable
java.lang.Object
ca.phon.app.project.ProjectPathTransferable
- All Implemented Interfaces:
Transferable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DataFlavor
This is a data flavor used for transferring lists ofProjectPath
s. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTransferData
(DataFlavor flavor) boolean
isDataFlavorSupported
(DataFlavor flavor)
-
Field Details
-
projectPathListFlavor
This is a data flavor used for transferring lists ofProjectPath
s. The representation type is aList
, with each element of the list being aProjectPath
..
-
-
Constructor Details
-
ProjectPathTransferable
-
-
Method Details
-
getProjectPaths
-
getTransferData
- Specified by:
getTransferData
in interfaceTransferable
- Throws:
UnsupportedFlavorException
IOException
-
getTransferDataFlavors
- Specified by:
getTransferDataFlavors
in interfaceTransferable
-
isDataFlavorSupported
- Specified by:
isDataFlavorSupported
in interfaceTransferable
-