Class StyledTextTransferable

java.lang.Object
org.fife.ui.rsyntaxtextarea.StyledTextTransferable
All Implemented Interfaces:
Transferable

class StyledTextTransferable extends Object implements Transferable
Object used during copy/paste and DnD operations to represent styled text. It can return the text being moved as HTML, RTF or plain text. This class is basically the same as java.awt.datatransfer.StringSelection, except that it can also return the text in a couple of styled text formats.
Version:
1.0