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 SummaryConstructorsConstructorDescriptionCreates a new TextSelectorTransferrable.
- 
Method SummaryModifier 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- 
TextSelectorTransferrableCreates a new TextSelectorTransferrable.
 
- 
- 
Method Details- 
getTransferDataFlavorsTransferable method - returns the transfer dataflavors supported by this transferable.- Specified by:
- getTransferDataFlavorsin interface- Transferable
 
- 
isDataFlavorSupportedTransferable method - returns whether the given flavor is supported.- Specified by:
- isDataFlavorSupportedin interface- Transferable
 
- 
getTransferDataTransferable method - returns the transfer data for the specified flavor.- Specified by:
- getTransferDatain interface- Transferable
- Throws:
- UnsupportedFlavorException
- IOException
 
 
-