standup.clouds
Class ClipboardJokeText

java.lang.Object
  extended by standup.clouds.ClipboardJokeText
All Implemented Interfaces:
Transferable

public class ClipboardJokeText
extends Object
implements Transferable

A class representing the joke of a text, which is copied to the Windows clipboard when displayed in the STANDUP user interface.

Author:
Ruli Manurung
See Also:
AnimatorLock

Field Summary
private  String myData
           
 
Constructor Summary
ClipboardJokeText(String data)
           
 
Method Summary
 Object getTransferData(DataFlavor arg0)
           
 DataFlavor[] getTransferDataFlavors()
           
 boolean isDataFlavorSupported(DataFlavor arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myData

private String myData
Constructor Detail

ClipboardJokeText

ClipboardJokeText(String data)
Method Detail

getTransferData

public Object getTransferData(DataFlavor arg0)
                       throws UnsupportedFlavorException,
                              IOException
Specified by:
getTransferData in interface Transferable
Throws:
UnsupportedFlavorException
IOException

getTransferDataFlavors

public DataFlavor[] getTransferDataFlavors()
Specified by:
getTransferDataFlavors in interface Transferable

isDataFlavorSupported

public boolean isDataFlavorSupported(DataFlavor arg0)
Specified by:
isDataFlavorSupported in interface Transferable