Package gov.nih.mipav.view.dialogs
Class JDialogSwapSlicesVolumes.TableTransferImporter.SliceTransferable
java.lang.Object
gov.nih.mipav.view.dialogs.JDialogSwapSlicesVolumes.TableTransferImporter.SliceTransferable
- All Implemented Interfaces:
Transferable
- Enclosing class:
JDialogSwapSlicesVolumes.TableTransferImporter
private class JDialogSwapSlicesVolumes.TableTransferImporter.SliceTransferable
extends Object
implements Transferable
Describes how the TransferHandler should handle slice transfers.
- Author:
- senseneyj
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTransferData(DataFlavor flavor) booleanisDataFlavorSupported(DataFlavor flavor)
-
Field Details
-
bufferData
-
action
private int action
-
-
Constructor Details
-
SliceTransferable
public SliceTransferable(int action)
-
-
Method Details
-
getTransferData
- Specified by:
getTransferDatain interfaceTransferable- Throws:
UnsupportedFlavorExceptionIOException
-
getTransferDataFlavors
- Specified by:
getTransferDataFlavorsin interfaceTransferable
-
isDataFlavorSupported
- Specified by:
isDataFlavorSupportedin interfaceTransferable
-