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.booleanisDataFlavorSupported(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:
 getTransferDataFlavorsin interfaceTransferable
 - 
isDataFlavorSupported
Transferable method - returns whether the given flavor is supported.- Specified by:
 isDataFlavorSupportedin interfaceTransferable
 - 
getTransferData
Transferable method - returns the transfer data for the specified flavor.- Specified by:
 getTransferDatain interfaceTransferable- Throws:
 UnsupportedFlavorExceptionIOException
 
 -