Class ProjectPathTransferable
java.lang.Object
ca.phon.app.project.ProjectPathTransferable
- All Implemented Interfaces:
Transferable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DataFlavorThis is a data flavor used for transferring lists ofProjectPaths. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTransferData(DataFlavor flavor) booleanisDataFlavorSupported(DataFlavor flavor)
-
Field Details
-
projectPathListFlavor
This is a data flavor used for transferring lists ofProjectPaths. The representation type is aList, with each element of the list being aProjectPath..
-
-
Constructor Details
-
ProjectPathTransferable
-
-
Method Details
-
getProjectPaths
-
getTransferData
- Specified by:
getTransferDatain interfaceTransferable- Throws:
UnsupportedFlavorExceptionIOException
-
getTransferDataFlavors
- Specified by:
getTransferDataFlavorsin interfaceTransferable
-
isDataFlavorSupported
- Specified by:
isDataFlavorSupportedin interfaceTransferable
-