Java java.awt.datatransfer StringSelection fields, constructors, methods, implement or subclass

Example usage for Java java.awt.datatransfer StringSelection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.datatransfer StringSelection.

The text is from its open source code.

Constructor

StringSelection(String data)
Creates a Transferable capable of transferring the specified String .