Class RMViewerTextSelector.TextSelectorTransferrable
java.lang.Object
com.inductiveautomation.rm.viewer.RMViewerTextSelector.TextSelectorTransferrable
- All Implemented Interfaces:
Transferable
- Enclosing class:
- RMViewerTextSelector
public static class RMViewerTextSelector.TextSelectorTransferrable
extends Object
implements Transferable
A transferable for copy.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new TextSelectorTransferrable. -
Method Summary
Modifier and TypeMethodDescriptiongetTransferData
(DataFlavor aFlavor) Transferable method - returns the transfer data for the specified flavor.Transferable method - returns the transfer dataflavors supported by this transferable.boolean
isDataFlavorSupported
(DataFlavor aFlavor) Transferable method - returns whether the given flavor is supported.
-
Constructor Details
-
TextSelectorTransferrable
Creates a new TextSelectorTransferrable.
-
-
Method Details
-
getTransferDataFlavors
Transferable method - returns the transfer dataflavors supported by this transferable.- Specified by:
getTransferDataFlavors
in interfaceTransferable
-
isDataFlavorSupported
Transferable method - returns whether the given flavor is supported.- Specified by:
isDataFlavorSupported
in interfaceTransferable
-
getTransferData
Transferable method - returns the transfer data for the specified flavor.- Specified by:
getTransferData
in interfaceTransferable
- Throws:
UnsupportedFlavorException
IOException
-