org.olat.test.guidemo.clipboard
Class DemoClipboardEntry

java.lang.Object
  extended by org.olat.test.guidemo.clipboard.DemoClipboardEntry
All Implemented Interfaces:
ClipboardEntry

public class DemoClipboardEntry
extends java.lang.Object
implements ClipboardEntry

Author:
Felix Jost, http://www.goodsolutions.ch

Constructor Summary
DemoClipboardEntry(java.lang.String text)
           
 
Method Summary
 boolean acceptsFlavor(java.lang.Class flavorInterfaceName)
           
 ControllerCreator createTrayUI()
           
 java.lang.String getText()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoClipboardEntry

public DemoClipboardEntry(java.lang.String text)
Parameters:
string -
Method Detail

acceptsFlavor

public boolean acceptsFlavor(java.lang.Class flavorInterfaceName)
Specified by:
acceptsFlavor in interface ClipboardEntry

createTrayUI

public ControllerCreator createTrayUI()
Specified by:
createTrayUI in interface ClipboardEntry

getText

public java.lang.String getText()
Returns: